.chromestyle{
width: 657px;
}

.chromestyle img{
margin:0;
padding:0; 
border:0;
outline:none; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
padding: 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
margin: 0; 
padding:0;
}

.chromestyle ul li a{
margin: 0; 
padding:0;
text-decoration: none; 
float:left;
}



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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: transparent;
	visibility: hidden;
	padding: 0px 0;
}

.dropmenudiv ul {
	border: none;
	padding: 0;
	margin: 0;
}

.dropmenudiv a{
	display: block;
	text-indent: 0px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

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

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

