.chromestyle{
float:left;

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

.chromestyle ul{
padding: 0px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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


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

.dropmenudiv{
	position:absolute;
	top: 115px;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	text-align: left;
	font-weight:lighter;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 220px;
	visibility: hidden;
	left: 517px;
}

.dropmenudiv1{
	position:absolute;
	top: 115px;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	text-align: left;
	font-weight:lighter;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 220px;
	visibility: hidden;
	left: 517px;
	}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 17px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: lighter;
color: #333333;
}
.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 17px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: lighter;
color: #333333;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.enlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #FF0000;
}

