

#nav {

margin: 0;

padding: 0;

height: 20px;

list-style: none;

display: inline;

overflow: hidden;

}

#nav li {

margin: 0;

padding: 0;

list-style: none;

display: inline;

}

#nav a {

float: right;

padding: 20px 0 0 20px;

overflow: hidden;

height: 0px !important;

height /**/:20px; /* for IE5/Win only */

}

#nav a:hover {

background-position: 0 -20px;

}

#nav a:active, #nav a.selected {

background-position: 0 -40px;

}

 

 

#tabout a {

width: 76px;

background: url(../img/about.png) top left no-repeat;

}

#tservices a {

width: 76px;

background: url(../img/services.png) top left no-repeat;

}

#talbums a {

width: 76px;

background: url(../img/albums.png) top left no-repeat;

}

#tportfolio a {

width: 76px;

background: url(../img/portfolio.png) top left no-repeat;

}

#tcontact a {

width: 76px;

background: url(../img/contact.png) top left no-repeat;

}