.chromestyle
{
width:958px;
font-weight:bold;
padding-top:10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 958px;
background: url(../images/btn_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 7px 6px;
margin: 0;
text-decoration: none;
background-image:url(../images/btn_sep.jpg);/*THEME CHANGE HERE*/
background-repeat:no-repeat;
background-position:right;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #505050;
padding: 7px 6px;
margin: 0;
text-decoration: none;
background-image:url(../images/btn_sep.jpg);/*THEME CHANGE HERE*/
background-repeat:no-repeat;
background-position:right; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #04b5e1; /*THEME CHANGE HERE*/
border-bottom-width:0px;
font:normal 12px Arial;
line-height:25px;
z-index:100;
background-color:#04b5e1;
width:175px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#3d3d3d,direction=200,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #03c1f0; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #3bc5e9;
color:#505050;

}
