.chromestyle{
	width: 385px;
	font-weight: bold;
	top: 250px;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; /*changed from auto*/
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000;
	margin: 0;
	border-style: none;
	font-size: 16px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ color: #ff6400;  /*script dynamically adds a class of "selected" to the current active menu item*/  /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	color: #000;
	position: absolute;
	background-color: #fff;
	width: 200px;
	z-index: 100;
	visibility: hidden;
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 0;
	line-height: 15px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid black;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 10px;
}

*html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
color: #ff6400; 
}
