.chromestyle{
	margin: 0px;
	padding: 66px 10px 0px 0px;
	float: left;
}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
*content: " v";*
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px/16px Verdana;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
	border-bottom: 0 solid #66CCCC;
	border-left: 1px solid #66CCCC;
	margin-top: -17px;
	margin-left: 1px;
}


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

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

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