.chromestyle{
width: 100%;
font-weight: bold; font-family:Verdana
}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; font-family:Verdana
}

.chromestyle ul{
background-position: left; border:0px dashed #BBBBBB; width: 100%;
/*THEME CHANGE HERE*/
margin: 0;
text-align: centre; font-family:Arial; padding-left:0px; padding-right:0px; padding-top:4px; padding-bottom:4px;font-family:Arial;font-size:11px; background-image:url('chromebg.gif'); background-repeat:repeat-x; background-attachment:scroll

}

.chromestyle ul li{
display: inline;font-family:Arial

}

.chromestyle ul li a{
color: #494949;
padding: 2px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;font-family:Arial
}

.chromestyle ul li a:hover{
/*THEME CHANGE HERE*/;
background-position:  left 50%; font-family:Arial; background-color:transparent; background-repeat:repeat-x; background-attachment:scroll; text-decoration:underline

}

.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*/;

font-family:Arial
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
top: 0;font-family:Arial;

/*THEME CHANGE HERE*/
font-family:Arial;

line-height:12px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:9px; font-family:Arial
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial;
color: black;
position: left;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}