#nav ul{ float: left;margin: 0;padding: 0;list-style: none;}
#nav li { float: left;height:39px;margin: 0;padding: 0; }
#nav li a h2{display:none;}
#nav li a{position:absolute; height:39px;}

/* About */
li#about{ background:url(../images/nav/about.gif) no-repeat; width:85px; }
li#about_sel{ background:url(../images/nav/about-over.gif) no-repeat; width:85px; }
a:hover.about{ background:url(../images/nav/about-over.gif) no-repeat; }
a.about{ width:85px; }

/* Services */
li#services{ background:url(../images/nav/services.gif) no-repeat; width:89px; }
li#services_sel{ background:url(../images/nav/services-over.gif) no-repeat; width:89px; }
/*li:hover#services{ background:url(../assets/images/nav/services-over.gif) no-repeat; }*/
a.services{ width:89px; }
a:hover.services{ background:url(../images/nav/services-over.gif) no-repeat; width:89px; }

/* Services */
li#philosophy{ background:url(../images/nav/philosophy.gif) no-repeat; width:113px; }
li#philosophy_sel{ background:url(../images/nav/philosophy-over.gif) no-repeat; width:113px; }
/*li:hover#services{ background:url(../assets/images/nav/services-over.gif) no-repeat; }*/
a.philosophy{ width:113px; }
a:hover.philosophy{ background:url(../images/nav/philosophy-over.gif) no-repeat; width:113px; }

/* Clients */
li#clients{ background:url(../images/nav/clients.gif) no-repeat; width:81px; }
li#clients_sel{ background:url(../images/nav/clients-over.gif) no-repeat; width:81px; }
a:hover.clients{ background:url(../images/nav/clients-over.gif) no-repeat; }
a.clients{ width:81px; }

/* News */
li#news{ background:url(../images/nav/news.gif) no-repeat; width:74px; }
li#news_sel{ background:url(../images/nav/news-over.gif) no-repeat; width:74px; }
a:hover.news{ background:url(../images/nav/news-over.gif) no-repeat;}
a.news{	width:74px;}

/* Contact */
li#contact{ background:url(../images/nav/contact.gif) no-repeat; width:94px; }
li#contact_sel{ background:url(../images/nav/contact-over.gif) no-repeat; width:94px; }
a:hover.contact{ background:url(../images/nav/contact-over.gif) no-repeat; width:94px; }
a.contact{ width:94px; }
