.nav * {color:#667bb4; font-weight:bold; font-size:11px}
	
.nav, .nav ul
{	margin:0;
	padding:0;
	width:180px; /* Width of Menu Items */
	border-bottom:1px solid #ebf0f4;
	list-style-type: none;
}
ul li {position:relative;list-style-type: none;}
li ul
{	position:absolute;
	left:181px; /* Set 1px less than menu width */
	top:0;
	display:none;
	list-style-type: none;
}
/* Styles for Menu Items */
ul li a
{
	width:180px;
	display:block;
	text-decoration:none;
	color:#000000;
	font-size:11px;
	background:#ebf0f4 url(../bg.gif) repeat-x scroll 50% 50%; /* IE6 Bug */
	padding:4px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AEC2D2;
	border-bottom-color: #AEC2D2;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {float:left;height:1%;list-style-type: none;}
* html ul li a {height:1%;list-style-type: none;}
/* End */
ul li a:hover {color:orange;background:#f9f9f9;list-style-type: none;} /* Hover Styles */
li ul li a {padding:4px 5px;list-style-type: none;} /* Sub Menu Styles */
li:hover ul, li.over ul { display:block;list-style-type: none;}
li:hover ul li ul, li.over ul li ul{ display:none;list-style-type: none;}
li ul li:hover ul, li ul li.over ul{ display:block;list-style-type: none;}

