/** MENU */

.chromestyle span {
}

.chromestyle .first a {
	padding-left: 11px;
	background: none;
}


.chromestyle .active a {
	height: 18px;
	background: url('../../images/homepage04.gif') left top repeat-x;
}


.chromestyle{
float: left;
	width: 509px;
	height: 36px;
}

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

.chromestyle ul{
margin: 0px;
	padding: 0px;
	list-style: none;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
display: block;
	float: left;
	height: 19px;
	padding: 17px 11px 0px 13px;
	background: url('../../images/homepage06.gif') left top no-repeat;}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}


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

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








