
#nav-s, #nav-s ul{
width:158px;
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
}

#nav-s a{
width:158px;
display:block;
text-align:center;
height:62px;
line-height:62px;
overflow:hidden;
}

#nav-s span {
display:none;	
}

#nav-s a:hover{
	background-image:url("../images/menu_background_over_07.png");
	background-repeat: no-repeat; /*** 修正IE6.0鼠标滑过后红色背景不消失 ***/
}

#nav-s li{
float:left;
position:relative;
}

#nav-s ul {
position:absolute;
display:none;
width:155px;
top:56px;
border:solid #FFFFFF 1px;
}

#nav-s ul a{
	padding:0;
	width:155px;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	text-align: center;
	display:block;
	color: #c20812;
	text-decoration:none;
	background-color:#f0eee1;
	font-size: 14px;
	font-weight: bold;
}

#nav-s ul a:hover{
	background: #c20812;
	color:#fff;
}

#nav-s li:hover ul ul, #nav-s li:hover ul ul ul, #nav-s li:hover ul ul ul ul{
display:none;
}
#nav-s li:hover ul, #nav-s li li:hover ul, #nav-s li li li:hover ul, #nav-s li li li li:hover ul{
display:block;
}