@charset "utf-8";
/* CSS Document */



.chromestyle{
font-family: Century Gothic;
font-size:12px;
}



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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 7px 49px;
padding-bottom:7px;
margin: 0;
text-decoration: none;
background:#f26f24;
border-left:1px solid #efeae3;
border-top:1px solid #efeae3;
border-right:1px solid #efeae3;
margin-right:-3px;
font-weight:bold;
}

.chromestyle ul li a:hover, .current{
color:white;
background:#231f20;

}



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

.dropmenudiv{
	border:1px solid #efeae3;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font: 11px Century Gothic;
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 160px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
padding: 3px 0;
text-decoration: none;
color: #f26f24;
border-bottom:1px solid #efeae3;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f26f24;
color:white;
}
