/* removed #995aca */

#nav-wrap
{
	background-color: #1E2A5D;
	height: 45px;
}
#nav > LI
{
	float: left;
	position: relative;
	z-index: 101;
}

#nav > LI > A
{
	display: block;
	width: 127px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	border-left: 1px solid #cccccc;
	
}
#nav > LI:first-child > A
{
	border: 0 none #000000;
}


/* #5CADCE,#002062 */
#nav > LI:hover > A
{
	background-color: #cccccc;
	text-decoration: none;
	color: #002062;
	height: 100%;
}
#nav .dropdown
{
	visibility: hidden;
}
#nav LI:hover .dropdown
{
	visibility: visible;
}


/*Sub Nav*/
#nav li:hover ul li ul {
	display: none;padding: 12px 14px;
	color: #323131;
}
#nav li ul li:hover ul li ul li ul{
	display: none;padding: 12px 14px;
	
}
#nav li ul li:hover ul{
	display: block;background-color: #DCDCDC;
	top: 0px;
	left: 130px;
	position: absolute;/*relative*/
}
#nav li ul li ul li:hover ul{
	display: block;background-color: #cccccc;
	top: 0px;
	left: 130px;height:100%;
	position: absolute;
}
/*Dropdown*/
.dropdown
{
	position: absolute;
	display: block;
	width: 190px;
	top: 52px;
	left: -3px;
	z-index: 9000;
	color: #323131;
	font-size: 14px;
	line-height: 8px;
}
.dropdown-top
{
	position: absolute;
	top: -7px;
	width: 192px;
	height: 17px;
	background-image: url('drop1.png');
}
.dropdown-bottom
{
	position: absolute;
	bottom: -15px;
	width: 192px;
	height: 15px;
	background-image: url('drop3.png');
}
.dropdown-middle
{
	padding: 12px 28px;
	width: 136px;
	background-image: url('drop2.png');
	background-repeat: repeat-y;
}
.dropdown-col
{
	float: left;top: 7px;
	width: 135px;
}
.dropdown A
{
	color: #333;
}
.dropdown HR
{
	margin: 1px 0;
	border: 0 none #000000;
	border-top: 1px solid #999999;
}
.dropdown LI
{
	color: #323131;
	margin: 10;text-align: left;
	padding: 2px 0;
}
.m10 LI:hover > A
{
	background-color: #cccccc;
	text-decoration: none;
	color: #002062;
	height: 100%;
}

 .clearfix:after,.row:before{display:table;content:" "}.clearfix:after,.row:after{clear:both}

