body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #7d7d7d;
	line-height: 180%;
}
a {
	color: #7d7d7d;
	text-decoration: none;
}
a:hover{
	color: #ff6e0e;
	text-decoration: none;
}
/*首页开始*/
#menu {
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	margin-left:18px;
	font-weight:bold;
}
.menu:hover {
	font-size: 14px;
	color: #fff400;
	text-decoration: none;
	font-family: Tahoma;
	margin-left:18px;
	font-weight:bold;
}
#news1 {
	background-image: url(../img/news_bg01.jpg);
	background-repeat:repeat-y;
}
#news2 {
	background-image: url(../img/news_bg02.jpg);
	background-repeat: no-repeat;
	padding-right: 45px;
	padding-left: 47px;
	padding-top: 15px;
}
.link {
	text-decoration: none;
	color: #ff6e0e;
}
.link:hover{ text-decoration:underline;	color: #ff6e0e;}

.title {
	font-weight: bold;
	color: #666;
}
/*首页结束*/
#submenu {
	background-image: url(../img/menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 27px;
	padding-left: 47px;
}
#content {
	padding-left: 140px;
	padding-right: 115px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content2 {
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.form {
	font-size: 12px;
	background-color: #f2f2f2;
	height: 15px;
	width: 85px;
	border: 1px solid #7f9db9;
}

#kuang {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	height: 30px;
	width: 150px;
	border: 1px solid #CCCCCC;
	padding-left: 13px;
}
.hui {
	font-weight: bold;
	color: #CCCCCC;
}
.title2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
/*下拉菜单*/
div,ul,li{ margin:0; padding:0}
#nav {
	width:215px;
    line-height: 25px; 
	list-style-type: none;
	text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}

/*==================一级目录===================*/
#nav a {
	width: 190px; 
	display: block;
	
	/*Width(一定要)，否则下面的Li会变形*/
}

#nav li {
	
	
	float:left;
	 margin-left:10px;
	/*float：left,本不应该设置，但由于在Firefox不能正常显示
	继承Nav的width,限制宽度，li自动向下延伸*/
}
#nav li a{ background:url(../img/dot_01.jpg) no-repeat left; padding-left:15px;border-bottom:#e7e7e7 1px solid; /*下面的一条白边*/}
#nav li a:hover{background:url(../img/dot_02.jpg) #e7e7e7 no-repeat left; padding-left:15px;
	/*一级目录onMouseOver显示的背景色*/
	
}


/*==================二级目录===================*/
#nav li ul {
	list-style:none;
	text-align:left;
}
#nav li ul li{
 margin-left:5px;
}

#nav li ul a{
         width:185px; padding-left:10px; background:url(../img/dot_03.jpg) no-repeat left; border-bottom:1px #e7e7e7 dashed;
	/* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}

/*下面是二级目录的链接样式*/

#nav li ul a:hover {
width:185px;padding-left:10px; background:url(../img/dot_03.jpg) no-repeat left;border-bottom:1px #e7e7e7 dashed;
	
	/* 二级onmouseover的字体颜色、背景色*/
}

/*==============================*/

#nav li.sfhover ul {
	left: auto;
}

#content {
	clear: left; 
}
#nav ul.collapsed {
	display: none;
}
-->

#PARENT{
	width:230px;
 float:left; display:block; text-align:right;
}
/*结束*/
/*菜单*/

div.submenu{ height:23px;  display:none; width:500px; overflow:hidden;}
div.submenu a{ display:block;float:left;}
#sub1{}
#sub2{}
#sub2 a{margin-top:5px; margin-right:20px;}
#sub3{}
#sub4{}
#sub5{}