
.chromestyle{ font-size:16px; font-family: "ºÚÌå";
width: 1000px; margin:0 auto;
font-weight:500;overflow: hidden; height:65px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	height:45px;
	width: 1000px; /*THEME CHANGE HERE*/
	margin: 0px;
	padding:0px;
	padding-left:284px; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	FLOAT: left; MARGIN-RIGHT: 1px; LIST-STYLE-TYPE: none; HEIGHT: 45px; color:#FFFFFF;line-height: 45px; width:85px; text-align:center; display:inline;
}

.chromestyle ul li a{
	width:85px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	COLOR: #fff;
	LINE-HEIGHT: 45px;
	PADDING-TOP: 0px;
	HEIGHT: 45px;
	TEXT-DECORATION: none;
	display:block;
	background-position: right bottom;
	
}

.chromestyle ul li a:hover{
	background-image: url(../images/main1_11.jpg);
	color:#336699;
	background-repeat: no-repeat;
	display: inline;
	background-position:center;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/

font:normal 12px Verdana;
line-height:18px;

 width:600px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#FF0000;
	text-decoration: underline;
}
.dropmenudiv li {
	float: left;
	list-style-type: none; padding-right:10px; line-height:18px;
}
