.menu {
	height: 26px;
	width:680px;
	display:inline;
	margin: 0; 
	padding: 0;
}
.menu ul { list-style: none; margin: 0; padding: 0; }
.menu li {float: left; margin:0px; display:inline;}

.menu a:link{color:#000000}
.menu a:visited{color:#000000}
.menu a:active{color:#000000}

.menu li.sr_contact {background: url("../images/contact.gif") 0 0 no-repeat;}
a.sr_contact {color: #000000; display: block; width: 78px; height: 25px; background: url("../images/contact.gif") 0 0 no-repeat; text-decoration: none;}
a:hover.sr_contact {background-position: -78px 0;}

.menu li.sr_success {background: url("../images/success.gif") 0 0 no-repeat;}
a.sr_success {color: #000000; display: block; width: 111px; height: 25px; background: url("../images/success.gif") 0 0 no-repeat; text-decoration: none;}
a:hover.sr_success {background-position: -111px 0;}

.menu li.sr_clients {background: url("../images/clients.gif") -75px 0 no-repeat;}
a.sr_clients {color: #000000; display: block; width: 75px; height: 25px; background: url("../images/clients.gif") -75px 0 no-repeat; text-decoration: none;}
a:hover.sr_clients {background-position: -75px 0;}

.menu li.sr_portfolio {background: url("../images/portfolio.gif") 0 0 no-repeat;}
a.sr_portfolio {color: #000000; display: block; width: 72px; height: 25px; background: url("../images/portfolio.gif") 0 0 no-repeat; text-decoration: none;}
a:hover.sr_portfolio {background-position: -72px 0;}

.menu li.sr_services {background: url("../images/services.gif") 0 0 no-repeat;}
a.sr_services {color: #000000; display: block; width: 68px; height: 25px; background: url("../images/services.gif") 0 0 no-repeat; text-decoration: none;}
a:hover.sr_services {background-position: -68px 0;}

.menu li.sr_about {background: url("../images/about.gif") 0 0 no-repeat;}
a.sr_about {color: #000000; display: block; width: 67px; height: 25px; background: url("../images/about.gif") 0 0 no-repeat; text-decoration: none;}
a:hover.sr_about {background-position: -67px 0;}

.menu li.sr_home {background: url("../images/home.gif") 0 0 no-repeat;}
a.sr_home {color: #000000; display: block; width: 47px; height: 25px; background: url("../images/home.gif") 0 0 no-repeat; text-decoration: none;}
a:hover.sr_home {background-position: -47px 0;}

