.chromestyle{
	height: 50px;
}

.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: left; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	padding: 5px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none; /*THEME CHANGE HERE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	padding: 7px;
}

.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: #000000;
	color: #F9A51B;
}


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

.dropmenudiv{
	position:absolute;
	top: 5px;
	line-height:20px;
	z-index:100;
	background-color: #000000;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	left: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 150px;
	margin-top: 5px;
}
#chromemenu  ul li {
}
#chromemenu {
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
}

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