.chromestyle{
	font-weight: bold;
	float: left;
	width: 685px;
	margin: 0 0 0 0;
}

.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%; /*THEME CHANGE HERE*/
	padding: 6px 260px 4px 15px;
	margin: 0;
	text-align: left;
	background-image: url(../../Images/GFX/menubg.gif);
	-webkit-text-size-adjust: none;
}

.chromestyle ul li{
	display: inline;
	-webkit-text-size-adjust: none;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	-webkit-text-size-adjust: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #000000;
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:9999;
	visibility: hidden;
	background-color: #000000;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

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

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