.chromestyle {
	width: 99%;
	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;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	height: 17px;
	padding-right: 3px;
}

.chromestyle ul li a, #MenuStartSeparator{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color: #ffc600;
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #f8d406; /*THEME CHANGE HERE*/
	font:normal 12px Verdana;
	line-height: 15px;
	z-index:100;
	visibility: hidden;
	background: #f8d406;
	color: #000000;
	font-size: 10px;
}


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

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

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