.chromestyle{
width: 100%;
vertical-align:middle;
font-family:"Trebuchet MS", "Trajan Pro Bold", "Trajan Pro";
font-weight: normal;
font-size: 35px;
height:71px;
}

.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;
width: 823px;
font-family: Georgia, Times New Roman, Times, serif;
font-weight: normal;
font-size: 16px;
background: url(../images/menubg.gif) center center no-repeat; /*THEME CHANGE HERE*/
padding: 27px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #e4e4e4;
padding: 26px 25px;
margin: 0;
text-decoration: none;
border-right: 0px solid #324263; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(../images/menubg.gif) center center no-repeat; /*THEME CHANGE HERE*/
}

.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;
border: 0px solid #333333; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
line-height: 15px;
z-index: 100;
background-color: #999999;
font-family:"Trebuchet MS", "Trajan Pro Bold", "Trajan Pro";
font-size: 13px;
width: 210px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border: 0px solid #888888; /*THEME CHANGE HERE*/
font-family:"Trebuchet MS", "Trajan Pro Bold", "Trajan Pro";
font-size: 13px;
border-bottom-width: 1px;
padding: 10px 10px;
text-decoration: none;
font-weight: normal;
color: #000000;
}

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