/* CSS Document */

.nav{margin:0 auto;width:1002px;height:44px;background:none;}

/* ======= 导航 ======= */
.h{text-align:center;float:left;width:91px;margin:0;padding:0;}
.h a{display:block;height:32px;padding:12px 0 0 2px;color:#FFF;font-size:14px;font-weight:bold;letter-spacing:1.5px;}
.h a:hover{background:url(/images/nav.jpg) repeat-x left top;color:#333;text-decoration: underline;}

#sddm
{	margin: 0 auto;
	padding: 0;
	background: none;
	width: 911px;
	height:44px;
	float: left;}

#sddm li
{	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	float: left;}

#sddm li a
{	display: block;
	width: 89px;
	height: 34px;
	padding: 10px 0 0 2px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background:url(/images/nav.jpg) repeat-x left top;
	color: #333;
	text-decoration: underline;}

/*-----下拉部分-----*/
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background: #439E02;
	border: 1px solid #188801;
	border-bottom: none;}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	width:87px;
	padding: 9px 0px 2px 2px;
	height: 20px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #439E02;
	border-bottom: 1px solid #188801;
	color: #FFF;
	font: 12px arial}

#sddm div a:hover
{	background: #F0AC32;
	color: #333}