#drop-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 50px;
	z-index: 100;
	position: absolute;
	background: none;
}
#drop-nav li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	height: 50px;
	background: none;
}
#drop-nav a {
	height: 16px;
	display: block;
	text-align: left;
	line-height: 14px;
	margin: 0px;
	padding: 20px 20px 18px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../images/menu-split.jpg) no-repeat right 3px;
}
#drop-nav a:hover {
	color: #fdbb31;
}
#drop-nav .active {
	color: #fdbb31;
}
#drop-nav a:hover {
}
#drop-nav li .sub {
	display: none;
}
#drop-nav li:hover .sub {
	padding: 0px;
	margin: 0px;
	width: 399px;
	position: absolute;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
	background: #002b4e url(../images/dropdownBG.jpg) bottom right no-repeat;
	border: 1px solid #fdbb30;
	margin-left: 1px;/*opacity:0.90;*/
	z-index: 9999;
}
#drop-nav li .sub li {
	background: none;
	height: 28px;
}
#drop-nav li .sub li a {
	width: 349px;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0;
	font-size: 12px !important;
	padding: 0px;
	margin: 0 10px;
	color: #fff !important;
	padding: 7px 10px 4px 22px;
	background: url(../images/bullet-1.png) 10px 14px no-repeat;
	text-decoration: none !important;
	float: left;
}
#drop-nav li .sub li a:hover {
	color: #002b4e !important;
	background: url(../images/bullet-1.png) 10px 14px no-repeat #fdbb30;
	-moz-box-shadow: 0px 1px 0px #d2e2ed;
	-webkit-box-shadow: 0px 1px 0px #d2e2ed;
	box-shadow: 0px 1px 0px #d2e2ed;
}
#drop-nav .sub li .ssub {
	display: none;
}
#drop-nav .sub li:hover .ssub {
	padding: 0px;
	margin: 0px;
	width: 270px;
	position: absolute;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
	background: #002b4e url(../images/dropdownBG.jpg) bottom right no-repeat;
	border: 1px solid #fdbb30;
	margin-left: 1px;
	z-index: 9999;
	margin-left: 280px;
	margin-top: -10px;
}
#drop-nav .sub li .ssub li {
	background: none;
	height: 28px;
}
#drop-nav .sub li .ssub li a {
	width: 220px;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0;
	font-size: 12px !important;
	padding: 0px;
	margin: 0 10px;
	color: #fff !important;
	padding: 7px 10px 4px 22px;
	background: url(../images/bullet-1.png) 10px 14px no-repeat;
	text-decoration: none !important;
	float: left;
}
#drop-nav .sub li .ssub li a:hover {
	color: #002b4e !important;
	background: url(../images/bullet-1.png) 10px 14px no-repeat #fdbb30;
	-moz-box-shadow: 0px 1px 0px #d2e2ed;
	-webkit-box-shadow: 0px 1px 0px #d2e2ed;
	box-shadow: 0px 1px 0px #d2e2ed;
}
#drop-nav .sub li .ssub li .sssub {
	display: none;
}
#drop-nav .sub li .ssub li:hover .sssub {
	padding: 0px;
	margin: 0px;
	width: 200px;
	position: absolute;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
	background: #002b4e url(../images/dropdownBG.jpg) bottom right no-repeat;
	border: 1px solid #fdbb30;
	margin-left: 1px;
	z-index: 9999;
	margin-left: 270px;
	margin-top: -10px;
}
#drop-nav .sub li .ssub li .sssub li {
	background: none;
	height: 28px;
}
#drop-nav .sub li .ssub li .sssub li a {
	width: 150px;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0;
	font-size: 12px !important;
	padding: 0px;
	margin: 0 10px;
	color: #fff !important;
	padding: 7px 10px 4px 22px;
	background: url(../images/bullet-1.png) 10px 14px no-repeat;
	text-decoration: none !important;
	float: left;
}
#drop-nav .sub li .ssub li .sssub li a:hover {
	color: #002b4e !important;
	background: url(../images/bullet-1.png) 10px 14px no-repeat #fdbb30;
	-moz-box-shadow: 0px 1px 0px #d2e2ed;
	-webkit-box-shadow: 0px 1px 0px #d2e2ed;
	box-shadow: 0px 1px 0px #d2e2ed;
}
