.chromestyle{
width: 100%;
font-weight: bold;
font-family: arial, sans-serif;
font-size: 14px;
background: #000033 url(../images/bgMenu.jpg) top left repeat-x;;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #003366;
}

.chromestyle ul li a:hover{
color: #ffcc33;
background: transparent;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #C6D6FD; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px verdana;
text-align: left;
line-height:18px;
z-index:100;
background-color: #E8EBF4;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C6D6FD; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #334673;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #ffffff url(../images/bgMenuItem.gif) top left repeat-x;
color: #545454;
}