.chromestyle{
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	width: 645px;
	margin-top: 0px;
	height: 45px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #000;
}

.chromestyle ul{
	width: auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 15;
	padding-bottom: 10px;
	padding-left: 15;
	margin: 0;
	color: #000;
}

.chromestyle ul li{
	display: inline;
	background-image: url(../images/seperator.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	width: auto;
	padding-left: 2px;
	color: #000;
}

.chromestyle ul li.last{
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	width: auto;
	padding-left: 2px;
	color: #000;
}

.chromestyle ul li a{
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.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: #333;
	color: #DCC75E;
}

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

.dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:1000;
	background-color: #333;
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
}


.dropmenudiv a{
	width: 225px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 255px;
	color: #999;
}

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