#mnav {
	float: right;
	width: 630px;
	width: 680px\9;
	margin-right: 10px;
	position: absolute;
	top: 48px;
	right: 190px;
}
/*.mnavitem {
	display: inline-block;
	float: right;
	margin: 0 4px;
	padding: 5px 8px;
	font-size: 14px;
	overflow: hidden;
	font-weight: 600;
	position: relative;
	filter: inherit;
	white-space: nowrap;
}
.mnavitem a:link, .mnavitem a:visited {
	color: #FFF;
	text-decoration: none;head
}
.mnavitem a:link:hover, .mnavitem a:visited:hover {
	text-decoration: underline;
}*/
.navicons {
	display: none;
	float: right;
	padding: 18px 10px 0 8px;
}

.bradiusm {
	border-radius:0 0 3px 3px;
}

.nav-menu {
	list-style:none;
	padding:0;
	z-index:1003;
	right: 0;
    top: 0;
	position:relative;
	margin:auto;
}
/* a top level navigation item in the mega menu */
.nav-item-new {
	list-style: none;
	display: inline-block !important;
	margin: 0;
	overflow: visible;
	border-radius:3px;
	float: right;
	width: 130px;
	width: 180px\9;
	margin-right: 10px;
	position: absolute;
	top: 48px;
	right: 190px;	
}

.nav-item {
	list-style: none;
	display: inline-block !important;
	margin: 0;
	overflow: visible;
	border-radius:3px;
}
/* first descendant link within a top level navigation item */
.nav-item > a {
	position:relative;
	display:inline-block !important;
	height:20px;
	text-decoration: none !important;
	color: #FFF;
	font-size: 13px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
	cursor: default;
}
.nav-item a {
	border-radius:3px 3px 0 0;
}
/* focus/open states of first descendant link within a top level 
     navigation item */
.nav-item > a:focus, .nav-item > a.open:focus {
	text-decoration: underline;	
	background-color: #FFF;
	color:#333 !important;
	display:inline-block !important;
	text-decoration: none;
}
.nav-item > a:hover, .nav-item > a.hover {
	text-decoration: underline;
	background-color: #FFF; /*002547*/
	color:#333;
	display:inline-block !important;
	text-decoration: none;
}
/* open state of first descendant link within a top level 
     navigation item */
.nav-item > a.open {
	background-color: #FFF;
	border-bottom: none;
	color:#333 !important;
	z-index: 1;
	text-decoration: none;
}

/* sub-navigation panel for temp single columns */
.nav-item-single{
	position:relative;
}
#sub-nav-news, #sub-nav-about, #sub-nav-health, #sub-nav-services, #sub-nav-housing{
	width:250px;
	background:none #FFF;
	/*left:50%;
	margin-left:-125px;*/
	left:0;
	margin-left:-1px\9;
	position:absolute;
	border-color:#0155A6\9;
	border-width:0 1px 1px\9;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=0155A6)\9;*/
}

#sub-nav-news {
	/*margin-right:590px;*/
}
	
#sub-nav-about {
	/*margin-right:525px;*/	
}

#sub-nav-health {
	/*margin-right:447px;*/	
}		

#sub-nav-services {
	/*margin-right:216px;*/	
}
	
#sub-nav-housing {
	/*margin-right:100px;*/
}
/*end single columns*/
.sub-nav {
	position:absolute;
	display: none;
	width:1000px;
	top:30px;
	right:-190px;
	padding:0;
	border:1px solid #999\9;
	border-top:0;
	z-index:1002;
	background: url(../_imgs/bg-megam.gif) repeat-x bottom #FFF;
	-moz-box-shadow:0 3px 2px 0 #666666;
  	-webkit-box-shadow:0 3px 2px 0 #666666;
  	box-shadow:0 3px 2px 0 #666666;
	color:#333;
	font-size:.9em;
}

	/* sub-navigation panel open state */

.sub-nav.open {
	display: inline-block;
}

/* list of items within sub-navigation panel */
.sub-nav ul {
	display: inline;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
/* list item within sub-navigation panel */
.sub-nav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub-nav li a {
	text-decoration: none;
	display: inline-block;
	padding: 3px;
	width: 100%;/*auto*/
	color:#0055A6 !important;
}
.sub-nav li a:focus {
	/*outline: 2px solid #F00;*/
}
.sub-nav li a:hover, .sub-nav li a:focus {
	text-decoration: underline;
}
.sub-nav-group{
	width:230px;
	padding:10px !important;
	float:left;
}
.sub-nav-group.begin{
	width:240px;
	padding:0 10px 0 0 !important;
}
.sub-nav-group.promo{ /*for promotional items*/
	background:#E1EDFC;
	position:relative;
	border-bottom: 1px solid #a5b0bb;
    margin-bottom: 10px;
}
.sub-nav-group .btn-orange a:link, .sub-nav-group .btn-orange a:visited, .sub-nav-group .btn-orange a:hover{ 
	font-size:.9em;
	padding:1px 1px !important;
	color:#FFF !important;
	text-decoration:none !important;
}
.sub-nav-group .btn-orange a:hover, .sub-nav-group .btn-orange a:focus{
	text-decoration:underline;
	background: #036;
}
.newicon{
    background: url("../_imgs/bg-arrow-new.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    height: 27px;
    overflow: hidden;
    padding: 5px 25px 0 15px;
	padding: 10px 25px 0 15px\9;
    text-transform: uppercase;
    width: auto;
	margin:10px 0 10px -10px;
	display:inline-block;
}
.sub-nav li a{
	border-radius:0;
}
.menimg{
	float:right;
}
.sublisthead{
	list-style-type:none;
	font-weight:600;
	padding-top:7px !important;
	padding-bottom:7px !important;
}
.sub-header{
	display:block;
	padding:10px !important;
	background:#ececec;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	font-weight:700;
}
.sub-header-first{
	border-top:1px solid #d7d7d7;
}
.navpromo{
	clear:both;
	min-height:150px;
}
.navpromo-xl{
	font-size:1.85em;
	font-weight:400;
	line-height:1.25em;
}
.navpromo-small{
	font-size:1em;
}
.navpromo img{
	float:right;
}
.sub-nav-group div{
	margin-top:0;
	margin-bottom:0;
}

/*individual active tabs*/
.secondc li{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #d7d7d7;
}
.secondc li.end{
	border-bottom:none;
}