/* @override http://thepeasegroup.com/stylesheets/tabs.css */

/* @override http://thepeasegroup.com/stylesheets/tabs.css */

/* @override http://thepeasegroup09.dashbee.com/stylesheets/tabs.css */

#nav a:after {
  	display:block;
	color: #dbdcb3;
	font: 10px Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
#n1 a:after {content:"Get to Know Us";}
#n2 a:after {content:"Our Services information";}
#n3 a:after {content:"Useful Information";}
#n4 a:after {content:"Article/Blog/Forum";}
#n5 a:after {content:"Get in Touch!";}

.navigation{
	width: 655px;
	float: right;
	margin-top: 23px;
}#nav, #nav ul {
	padding: 0;
	list-style: none;
	font: 16px "century Gothic", Geneva, Arial;
	margin: 0;
}


#nav a, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 14px 19px 19px;
}
body#postings #nav a, body#postings #nav a:visited{
	color: #32333b;
}
#nav a:hover{
	color: #dbdcb3;
}
body#postings #nav a:hover{
		color: #a5a857;

}
#nav a span{
	color: #dbdcb3;
	font: 10px Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
body#postings #nav a:after{
color: #a5a857 !important;	
}
body#newsletter #nav a, body#newsletter #nav a:visited{
	color: #32333b;
	
}
body#newsletter #nav a:hover{
		color: #a5a857;
	
}
body#newsletter #nav a:after{
	color: #32333b;
	
}
body#home #nav a span{
	color: #edeec9;
}
#nav li.last{
	background-image: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
		background: url(../images/nav-divider.png) no-repeat right center;
	behavior: url(iepngfix.php);
}

#nav li ul {
	position: absolute;
	left: -999em;
	font-size: 13px;
	background: url(../images/subnav-btm.gif) no-repeat left bottom;
	padding-bottom: 9px;
}
#nav li ul, #nav li ul li{
		width: 224px;
}
#nav li ul a{
	padding: 6px 2px 6px 26px;
	border-bottom: 1px solid #8898ad;
	background: #405d84 url(../images/subnav.gif) no-repeat 5px 7px;
	width: 196px;
	margin: 0;
}
#nav li ul a.last{
	border: none;
	padding-bottom: 0;
	background: #405d84 url(../images/subnav.gif) no-repeat 5px 7px;
}
#nav li ul a:hover{
	color: silver;
		background: #405d84 url(../images/subnav-hover.gif) no-repeat 5px 7px;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}