#nav {
 width: 190px;
}
 #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	}
	
 #nav ul li {
	position: relative;
	}

  #nav li ul {
	position: absolute;
	left: 190px;
	top: 0;
	border-left: solid #003399 1px;
	border-right: solid #003399 1px;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}

 #nav ul li a {
	display: block;
	text-decoration: none;
	color: #003399;
	border-bottom: solid #003399 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid #003399 1px;
	background-color: #F9FDFF;
	}

 #nav li:hover ul, li.over ul {
	display: block;
	background: #C6EFFF;
	background-color: #C6EFFF;
}

 #nav a:hover {
	background-color: #C6EFFF;
}

/* Fix IE. Hide from IE Mac \*/
*  html ul li { float: left; }
*  html ul li a { height: 1%; }
/* End */
