@import reset.css;

*
{
	font-family: Helvetica, sans-serif;
}

ul
{
	margin: 0;
	padding: 0;
	width: 960px;
	height:30px;
	background-color: #3C3C3C;
	list-style-type: none;
	border-radius:6px;
}

ul li a
{
	float: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	vertical-align: center;
	padding: 3px 15px;
	margin: 4px 0px;
	border-right:dotted black 1px;
}

ul li a:hover
{
	color: white;
	background-color: #c3c3c3;
}

span.newsign
{
	font-weight:normal;
	font-size:8px;
	background-color:#24a7ff;
	padding: 1px 4px;
	margin:0px -8px 0px 8px;
	border-radius:5px;
}

.right
{
	float:right;
}

.more
{
	border-right:none;
}

.more:after
{
    content: '\25bc';
    padding-left: 0.5em;
}