#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 22px;
	background: #F9F9F9;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav ul ul{
	border-top: 0px;
	border-right: 0px;
}

#nav a {
	display: block;
	width: 100px;/*--主菜单宽度--*/
	color: #333333;
	text-decoration: none;
	text-align: center;
}

#nav a:hover{
	color: #336666;
}

#nav a.selected{
	background: url(arrow.gif) no-repeat right 50%;
}

#nav li {
	float: left;
	width: 100px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#nav li li {
	width: 160px;/*--子菜单宽度--*/
}

#nav li ul a {
	width: 160px;/*--子菜单宽度 for ie5.x--*/
	w\idth: 160px;/*--子菜单宽度 for ie6.0 FF NS OPERA--*/
	padding: 0px 0px 0px 5px;
	line-height: 19px;
	text-align: left;
}

#nav li ul ul {
	margin: -20px 0 0 160px; /*--第3级菜单位置--*/
}

#nav li:hover ul ul,#nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul,#nav li.sfhover ul, #nav li li.sfhover ul{
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #4fb2c9;/*--菜单hover 背景色--*/
}
.ww {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-transform: uppercase;
}
.qq {
	text-transform: uppercase;
}
