
/*导航菜单*/
#menu{
	
	height:48px;
	background-image: url(../image/menu_bg.png);
	background-repeat: repeat-x;
	margin: 0px auto;
	
}
#menu ul {
	width:960px;
	list-style-type: none;
	text-align:center;	
	margin: 0px auto;
}
#menu ul li{
	float: left;
	background-image: url(../image/menu_bt1.png);
	background-repeat: no-repeat;
	/*margin: 10px 5px 0px 5px;*/
	margin: 10px 10px 0px;
}

#menu ul li a {
	
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	float: left;
	height: 19px;
	width: 76px;	
	padding-top: 7px;
	font-family: "宋体";
	display: block;
}
#menu ul .mot {
	width: 90px;
}
#menu ul .mot a {
	width: 90px;
}
#menu ul li a:hover , #menu ul li a.selected{
	color: #000;
	
}


.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/* ######### Style for Drop Down Menu ######### */




#menu ul ul{
	background-color: #d2f0f0;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	z-index:100;
	visibility: hidden;
	width:auto;
	min-width:100px;
	_width:100px;


	
}


#menu ul  ul li{
	clear:both
}
#menu ul  ul li a{
	background-color: #d2f0f0;
	display: block;
	color: #000;
	font-size:12px;
	text-align:center;
	min-width:100px;
	width:100%;
	clear:both;
	font-weight: normal;
	margin: 0px auto;
	padding: 8px 0px 0px 0px;	
	vertical-align: middle;
	height: 20px;
	_width:100px;
	
}



* html #menu ul  ul li a{ /*IE only hack*/
min-width:100px;
width:100%;

clear:both;
_width:100px;}

#menu ul  ul li a:hover{ /*THEME CHANGE HERE*/
background-color: #a8e2e2;
_width:100px;
}
/*导航结束*/
