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

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

#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: #000000;
background: #FFFFFF;
text-align: center;
padding: 4px;
font-size: 12px;
font-weight: bold;
border-top: 1px #ffffff SOLID;}

/* 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: #0A377A;
background: #CCCCCC;}


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