.chromestyle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	/*content: ".";*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
/*width: 100%;*/
background: #FFFFFF; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #666666;
	padding: 4px 10px;/*menu padding*/
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #B5E2FE;
}

.chromestyle ul li a:hover{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
content: " " url(img/css/arrow_down.gif); 
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:13px;
	z-index:100;
	background-color: #EC90B5;
	width: 160px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#EC90B5,direction=0,strength=0);	border-top-width: 0px;
    border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: 100%;
	align: left;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: 0px;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border: 1px solid #E38AB0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C97AA1;
}

