.chromestyle{ width: 100%; font-weight: normal; }
.chromestyle:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.chromestyle ul{ font-family: arial; font-size: 13px; font-weight: normal; color: #FFFFFF; text-decoration: none; 
width: 100%; padding: 4px 0; margin: 0; text-align: left; }
.chromestyle ul li{ display: inline; }
.chromestyle ul li a{color: #0B4DA3; padding: 4px 7px; margin: 0; text-decoration: none; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ background-color: #ffffff; }


.dropmenudiv{
position:absolute;
top: 0;
text-align: left; 
color: #0B4DA3;
border: 1px solid #0B4DA3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
color: #0B4DA3;
border-bottom: 1px solid #0B4DA3; padding: 2px 0; text-decoration: none; font-weight: bold; color: black; }


* html .dropmenudiv a{ width: 100%; color: #BB2B38; }
.dropmenudiv a:hover{ background-color: #0B4DA3; color: #FFFFFF;}