.chromestyle{
	width:auto;
	margin:auto;
	padding:0;
	text-align: center;
}

.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%;
margin: 0;
padding:0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0;
float:left;
}

.chromestyle ul li a{
margin: 0;
border:0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.html) center center repeat-x; /*THEME CHANGE HERE*/
}

.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: 0px;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	background: url(bg1.gif) repeat-y center top;
	z-index:100;
	width: 100px;
	margin:auto;


    filter: progid:DXImageTransform.Microsoft.Shadow(color=#27A4E5,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
	left: 0px;
	visibility: hidden;
	text-align: center;
}


.dropmenudiv a,.dropmenudiv a:visited{
width: 85%;
margin:0 auto;
text-align:center;
display: block;
text-indent: 3px;
background:url(dot.gif) repeat-x bottom;
color:#FFF;
padding: 2px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 85%;color:#fff; margin:auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #50A2D1;

}
