.chromestyle{
	width: 99%;
	font-family:Century Gothic;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration:none;
}

.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: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 8px 12px;
margin: 0;
font-family:Century Gothic;
text-decoration: none;
background-image:url(images/sep.gif);
background-repeat:no-repeat;
background-position:right;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
font-family:Century Gothic;
font-size:14px;
color:#000000;
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 14px Century Gothic;

line-height:28px;
z-index:100;
background-color:#ff8362;
width:180px;
visibility: hidden;
}



.dropmenudiv a{
width:auto;
display: block;
padding: 2px 0px 2px 10px;
text-decoration: none;
color: black;
border-bottom:1px solid #ffffff;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
}

