#navigation_wrapper {
	background: #FFF url('/img/nav_shadow.png') repeat-x 0 0;
}
#navigation_wrapper a {
	float: left;
	background: none;
}
#navigation_wrapper a img {
	display: block;
	padding: 29px 0 24px 0;
}
#navigation_wrapper ol {
	width: 620px;
	padding: 0 1px 0 0;
	background: #FFF url('/img/nav_separator.png') no-repeat top right;
	float: right;
}
#navigation_wrapper ol li {
	float: left;
}
#navigation_wrapper ol li a {
	float: left;
	width: 124px;
	height: 83px;
	overflow: hidden;
	text-decoration: none;
	color: #037497;
	background-color: #FFF;
	background-image: url('/img/nav_links_bg.png?v=1');
	background-repeat: no-repeat;
	background-position: -9999em 0;
	text-indent: -9999em;
}


/* what we do tab states */
#navigation_wrapper ol li#nav_what a {
	background-position: 0 0;
}
#navigation_wrapper ol li#nav_what a.active {
	background-position: 0 -166px;
}
#navigation_wrapper ol li#nav_what a:hover {
	background-position: 0 -83px;
}
#navigation_wrapper ol li#nav_what a.active:hover {
	background-position: 0 -166px;
}

/* our approach tab states */
#navigation_wrapper ol li#nav_approach a {
	background-position: -124px 0;
}
#navigation_wrapper ol li#nav_approach a.active {
	background-position: -124px -166px;
}
#navigation_wrapper ol li#nav_approach a:hover {
	background-position: -124px -83px;
}
#navigation_wrapper ol li#nav_approach a.active:hover {
	background-position: -124px -166px;
}

/* portfolio tab states */
#navigation_wrapper ol li#nav_portfolio a {
	background-position: -248px 0;
}
#navigation_wrapper ol li#nav_portfolio a.active {
	background-position: -248px -166px;
}
#navigation_wrapper ol li#nav_portfolio a:hover {
	background-position: -248px -83px;
}
#navigation_wrapper ol li#nav_portfolio a.active:hover {
	background-position: -248px -166px;
}

/* people tab states */
#navigation_wrapper ol li#nav_people a {
	background-position: -372px 0;
	width:134px;
}
#navigation_wrapper ol li#nav_people a.active {
	background-position: -372px -166px;
}
#navigation_wrapper ol li#nav_people a:hover {
	background-position: -372px -83px;
}
#navigation_wrapper ol li#nav_people a.active:hover {
	background-position: -372px -166px;
}

/* contact tab states */
#navigation_wrapper ol li#nav_contact, 
#navigation_wrapper ol li#nav_contact a {
	width:114px !important;
}

#navigation_wrapper ol li#nav_contact a {
	background-position: -506px 0;
}
#navigation_wrapper ol li#nav_contact a.active {
	background-position: -506px -166px;
}
#navigation_wrapper ol li#nav_contact a:hover {
	background-position: -506px -83px;
}
#navigation_wrapper ol li#nav_contact a.active:hover {
	background-position: -506px -166px;
}



/* sub navigation */

#subnav {
	background: #FFF url('/img/boxes_top_1.png') no-repeat left top;
}
#subnav  h3 {
	padding: 14px;
}
#subnav ol {
	background: #FFF url('/img/boxes_bottom_1.png') no-repeat left bottom;
	padding: 0 14px 26px 14px;
	width: 197px;
}
#subnav ol li a {
	font-size: 0.875em;
	color: #63686b;
	text-decoration: none;
	background: #FAFAFA url('/img/boxes_list_arrow.png') no-repeat 0 0.3125em;
	padding-left: 12px;
	display: block;
}
#subnav ol li ol {
	background: #FAFAFA;
	padding: 0 0 0 14px;
	width: 183px;
}
#subnav ol li ol li a {
	color: #037497;
	padding-left: 12px;
}
#subnav ol li ol li a.active {
	font-weight: bold;
}

