.chromestyle {
	float:right;
	margin-top:85px;
	z-index:9999999;
}
.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%;
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	padding: 14px 0px 14px 25px;
	margin: 0;
	text-decoration: none;
	color:#525252;
	font-size:14px;
	font-weight:normal;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color:black;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top:100px;
	font-size:11px;
	background-color: #231f20;
	width: 360px;
	visibility: hidden;
	z-index:99999999;
}
.dropmenudiv a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #bdbdbd;
}
.dropmenudiv li {
	display:block;
	float:left;
	width:150px;
	margin:20px 20px 20px 20px;
	font-size:11px;
	line-height:14px;
}
.dropmenudiv a span.title {
	text-transform: uppercase;
	color:#FFF;
	margin-bottom:5px;
	display:block;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration:underline;
}
