.chromestyle{
	width:100%;	
}
:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin:0;
}

.chromestyle ul{width: 100%;
text-align: left; margin-left:0px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{height:20px;
	/*background: url('../images/separator_03.gif') no-repeat right 50%;)*/
	color: #650492;
	margin: 5px;
	text-decoration: none; font-size:100%; font-weight:bold; padding-left:10px; padding-right:20px; padding-top:0px; padding-bottom:0;
	font-family:Garamond; font-size:12pt;  ; font-weight:bold;
}

.chromestyle ul li a:hover{
color:#202020;
font-family:Garamond; font-size:12pt;  ; font-weight:bold;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-left:1px solid #DDEE50; border-right:1px solid #DDEE50; border-bottom:1px solid #DDEE50; position: absolute;
	top: 0;
	font-size:100%; 
	line-height: 22px;
	z-index: 100;
	width: 280px;
	visibility: hidden;
	background-color: #F77ADE;
	text-decoration: none; 
	font-weight:bold; text-align:left; border-top-color:#650492; border-top-width:1px;
	font-family:Garamond; font-size:12pt;  ; font-weight:bold;
	
}


.dropmenudiv a{
	width: auto;
	height: auto;
	display: block;
	text-indent: 3px; 
	padding: 2px 0;
	text-decoration: none;
	color: #650492;
	background-repeat: repeat-x;
	font-family:Garamond; font-size:12pt;  ; font-weight:bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:100%;
height: 0px;
display: block;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DDEE50; color:#202020; 
font-family:Garamond; font-size:12pt; font-weight:bold

}