ul,li	{ margin:0; padding:0; }

#nav {
	width: 955px;
	line-height:0;
	z-index: 5;
}
#nav li {
	list-style: none;
	float: left;
	position: relative;
	width: 150px;
}

#nav ul {
	display: none;
	position: absolute;
	left: -13px;
	top: 29px;
}
* html #nav ul { line-height: 0; }
*+html #nav ul { line-height: 0; }
*:first-child+html #nav ul { line-height: 0; }
#nav ul li {
	float: none;
	z-index: 4;
	position: relative;
	zoom: 1;
}

#nav ul {
}
#nav ul ul { top: 0px; left: 0px; }
#nav ul a {
	display: block;
	width: 130px;
	padding: 10px;
	color: #FFF;
	border-bottom: 1px solid #E0F2FE;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	background-color: #32A7EF;
	font-family: sans-serif;
	font-size: 11px;
	position: relative;
	z-index: 3;
	font-weight: bold;
}
#nav ul a.hover {
	background-color: #45678E;
}



.textlink {
	font-size: 12px;
}
#nav li ul .textlink2 a{
	font-size: 11px;
	width: 115px;
	padding-left: 25px;
	background-color: #37AEDC;
	background-image: url(../img/drop_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}

#nav li ul .textlink2 a.hover {
	background-color: #385676;
}
