
a:link {
	color:#FFFFFF;
}


ul {
	margin-left: 40px;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	width: 225px;
	color: #FFFFFF;
}
	
ul li {	position: relative;}
	
li ul {
	position: absolute;
	left: 185px;
	top: -10px;
	display: none;
	width: 130px;
	color: #FFFFFF;}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	border-bottom: 0;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
}
	
li a:hover{
	background: #364E66;
	color: #FFFFFF}
	
li:hover ul, li.over ul { 
	display: block;
	background: #458695;
	color: #FFFFFF}
	
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
