@charset "utf-8";
/* CSS Document */

#navThree {
	position: absolute;
	font-size: 14px;
	/*opacity: 0.8;*/
}
#navThree a {
	display: block;
	width: 215px;
	height: 28px;
	padding: 3px 5px 8px 5px;
	background: #0e2c48;
	color: #fff;
	text-decoration: none;
	line-height:16px;
	border-right::1px solid #fff;
	font-size:12px;
}
#navSec a{
	background:#06C;
}
#threeSec a{
	background:#09C;
}
#navThree a:hover {
	background: #333;
}
#navThree li {
	float: left;
	clear: left;
	width: 216px;
	background: #ccc;
	padding-bottom: 3px;
	
}
#navThree ul {
	position: absolute;
	margin-left: 226px;
	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;
}