.chromestyle{
width:auto;
float:left;
margin:15px 0px 0px 20px;
height:28px;
font-weight: bold;
}

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

.chromestyle ul{
width:775px;
height:28px;
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
float:left; background:url(../images/navigation-left.gif) no-repeat left top; margin:0 0 0 0px; padding:0 0 0 8px; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#679EF1
}
.chromestyle ul li a span{float:left; display:block; background:url(../images/navigation-right.gif) no-repeat right 0px; 
padding:5px 15px 6px 4px; 
line-height:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#679EF1}

.chromestyle ul li a:hover span { color: #fff; } /*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*/
.chromestyle ul li.current a {background-position:0 -24px;}
.chromestyle ul li.current a span { background-position:100% -24px; color: #fff;}
.chromestyle ul li a:hover { background-position:0% -24px;}
.chromestyle ul li a:hover span { background-position:100% -24px;}


/* Commented Backslash Hack hides rule from IE5-Mac \*/



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width:180px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
background:url(../images/subnav-bg.gif) repeat-x;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 2px;
font-size:12px;
text-decoration: none;
color: #ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(../images/subnav-hover-bg.gif) repeat-x;
color:#ffffff;
font-size:12px;
}