#nav ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 0px #333399 SOLID;}

#nav ul li {
float: left;
position: relative;
width: 150px;}

#nav li {
padding: 0;
list-style: none;
border-top: 0px #333399 SOLID;}



#nav li ul {
position: absolute;
margin: 0px;
left: 150px;
top: 0px;
display: none;
border: none;}

/* This must have background specified */

#nav ul li a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #333366;
	background: #CCCC99;
	text-align: left;
	padding: 0px;
	font-size: 12px;
	height: 20px;
	border-top: 2px #ffffff SOLID;
	background-image: url(/images/simenuback.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 0px;
	font-weight: bold;
	}

/* Fix IE. Hide from IE Mac \*/

* html #nav ul li {
float: left;
height: 1%;}

* html #nav ul li a {
height: 1%;}

/* End */

#nav ul li a:hover {
color: #333366;
background-image: url(/images/simenusubback.jpg);
}


#nav li:hover ul, #nav li.over ul {
display: block;}