.chromestyle{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
margin-left: 1px;
font-size: 11px;

}

.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;
	

}

.chromestyle ul li{
   display: inline;
	
}

.chromestyle ul li a{
	text-align: center;
	display:block;
	float: left;
	font-family: arial;
	font-size: 11px;
	width:162px;
	height: 27px;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	padding-top: 2px;
	

	
	
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	/*THEME CHANGE HERE*/
 
}


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

.dropmenudiv
{
	position: absolute;
	top: 0;
	font: normal 11px aria;
	line-height: 18px;
	z-index: 1000;
	background-color: white;
	width: 200px;
	visibility: hidden;
	margin-top: 5px;
	border-right:1px solid green;
	margin-left: 15px;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid green; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

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