#chromemenu { background:url("../images/layout/nav.gif") no-repeat top;}

.chromestyle #nav ul li{
display: inline;
_display: inline;	/* fixes IE/Win double margin float bug (safe) */
}

.chromestyle #nav ul li a{
margin: 0px;
padding:0px;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
position: absolute;
font:normal 12px Arial;
line-height:16px;
z-index:100;
top:160px;
width:150px;
background-color: #ffffff;
visibility: hidden;
}
.dropmenudiv1 a{
width: auto;
display: block;
padding: 2px 0;
padding-left:10px;
text-decoration: none;
color: #075483;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
color:#04476F;
background:#c2defb;
}