.top_navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	}
.top_navigation a:hover {
	text-decoration: none;
	color: #075;
	}
	

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px; 
	}

ul li {
	position: relative;
	width: 185px; 
	}
	
li ul {
	position: absolute;
	left: 185px; 
	top: 0;
	display: none;
	width: 200px;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	background: #fff;  
	padding: 0px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
ul li a:hover { 
	color: #075; 
	background: #fff; 
	} 

li:hover ul, li.over ul { display: block; } /* The magic */