.chromestyle{
	width: 100%;
	font-weight: normal;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#CC3300;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-bottom:35px;
	text-align:center;
	margin-left: 0px;
	}



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



.chromestyle ul{
border: none;
width: 100%;
background: none; /*THEME CHANGE HERE*/
padding: 10px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/

}



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



.chromestyle ul li a{
color:#CC3300; 
padding: 10px 10px;
margin: 0;
text-decoration: none; /*THEME CHANGE HERE*/
}



.chromestyle ul li a:hover{
background: none; /*THEME CHANGE HERE*/
text-decoration:underline;
}



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



.dropmenudiv{
position:absolute;
top: 0;
padding-left:0px;
border-bottom: none;
line-height:18px;
z-index:100;
background-color: #000 ;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
}





.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 5px 5px;
font-size:16px;
font-family:"Times New Roman", Times, serif;
color:#CC3300;
font-style:italic;
text-decoration: none;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #222222;
	color:#CC3300;
	font-style: italic;
}
