/* CSS Document */

.chromestyle{
width: 100%;
font-weight: bold;
font-family: "Trebuchet MS";
font-size: 11px;
}

.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 #FFFFFF;
width: 100%;
background: url(../images/common/menubg.png) center center repeat; 
/*background: #BD2B2B center center repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0px;
margin: 0px;
margin-left:auto;
margin-right:auto;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background: url(../images/common/menubg.png) center center repeat; 
/*background: #BD2B2B center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
padding: 6px 12px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #FFFFFF;
border-left: 0px solid #FFFFFF;
}

.chromestyle ul li a:hover{
background: url(../images/common/menubg.png) center center repeat; 
/*background: #BD2B2B center center repeat-x; /*THEME CHANGE HERE*/
color:#FFCC00;
border-right: 0px solid #FFFFFF;
border-left: 0px solid #FFFFFF;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "v";*/
/*content: url(../images/common/arrow.png); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top: -2px;
position:absolute;
/*border: 1px solid #BD2B2B; /*THEME CHANGE HERE*/
font-weight: bold;
font-family: "Trebuchet MS";
border-top: 1px solid #BD2B2B; /*THEME CHANGE HERE*/
font-size: 10px;
line-height: 18px;
z-index:100;
/*background: url(../images/common/test2.png) center center repeat;*/
background-color: #FFFFFF;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px 3px;
border-left: 1px solid #BD2B2B; /*THEME CHANGE HERE*/
border-right: 1px solid #BD2B2B; /*THEME CHANGE HERE*/
border-bottom: 1px solid #BD2B2B; /*THEME CHANGE HERE*/
padding: 1px;
text-decoration: none;
font-weight: bold;
color: #BD2B2B;
text-align: center;
}

* html .dropmenudiv a{ /*IE only hack*/
top: -1px;
width: 150px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
top: -1px;
background: url(../images/common/menuover.png) center center repeat;
/*background-color: #BD2B2B;*/
color: #FFCC00;
}