/*[fmt]1A90-1A0B-3*/
.nav_holder {
	z-index: 2;
	margin: 0 0 0 3px;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	float: left;
}

#nav a {
	display: block;
/*float: left;*/
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	color: #BF262C;
	font-weight: bold;
	text-align: center;
	padding: 40px 15px 0;
}

#nav .active a {
	color: #808284;
	background-image: url(/img/upside_down_small_gray.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

#nav a:hover {
	color: #808284;
}

#home .subs li a {
	width: 78px;
}

#about .subs li a {
	width: 102px;
}

#services .subs li a {
	width: 101px;
}

#resources .subs li a {
	width: 114px;
}

#careers .subs li a {
	width: 95px;
}

#contact .subs li a {
	width: 95px;
}

/*DEFAULT SUB NAV*/
.subs {
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	clear: left;
}

.subs li {
	background-color: #7F8184;
	text-align: center;
	position: relative;
	top: 6px;
	right: 17px;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	clear: left;
}

#nav :hover .subs, #nav li.p7hvr ul {
	display: block;
}

#nav .subs li a {
	display: block;
	border-bottom: 1px solid #DAD1BD;
	border-left: 1px solid #DAD1BD;
	border-right: 1px solid #DAD1BD;
	height: 25px;
	color: #FEFEFE;
	font-size: 11px;
	font-weight: normal;
	padding: 9px 10px 0;
	background-image: none;
}

#nav .subs li a:hover {
	color: #FFFFFF;
	background-color: #BF262C;
}


