.chromestyle{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#9ec9e1;
	background-repeat:repeat-x;
	display:block;
}
.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;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.chromestyle a{
	display:block;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
line-height:21px;
z-index:100;
background-image:url(../images/chrome_bg.gif);
background-position:top;
width:180px;
visibility: hidden;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:#a7d1e7 solid 1px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ 
}


.dropmenudiv a{
display: block;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 10px;
text-decoration: none;
font-weight:normal;
font-size:11px;
color:#313131;
width:180px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
line-height:21px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:180px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#e01d3d;
text-decoration:none;

}
