ul.nav
{
clear: none;
position: relative;
z-index: 20;
float: left;
width: 886px;
list-style-type: none;
background: url(/images/nav.gif) no-repeat;
padding: 0;
margin: 0 0 2px 0;
}
ul.nav li
{
text-indent: -8000px;
float: left;
padding: 0 26px 0 0;
margin: 0;
font-size: .05em;
line-height: .05em;
height: 17px;
}
ul.nav li.search
{
float: right;
font-size: 1.1em;
line-height: 1.1em;
text-indent: 0px;
height: 22px;
width: 213px;
padding: 0;
margin: -2px 0 0 0;
background: url(/images/search.gif) no-repeat;
}
ul.nav li.search input
{
width: 26px;
vertical-align: top;
}
ul.nav li.search input.input
{
width: 172px;
background: transparent;
padding: 5px;
}
ul.nav li a
{
float: left;
height: 17px;
text-decoration: none;
}
ul.nav li.consultations, ul.nav li.whatisnlp
{
padding: 0 10px 0 0;
}
ul.nav li a:link, ul.nav li a:visited,
ul.nav li a:hover, ul.nav li a:active
{
text-decoration: none;
border: 0 none;
}
ul.nav li.home, ul.nav li.home a
{
width: 33px;
background: url(/nav/home.gif) no-repeat;
}
ul.nav li.services, ul.nav li.services a
{
width: 121px;
background: url(/nav/services.gif) no-repeat;
}
ul.nav li.clients, ul.nav li.clients a
{
width: 46px;
background: url(/nav/clients.gif) no-repeat;
}
ul.nav li.news, ul.nav li.news a
{
width: 32px;
background: url(/nav/news.gif) no-repeat;
}
ul.nav li.specials, ul.nav li.specials a
{
width: 54px;
background: url(/nav/specials.gif) no-repeat;
}
ul.nav li.links, ul.nav li.links a
{
width: 33px;
background: url(/nav/links.gif) no-repeat;
}
ul.nav li.about, ul.nav li.about a
{
width: 39px;
background: url(/nav/about.gif) no-repeat;
}
ul.nav li.contact, ul.nav li.contact a
{
width: 52px;
background: url(/nav/contact.gif) no-repeat;
}

ul.nav li a.active, ul.nav li a:hover, ul.aux li a.active, ul.aux li a:hover
{
text-decoration: none;
background-position: bottom left;
}