/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

body {
	behavior: url(csshover.htc);
	background-repeat: repeat;
}
 
p a {
	color: #fff;
	text-decoration:underline!important;

}
a{
	color:#fff;
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999;
}


ul#nav li a {
	display: block;
	font-weight: normal;
	height: 35px;
	color: #fff;
}

ul#nav li a:hover{
	color:#fff;
	font-weight: bold;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 98px;
	text-align: center;
	margin-right:5px;
	height: 37px;
	font-family: "宋体";
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	font-weight: normal;
	/* [disabled]background-color: #0F934A; */
	z-index: 9999;
}

ul#nav li.current a{
	/* [disabled]font-weight: bold; */
	color: #FFF;
	line-height: 20px;
	}

ul#nav li.current a:hover{
	/* [disabled]font-weight: bold; */
	color: #FFF;
	}

li ul {
	display: none;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #22a85d;
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
	z-index: 9999;
}
.top0 .lasheng .top1 #nav h2 {
	background-image: url(images/index7_07.jpg);
	height: 20px;
	width: 2px;
	float: right;
}
