#nav div.menu {
position: relative;
background: #8394BB;
float: left;
}
#nav ul {
padding: 5px 0px 0px 0px;
margin: 0;
list-style: none;
position: absolute;
display: none;
width: 150px;
}
#nav a {
font-size: 10px;
display: block;
text-decoration: none;
color: #FFFFFF;
background: #8394BB; /* IE6 Bug */
white-space: nowrap;
padding: 0px 30px 2px 5px;
}
#nav ul li a {
background: #6D83B4; /* IE6 Bug */
text-align: left;
margin-left: 5px;
padding: 0px 5px 2px 5px;
}

#nav ul li{
padding: 0;
margin: 0;
background: #6D83B4;
border-bottom: 1px solid #FFFFFF;
}
#nav ul li.top {
background-color: transparent;
background: url('bg_menu_top2.gif') no-repeat left top; 
}
#nav ul li.top a{
background-color: transparent;
background: url('bg_menu_top2_right.gif') no-repeat right top;
}
#nav ul li.bottom {
background-color: transparent;
background: url('bg_menu_bottom2.gif') no-repeat left bottom; 
border-bottom: 0;
}
#nav ul li.bottom a{
background-color: transparent;
background: url('bg_menu_bottom2_right.gif') no-repeat right bottom;
}
/* 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: #E2144A;}
#nav div:hover ul, #nav div.over ul { display: block; width: 130px;} /* The magic */
