#nav ul, #sub_nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

#nav ul li a {
	display:block;
	margin-right:10px;
	height:20px;
	text-indent:-2000px;
}

#nav ul li a:hover, #nav ul li a.selected {
	background-position:0 -20px;
}

a#nav_index {
	width:48px;
	background:url(../images/nav_home.png) 0 0 no-repeat;
}

a#nav_group {
	width:115px;
	background:url(../images/nav_group.png) 0 0 no-repeat;
}

a#nav_news {
	width:48px;
	background:url(../images/nav_news.png) 0 0 no-repeat;
}

a#nav_about {
	width:89px;
	background:url(../images/nav_about.png) 0 0 no-repeat;
}

a#nav_contact {
	width:61px;
	background:url(../images/nav_contact.png) 0 0 no-repeat;
}

/* SUB NAV */

#sub_nav ul li {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
}

#sub_nav ul li a {
	display:block;
	height:20px;
	width:177px;
	text-indent:-2000px;
	background-position:0 -40px;
}

#sub_nav ul li a:hover {
	background-position:0 -1px;
}

#sub_nav ul li a.selected {
	background-position:0 -21px;
}

a#nav_about_partnerships {
	width:48px;
	background:url(../images/nav_partnerships.png) 0 0 no-repeat;
}

a#nav_about_individual {
	width:115px;
	background:url(../images/nav_individual.png) 0 0 no-repeat;
}

a#nav_about_strategic {
	width:89px;
	background:url(../images/nav_strategic.png) 0 0 no-repeat;
}

a#nav_about_strengths {
	width:61px;
	background:url(../images/nav_strengths.png) 0 0 no-repeat;
}

a#nav_about_areas {
	width:61px;
	background:url(../images/nav_areas.png) 0 0 no-repeat;
}