/************** nav **************/

#nav {
position:relative;
width: 950px;
height: 33px;
background: #b8ad9c;	
}

#nav ul {
position: relative;
width: 600px;
list-style-type: none;
display: inline;
}

#nav ul li{
float: right;
height: 33px;
list-style-type: none;
text-align: center;
}

  a.about,  a.q_a, a.policies, a.testimonials, a.contact {
display: block;
width: 120px;
height: 33px;
text-decoration: none;
}
a.about {
background: url(../img/nav.gif) no-repeat 0px 0px;
}

a.about:hover{
background: url(../img/nav.gif) no-repeat 0px -33px;
}


a.q_a {
background: url(../img/nav.gif) no-repeat  -120px  0;
}

a.q_a:hover {
background: url(../img/nav.gif) no-repeat  -120px  -33px;
}

a.policies {
background: url(../img/nav.gif) no-repeat -240px 0;
}

a.policies:hover {
background: url(../img/nav.gif) no-repeat -240px -33px;
}

a.testimonials {
background: url(../img/nav.gif) no-repeat -360px 0;
}

a.testimonials:hover {
background: url(../img/nav.gif) no-repeat -360px -33px;
}

a.contact {
background: url(../img/nav.gif) no-repeat -480px 0;
}

a.contact:hover {
background: url(../img/nav.gif) no-repeat -480px -33px;





