#nav {
width:800px;
height:20px;
text-align:center;
font-family: 'trebuchet MS', sans-serif;
font-size:10px;
text-transform:uppercase;
text-decoration:none;
letter-spacing: 3pt;
font-weight:200;
padding-top:5px;
padding-bottom:5px;
float: right;
border-right:1px solid #000000;
}

#nav li {
display:inline;
}

#nav li a:visited {
text-decoration:none;
}

#nav li a {
	
border-bottom:1px solid #000000;
float:right;
outline:none;
width:114px;
height:20px;
overflow:hidden;
background-image: url('navsprite.gif');
background-repeat: no-repeat;
background-position: 0 -43px;
text-decoration:none;
text-shadow: 0px -1px 0px #000000;
color:#cbe8ff;
padding-top:5px;
}

#nav li a:hover { background-position: 0 -5px; }

#nav li a:active { background-position: 0 -81px; }

.sprite-bar1 { background-position: 0 -5px; } 
.sprite-bar2 { background-position: 0 -43px; } 
.sprite-bar3 { background-position: 0 -81px; } 
.sprite-bar4 { background-position: 0 -119px; }