.chromestyle {
	width: 100%;
	font-weight: bold;
}
.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%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #494949;
	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*/
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;

	visibility: hidden;
	/*THEME CHANGE HERE*/
border-top: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 230px;
	
}

.dropmenudiv a {
	width: auto;
	background-color:#343434;
	display: block;
	border-bottom:1px solid #676767;
	padding: 5px 2px;
	text-decoration: none;
	color: #FFFFFF;
}
.dropmenudiv ul li a {
	padding:5px
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #000000;
}
