.chromestyle{
width: 100%;
font-weight: bold;
border-top:solid 1px #dadada;
border-bottom: solid 1px #dadada;
text-decoration: none;
color: #000000;
font-size: 12px;
text-align: left;
margin: 10 0 0 0px;
padding: 2 2 3 2;
}

.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: 4px 4;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
border-left: solid 1px #dadada;
padding: 4px 0px;
display: inline;
margin:0px;
}

.chromestyle ul li a{
color: #004276;
margin: 0;
padding: 4px 7px;
text-decoration: none;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #004276; /*THEME CHANGE HERE*/
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding: 0px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: auto;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
padding: 3px 6px;
text-decoration: none;
color: #666666;
border-bottom:dotted 1px #d2d2d2;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F2f2f2;
}