@charset "utf-8";
/* Dropdown Menu Styles */

#dropmenudiv{
text-align:left;
position: absolute;
border-bottom-width: 0px;
font: Geneva, Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
line-height:25px;
z-index:100;
padding: 0 10px 5px 5px;
margin-left: -5px;
}

#dropmenudiv a{
width: 15em;
height: 1.5em;
display:block;
text-indent: 5px;
border: 0px solid #d18b53;
border-width: 1px 1px 1px 1px;
padding: 5px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
background-color:#c16419;
background-repeat:no-repeat;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#d18b53;
color: #ffffff;
}

#frontheader{
	width:auto;
	height:auto;
	padding:0px 0 0 0px;
	background:url(/images/interface/bkg_interface_top01.jpg) no-repeat;
	z-index:100;
	position: relative;
}

#flasharea{
	width:936px;
	height:257px;
	background-repeat:no-repeat;
	clear:both;
	margin:0px;
	padding:0;
}
