.chromestyle{
	margin: 0px;
	padding: 0px;
	height: 45px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	padding: 0px;
	margin: 0;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}

.chromestyle ul li a{
	color: #494949;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a:hover{
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " v";
	margin: 0px;
	padding: 0px;/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);			border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑", "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a,.dropmenudiv a:link,.dropmenudiv a:visited,.dropmenudiv a:active{
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDCB9;
	margin: 0px;
	padding: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
	margin: 0px;
	padding: 0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFEBD7;
	margin: 0px;
	padding: 0px;
	color: #660000;
	text-decoration: none;
}
