<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
.chromestyle{

}
.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; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style-type: none;
	float: left;
}

.chromestyle ul li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	width: 90px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	z-index:100;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	left: 0px;
	position: absolute;
	width: 99px;
}


.dropmenudiv a{
	color: #FFFFFF;
	height: 30px;
	width: 99px;
	line-height: 30px;
	display: block;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px;
	background-color: #1A50B5;
	border-color: #1C6CBC;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2779CA;
}
</pre></body></html>