/*
.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{
position:absolute;
top: 112px;
left: 0px;
/*border: 1px solid #BBB;*/
width: 782px;
background: url(main_nav_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #012A79;
/*padding: 2px 13px;*/
padding: 2px 17px;
margin: 0px;
text-decoration: none;
/*border-right: 5px solid #DADADA;*/
}

.chromestyle ul li a:hover{
color: #D50600;
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left:8px;
border-bottom: 1px solid #7A7A7A; /*THEME CHANGE HERE*/
border-left: 1px solid #7A7A7A;
border-right: 1px solid #7A7A7A;
/* border-bottom-width: 0;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #012A79;
line-height:18px;
z-index:100;
background-color: #DEDEDE;
width: 140px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#012A79,direction=135,strength=2);*/
}


.dropmenudiv a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #EDEDED; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #012A79;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
color: #D50600;
border-bottom: 1px solid #FFFFFF;
}
