.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
/*background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #e1f2fc;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-size:10px;

/*background-image:url(../images/top_arrow.gif);
background-repeat:no-repeat;
background-position:center top;*/
border-right: 1px solid #666666; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background-image:url(../images/top_arrow.gif);
background-repeat:no-repeat;
background-position:center top;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:3px;
top: 0;
/*border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
*/border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
color:#e1f2fc;
background-color: #84cfff;
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
width: 200px;
visibility: hidden;
border-left:#000000 solid 5px;

}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #e1f2fc; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #e1f2fc;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0b0a0a;

}
