ul#nav2 {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav2 li a {
	display: block;
	font-weight: bold;
	background:#000;
	color: #F00;
}

ul#nav2 li a:hover{
	background:#888;
	color:#fff;
	}
	
ul#nav2 li {
	float: right;
	position: center;
	width: 147px;
	text-align: center;
	margin-right:25px;
	

}

ul#nav2 li.current a{
	background:#000;
	}

ul#nav2 li.current a:hover{
	background:#888;
	}

li ul {
	display: none;
	position: absolute;
	width:147px;
	top: 0;
	left: 0;
	font-weight: normal;
	
	margin-left:-1px;
}

ul#nav2 li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav2 li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
