﻿@charset "utf-8";
/* CSS Document */
.headerbg{height:176px;background:url(../images/headerbg.png) no-repeat top center;margin:0 auto;}
.headerbg .header{width:1000px;}
.logo{margin-top:16px;}
/* 导航CSS */
#sddm
{
	margin-top:72px;;
	margin-left:37px;;
	float:left;
}
#sddm .lbg{ background:url(../images/navbottom.png) no-repeat center 25px;;}
#sddm li
{
	list-style: none;
	float: left;
	font: bold 16px arial;
	margin-left:20px;
	line-height:16px;
	}

#sddm li a
{
	display: block;
	text-align: center;
	text-decoration: none;
	color:#fff;
	height: 43px;

}

#sddm li a:hover
{	  color:#e164ca;
}


#sddm div
{	position: absolute;
	margin-left:-50px;
	width:240px;
z-index: 1001;
	background: #332821;
	border: 0px solid #332821;
}

	#sddm div a{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 15px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #332821;
		color: #fff;
		height:25px;
		font: 12px arial;
		line-height:2;}
#sddm div a:hover{	background: #b00090;color: #fff}
/* 导航CSS结束 */


.dd{color: #b00090;
background: url(../images/wordbg.png) 20px 7px no-repeat;}
