
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.menuv ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 141px;
	border-bottom: 1px solid #003366;
	background-color:#D5E8F7;
	background-image:none;
	}
	
.menuv ul li {
	position: relative;
	}
	
.menuv li ul {
	position: absolute;
	left: 141px;
	top: 0;
	display: none;
	border: 1px solid #003366;
	border-top: 0;
	}
	
.menuv ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #000000;
	background: #D5E8F7;
	padding: 5px;
	border: 1px solid #003366;
	border-bottom: 0;
	border-left: 0;
	border-right:0;
	background-image:none;
	}


	
.menuv li a:hover {

	background: #AEC7DF;

}


	
.menuv li:hover ul, li.over ul { 
	display: block;
	background: #000000;
	
	
	 }

