.chromestyle{
width: 99%;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: #535151; THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 7px;
margin: 0;
text-decoration: none;
background-image: url(../images/linksLIne.gif);
background-position: right top;
background-repeat: repeat-y;
}

.chromestyle ul li a:hover{
/*background: #535151; THEME CHANGE HERE*/
background-image: url(../images/linksLine.gif);
background-position: right top;
background-repeat: repeat-y;
color: #CCCCCC;
}

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


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

.dropmenudiv{
position: absolute; 
top: 0;
font:normal 10px Verdana;
text-align: left;
line-height:20px;
z-index:100;
width: 100%;
background: #f9bc24;
color: #FFFFFF;
background-image: url(../images/linkBAR.gif);
background-position: left center;
background-repeat: no-repeat;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #666666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
background: #f9bc24;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #f9bc24;
color: #CCCCCC;
}