#nav li.line {
	cursor : pointer;
	font : bold 11px Tahoma, Arial, Verdana, sans-serif;
	color : #ffffff;
	text-align : center;
	vertical-align : middle;
	text-decoration : none;
	height : 19px;
}

#nav {
	height : 25px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	height : 25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align : center;
}

#nav .hv-all {
	height : 25px;
	background : url(../images/menu_l_off.gif) no-repeat left top;
	text-align : center;
	padding-left : 10px;
	padding-right : 10px;
}
#nav .hv-all2 {
	width:15px;
	height : 25px;
	background : url(../images/menu_l_off.gif) no-repeat left top;
	text-align : center;
}

#nav li a {
	width : 100%;
	height : 18px;
	position: relative;
	display: block;
	font : bold 11px Tahoma, Arial, Verdana, sans-serif;
	color : #ffffff;
	text-decoration : none;
	margin-left : 10px;
	margin-right : 10px;
}
#nav .claasss a:hover { 
	height : 18px;
	background-color: none;
}

#nav a:hover {
	height : 18px;
	text-decoration : underline;
	z-index :2 ;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul li {
	float: none;
	width:100%;
	border-bottom : 2px solid #ffffff;
}
#nav ul ul {
	top: 0;
}
#nav ul {
	width: 0px;
}
#nav ul ul {
	left: 0px;
	width: 200px;
}
#nav {
	height: 25px;
}
#nav *:hover {
	background-color: none;
}

#nav ul {
	top: 25px;
}
#nav ul li a {
	width: 200px;
	margin: 0;
	padding: 0;
	height : 20px;
	background-color: #0089e1;
	text-decoration : none;
}
#nav ul li a:hover  {
	width: 200px;
	height : 20px;
	background-color: #0089e1;
	text-decoration : underline;
}
#nav ul li.hover > a {
	width: 200px;
	height : 20px;
	background-color: #0089e1;
	text-decoration : underline;
}
