#chromemenu{
	position: absolute;
	z-index: 2000;
	top: 80px;
	left:20%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 14px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #ffffff;
font-weight: bold;
padding: 7px 12px 7px 12px;
text-decoration: none;
border-right:1px solid white;
}

#chromemenu ul li a:hover{
color: #ffffff;
background-color:#CC0000;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CC3333; /*Theme Change here*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #CC0000;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #065B1A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.dropmenudiv a:hover{ 
background-color: #FF3333;
color:#ffffff;
width: 100%;
border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6666;
}
