.chromestyle{width: 1000px;
font-weight: normal;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; display: block; 
height: 0; 
clear: both; 
visibility: hidden;}
.chromestyle ul{width: 100%; padding: 6px 8px 8px 8px; margin: 0; text-align: left; /*set value to "left", "center", or "right"*/}
.chromestyle ul li{display: inline;}
.chromestyle ul li a{color: #ffffff;padding:8px 8px 6px 8px;margin: 0;text-decoration: none;}
.chromestyle ul li a:hover{	TEXT-DECORATION: none; padding:8px 8px 6px 8px; background-color:#FF99CC;}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}
.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 4px solid #8C005A; /*THEME CHANGE HERE*/

	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFF0F7;
	width: 200px;
	visibility: hidden;

}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #8C005A; /*THEME CHANGE HERE*/
	text-decoration: none;
	font-size: 11px;
	color: #8C005A;
	padding: 5px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8C005A;
color:#EFC7DE;
}

