/*body*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font-size:12px;
	color:#666;
	line-height:1.8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        background:url(../images/bj.jpg) repeat-x top;
}
a{
	color:#333;
	text-decoration: none;
} 
a:hover{
	color:#228dd1;
	text-decoration:underline;
} 
img{
	border:0;
}
.clear{
	clear:both;
}
ul,li{
	float:left;
	list-style:none;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
h1,h2,h3,h4,h5{
	font-size:12px;
}

/*---------------------menu----------------------------------*/
.header{width:1002px; height:auto; margin:0px auto;}
#menu{
	height:32px;
	background:url(../images/menu_bg.gif) no-repeat top;
}
#menu ul{
	width:922px;
	height:28px;
	list-style-type:none;
	padding-left:80px;
}

.chromestyle{
	width:100%; 
	height:36px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.chromestyle ul{/*THEME CHANGE HERE*/margin: 0;/*set value to "left", "center", or "right"*/}
.chromestyle ul li{float:left; font-size:14px; line-height:36px; text-align:center; width:140px;}
.chromestyle ul li a{color:#fff;text-decoration: none;}
.chromestyle ul li a:hover{color:#fff;/*THEME CHANGE HERE*/}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/content: "";/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 24px;
	border:1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px;
	line-height:24px;
	z-index:100;
	margin-top:3px !important; +margin-top:5px !important; margin-top:5px;
	background-color:#4692bf;
	width:140px !important; +width:140px !important; width:136px;
	visibility: hidden;/*Add Shadow in IE. Remove if desired*/
	left:100px; margin-left:-40px;
}
.dropmenudiv a{width: auto;display: block;text-indent: 8px;border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/padding: 2px 0;text-decoration: none;color:#fff;background:url(../images/list1.gif) no-repeat 5px center; padding-left:5px;}
* html .dropmenudiv a{ /*IE only hack*/width:100%;}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/background-color:#51b4e0;color:#fff;}
