.chromestyle{
width: 965px;
font-family: tahoma;
font-size: 11px;
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: 100%;
background: url(menu-bg.gif) center center repeat-x; /*THEME CHANGE HERE*/

padding: 8px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding-top: 5px;
padding-left: 4px;
padding-right: 5px;
padding-bottom: 5px;
margin: 0;
text-decoration: none;
}
#jshover{
padding-top: 7px;
padding-left: 3px;
padding-right: 4px;
padding-bottom: 7px;

border-right: 1px dotted #000000; /*THEME CHANGE HERE*/
border-left: 1px dotted #000000; /*THEME CHANGE HERE*/
}
.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(hover-bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding-top: 7px;
padding-left: 3px;
padding-right: 4px;
padding-bottom: 7px;

background: url(hover-bg.jpg) repeat-x; /*THEME CHANGE HERE*/
border-right: 1px dotted #000000; /*THEME CHANGE HERE*/
border-left: 1px dotted #000000; /*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover{
}

.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-bottom-width: 0;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #292929;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#494949,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #494949; /*THEME CHANGE HERE*/
padding: 4px 0;
padding-left: 7px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

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