.chromestyle{
width: 960px;
height:40px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-bottom:20px;

}

.rhm1-left{
	background:url(../images/menu/left.jpg) no-repeat;
	width:15px;
	height:40px;
	float:left;
}
.rhm1-right{
	background:url(../images/menu/right.jpg) no-repeat;
	width:15px;
	height:40px;
	float:right;
}

.rhm1-bg{
	background-image:url(../images/menu/bg.jpg);
	height:40px;
}

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

.chromestyle ul{
width: 930px;
padding-top:10px;
float:left
margin: 0;
height:40px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

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

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

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


.dropmenudiv a{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0 0 5px;
text-decoration: none;
font-weight: bold;
color: black;
}

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

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

.chromestyle li.current a{
	color:#FFCC33;
	border-right: 1px solid #CCCCCC;
	height:30px;
	/*background:url(images/rhm1_hover_l.gif) no-repeat left 5px;*/
}
.chromestyle li.current a span{
	color:#FFCC33;
	border-right: 1px solid #CCCCCC;
	height:30px;
	/*background:url(images/rhm1_hover_r.gif) no-repeat right 5px;*/
}
.chromestyle li a:hover{
	color:#FFCC33;
	/*background:url(images/rhm1_hover_l.gif) no-repeat left 5px;*/
}
.chromestyle li a:hover span{
	color:#FFCC33;
	/*background:url(images/rhm1_hover_r.gif) no-repeat right 5px;*/
}

.rightborder{
border-right: 1px solid #CCCCCC;
height:30px;
}