.chromestyle{
	padding: 15px 10px 0px 5px;
	margin-right: 10;
	margin-left: auto;
	text-align: left;
	color: #000000;
	font-weight: reGULAR;

}

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

}



.chromestyle a{
color: #000000;
padding: 15px 20px 0px 0px;
margin: 0;
text-decoration: none;

}

.chromestyle a:link{
color: #000000;
padding: 15px 20px 0px 0px;
margin: 0;
text-decoration: none;

}

.chromestyle a:visited {
color: #000000;
padding: 15px 20px 0px 0px;
margin: 0;
text-decoration: none;

}

.chromestyle a:active{
color: #000000;
padding: 15px 20px 0px 0px;
margin: 0;
text-decoration: none;

}

.chromestyle a:hover{
color: #000000;
padding: 15px 20px 0px 0px;
text-decoration: underline;

}


	
	




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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px transperent; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
border: 1px;
border-color: #000000;
font: normal 11px Arial;
line-height: 12px;
z-index:100;
background-color: #fbf2c2;
width: 260px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
padding: 3px 3px 3px 0px;
text-decoration: none;
font-weight: regular;
color: #000000;
}

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

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