@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px 0px 0px;
margin: 0;
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: url(chromebg-over.gif) center center repeat-x;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-family: 'open_sansregular';
font-size:13px;
line-height:19px;
z-index:100;
width: 110px;
visibility: hidden;
margin-top:-3px;
text-indent:5px;
background-color:#2ca1e8;
text-align:left;
}



.dropmenudiv a{
width: 110px;
display: block;
border-bottom: 0px solid #d1c1b0; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 0px;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
text-align:left;
border-bottom:1px solid #004b78;
}

#popupmenu {
float:left;
width:auto;
}



.dropmenudiv a .last{
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000000;
background-color:#0a71b0;
}



