#nav {
	margin: 0;
	padding: 0px 0px 0px 0px;
	line-height: 36px;
	font-size:12px;
	background: -moz-linear-gradient(top,  #fff,  #f7f7f7);
	border-top-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #E4E4E4; border-bottom-width: 3px; border-bottom-color: #ef0500;
	z-index:1000;
	background-color:#FFFFFF;
}
#nav ul{margin:0px; padding:0px;}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	list-style: none;
	font-size:12px;
	z-index:1000;
	color:#004161;
	
	
}
/* main level link */
#nav a {
	text-decoration: none;
	display: block;
	padding-left:14px;
	padding-right:14px;
	line-height:40px;
	margin: 0;
	z-index:1000;
	font-family: 'Archivo Narrow', sans-serif;
	font-size:18px;
	font-weight: 400;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #e2e2e2;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	
	
}

/* main level link hover */
#nav .current a, #nav li:hover  a {
	/* for non-css3 browsers */
	 color:#FFFFFF; line-height:40px; font-size:18px; font-weight: normal;
	z-index:1000;
	background-color:#ef0500;
	
}
/* sub levels link hover */ 
#nav ul li:hover a, #nav li:hover li a {
	background:#2F2F2F;
	border-bottom:solid 1px #B6B6B6;
	color:#fff;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
}
#nav ul a:hover {
	background: #000 !important; /* for non-css3 browsers */
	
}
/* level 2 list */
#nav ul {
	/* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 35px;
	left: 0;
	border-left:solid 1px #171717;
	border-right:solid 1px #171717;z-index:1000;
	
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	width: 180px;
	z-index:1000;
	font-size:14px;
}

#nav ul li a{font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	line-height:29px;
	padding:  0px 19px 0px 19px;
	margin: 0;
	z-index:1000;}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 180px;
	top: 0px;
	font-size:14px;
}
/* rounded corners for first and last child */
#nav ul li {

	font-size:14px;
}
#nav ul li:last-child > a {
	
	
	
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;z-index:1000;
}
html[xmlns] #nav {
	display: block;z-index:1000;
}
* html #nav {
	height: 1%;z-index:1000;
}
.SELECT_MENU{
background-color:#ef0500;
	color:#FFFFFF;
	}
	.SELECT_MENU a{
		color:#fff;
		/*background-image: url(../images/navbg-h.jpg);*/
		background-repeat:repeat-x;
		
	}