.chromestyle{
float:right;
margin-top:0px;
z-index:9999999;
}

.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;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 14px 0px 14px 25px;
margin: 0;
text-decoration: none;
color:#525252;
font-size:14px;
font-weight:normal;
}




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

.dropmenudiv{
position:absolute;
top:100px;
font-size:11px;
background:url(../images/nav-back.gif) no-repeat 0% 100%; 
width: 530px;
visibility: hidden;
z-index:99999999;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #bdbdbd;
}

.dropmenudiv li {
	display:block;
	float:left;
	width:135px;
	margin:20px 20px 20px 20px;
	font-size:11px;
	line-height:14px;
}

.dropmenudiv a span.title{
	
	color:#FFF;
	margin-bottom:5px;
	display:block;
}


.dropmenudiv span.title2{
	
	color:#fa8181;
	margin-bottom:5px;
	display:block;
	font-size:13px;
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;

}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;

}






