.chromestyle{
width: 980px;
height:auto;
font-weight: bold;
background:url(nav_right.gif) repeat-x
}

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

}

.chromestyle ul{

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

.chromestyle ul li{
display: inline;
height:24px;
padding:0px;
margin:0px;
}

.chromestyle ul li a{
font-family:"Trebuchet MS", Arail, Verdana; font-size:14px; color:#ffffff;
line-height:24px;
float:left;
padding:0px 0px 0px 0px;
font-weight:bold;
margin:0px 18px 0px 24px;
height:25px;
background:url(nav_left.gif) no-repeat;
text-decoration: none;

}
.chromestyle ul li a span{

font-family:"Trebuchet MS", Arail, Verdana; font-size:14px; color:#ffffff;
font-weight:bold;
margin:6px 18px 13px 0px;
padding: 0;
height:39px;
background:url(nav_right.gif) repeat-x;
text-decoration: none;
}

.chromestyle ul li a:hover{

background-position: 0% -25px; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover span{

background-position: 100% -25px; /*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: 1px solid #3A3A3A; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
width:180px; height:auto;  margin:0; padding:0;  overflow:visible; 
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
border-bottom: 1px solid #3A3A3A;
background:#1E1E1E;
font-size:11px;
padding:2px 0px 2px 0px;
color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
 background:#062E56;
color:#ffffff;
font-size:11px;
}
