
#vnav	{
	margin: 0;
	padding: 0;
	background: #333366;
	list-style-type: none;
	/* width: 180px; */
	width: 100%;
	height: 100%; 
	float: left; /* Fixes IE whitespace bug*/
}

#vnav li {
	margin: 0;
	padding: 0;	
	width: 100%;
	float: left; /* This corrects the IE whitespace bug */
}

#vnav a {
	display: block; /* to increase clickable area as anchors <a> default to inline */
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height:2.0; 
	border-bottom:0px solid #fff;
}

#vnav #vnav_priv a {
	border: none;  /* remove the white line from the last anchor */
}

#vnav a:hover {
	/* background: #ff9900; */
	background: #333366;
	color: #ff9900;
	}


#vnav li.current a {
	background: #ff9900;
	color: #000;
	font-weight: bold;
	}

