.chromestyle{
width: 100%;
height: 30px;
font-weight: normal;
}

.chromestyle ul a{
color: #fff;
}

.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;
border-top: 0;
width: 100%;
height: 30px;
/* background: url(chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
/* padding: 4px 0; */
padding-top: 8px;
padding-bottom: 8px;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
vertical-align: middle;
}

.chromestyle ul li{
color: #fff;
display: inline;
}

.chromestyle ul li a{
color: #fff;
font: bold 13px Verdana;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 6px;
border-right: 0px solid #fff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
// background-color: #550a0f;
// background-color: #fe0000;
background-color: #333;
text-decoration: underline;
}

.chromestyle ul li a:active{
color: #fff;
}

.chromestyle ul li a:visited{
color: #fff;
}

//.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-top: -1px;
border: 0px solid #550a0f; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
// background-color: #550a0f;
background-color: #333;
width: 200px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
bottom-border-width: 1px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
// background-color: #000;
background-color: #fe0000;
text-decoration: underline;
}

.dropmenudiv a:active{
color: #fff;
}

.dropmenudiv a:visited{
color: #fff;
}
