.chromestyle{
width: 100%;
font-weight: bold;
list-style:none;
list-style-type:none;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) 5px center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
position: relative;
z-index:1000;

}

.chromestyle ul li{
display: inline;
margin: 0 auto 0 auto;
padding: 0 20px 0 20px;
border-left: 1px solid #DADADA;}

.chromestyle ul li.lastitem{

border-right:  1px solid #DADADA;}


.chromestyle ul li a{
color: #494949;
padding: 0px 0px 0px 0px;
margin: 0;

text-decoration: none;

}
* html .chromestyle ul
{
padding: 4px 0px 4px 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-repeat: no-repeat;
	background-position: center center;
	color: #4f91ce; /*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 Verdana;

	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}

* html .dropmenudiv{
	margin-top: 0px;
}
.dropmenudiv a{

display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 8px 0 8px 25px;
text-decoration: none;
font-weight: bold;
color: #494949;
background: url(../images/menu-bullet.gif) 5px 10px no-repeat; /*THEME CHANGE HERE*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #4f91ce;
}
