.chromestyle{
font-size: 13px;
top: 52px;
height: 35px;
position: relative;
margin: 0;
padding: 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin: 0;
padding: 0;
}

.chromestyle ul{
margin: 0;
padding: 8px 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0;
padding: 0;
}

.chromestyle ul li a{
color: #6699cc;
padding: 8px 6px;
margin: 0;
text-decoration: none;
background: url(../images/nav_bg.jpg) bottom right no-repeat;
}
.chromestyle ul li a:visited{
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #336699;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #d0e0f0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:12px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d0e0f0; /*THEME CHANGE HERE*/
padding: 6px 8px 6px 4px;
text-decoration: none;
color: #6699cc;
}
.dropmenudiv a:visited{
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f0f5fa;
color: #336699;
}