#nav {
	display: block;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_new_nav.jpg);
	}
	
#nav li {
	text-indent: -9999px;
	display: inline;
	}
	
#nav li a {
	float: left;
	display: block;
	height: 49px;
	}
	
#nav .home a {width: 155px; background-position: 0 0; display: inline;}
#nav .services a {width: 102px; padding-right: 2px; background-position: -155px 0px}
#nav .portfolio a {width: 93px; padding-right: 2px; background-position: -259px 0px}
#nav .awards a {width: 78px; padding-right: 2px; background-position: -354px 0px}
#nav .careers a {width: 82px; padding-right: 2px; background-position: -434px 0px}
#nav .about a {width: 94px; padding-right: 2px; background-position: -518px 0px}
#nav .contact a {width: 158px; background-position: -614px 0px}

#nav .home a:hover {width: 155px; background-position: 0 49px; margin-left: 0px; display: inline;}
#nav .services a:hover {width: 102px; padding-right: 2px; background-position: -155px 49px}
#nav .portfolio a:hover {width: 93px; padding-right: 2px; background-position: -259px 49px}
#nav .awards a:hover {width: 78px; padding-right: 2px; background-position: -354px 49px}
#nav .careers a:hover {width: 82px; padding-right: 2px; background-position: -434px 49px}
#nav .about a:hover {width: 94px; padding-right: 2px; background-position: -518px 49px}
#nav .contact a:hover {width: 158px; background-position: -614px 49px}

/*.home #nav .home a {width: 155px; background-position: 0 49px; margin-left: 0px; display: inline;}
.services #nav .services a {width: 102px; padding-right: 2px; background-position: -155px 49px}
.portfolio #nav .portfolio a {width: 93px; padding-right: 2px; background-position: -259px 49px}
.awards #nav .awards a {width: 78px; padding-right: 2px; background-position: -354px 49px}
.careers #nav .careers a {width: 82px; padding-right: 2px; background-position: -434px 49px}
.about #nav .about a {width: 94px; padding-right: 2px; background-position: -518px 49px}
.contact #nav .contact a {width: 158px; background-position: -614px 49px}*/