#tabs ul {
    margin: 0px 0 0 0px;
    padding: 15px  0 0 20px;
	font-size:14px;
	font-weight:bold;
}

#tabs li {
    float: left;
    list-style-type: none;
background-color:#303635;
padding:0;
margin:0 3px 0 0;

}

#tabs li a {
    display: block;
   line-height:30px;
    margin:0;
	border-bottom:1px solid #fff;
	margin:0 1px 0 0px;
	padding:0 0 0px 0;
    color:#fff;
    text-align: center;
}

#tabs li a:hover, #tabs li.active a {
    color:#458579;
	background-color:#32423f;
		border-bottom:1px solid #458579;
		
}

#n1 a {
    width: 70px;
}


#n2 a {
    width: 90px;
}


#n3 a {
    width: 90px;
}


#n4 a {
    width: 100px;
}

#n5 a {
    width: 90px;
}

#home .home, #about .about, #gallery .gallery, #resources .resources, #contact .contact {
   color:#458579;
	background-color:#32423f;
		border-bottom:1px solid #458579;
}
