#nav ul {
margin: 0;
padding: 0;
list-style: none;
border-top: 1px #333399 SOLID;}

#nav ul li {
float: left;
position: relative;
width: 78px;}

#nav li ul {
position: absolute;
left: 0px;
top: 22px;
display: none;
border: none;}

/* This must have background specified */

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px #ffffff SOLID;
	background-color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
}

/* 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: #FFFFFF;
background: #6600FF;}


#nav li:hover ul, #nav li.over ul {
display: block;}