.chromestyle{
	width: 510px;
	font-weight: normal;
	height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-position: right;
}

.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%;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(img/menu.jpg);
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #7a7a7a;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 20;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(img/menu_white.png);
	background-repeat: repeat;
	width: 150px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: normal;
	color: black;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

