.chromestyle{
width: 100%;
font-weight: bold;
}

.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;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #fff;
	margin: 0;
	text-decoration: none;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

.chromestyle ul li a:hover{
	background-image: url(../images/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(../images/downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:60;
	background-color: #fffbf2;
	width: 100px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=5);

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #fb8033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #feefcc;
	background-image: url(../images/dian01.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10;
	margin-left: 5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #fdf1d7;
}