@charset "utf-8";
/* CSS Document */

#navThree {
	position: absolute;
	font-size: 14px;
	/*opacity: 0.8;*/
}
#navThree a {
	display: block;
	width: 160px;
	height: 28px;
	padding: 3px 5px 12px 15px;
	background: #0e2c48;
	color: #fff;
	text-decoration: none;
	line-height:30px;
	border-right::1px solid #fff;
}
#navSec a{
	background:#06C;
}
#threeSec a{
	background:#09C;
}
#navThree a:hover {
	background: #333;
}
#navThree li {
	float: left;
	clear: left;
	width: 180px;
	background: #ccc;
	padding-bottom: 3px;
	
}
#navThree ul {
	position: absolute;
	margin-left: 180px;
	margin-top: -43px;
}
#navThree ul {
	display: none;
}
#navThree li.show ul {
	display: block;
}
#navThree li.show li ul {
	display: none;
}
#navThree li li.show ul {
	display: block;
}