.chromestyle{
width: 710px;
font-weight: bold;
div-align:right;
}

.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: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 9px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #1e1e1e;
padding: 6px 9px;
margin: 0;
text-decoration: none;
font-family:Georgia, serif;
font-size: 12px;
border-right: 0px solid #1197bd;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over1.gif) center;
color: #ffffff; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #333333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Georgia, serif;;
font-color:#00000;
line-height:18px;
z-index:100;
background-color: white;
width: 270px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#687577,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
font-family:Georgia, serif;;
font-size: 12px;
font-color:#1e1e1e;
}

* html .dropmenudiv a{ /*IE only hack*/

font-family:Georgia, serif;;
font-color:#c50e00;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e2e2e2;
font-family:Georgia, serif;;
font-color:#00000;
}

A:link {
	COLOR: #ffffff; FONT-FAMILY:Georgia, serif;; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000; FONT-FAMILY:Georgia, serif;; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; FONT-FAMILY:Georgia, serif;; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; FONT-FAMILY:Georgia, serif;; FONT-WEIGHT:normal; TEXT-DECORATION: none; 
}