.nav
{
position:relative;
float: left;
background-image:  url(/images/nav/navigation_off.png);
background-repeat: no-repeat;
width: 110px;
height: 20px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

.nav a
{
text-decoration: none;
color: #FFFFFF;
}

.nav a:hover
{
background-image: url(/images/nav/navigation_over.png);
color: #000000;
}

.navactive
{
position:relative;
float: left;
background-image:  url(/images/nav/navigation_on.png);
background-repeat: no-repeat;
width: 110px;
height: 20px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

.navactive a
{
text-decoration: none;
color: #000000;
}

.nav span,
.navactive span
{
float: left;
left: 0px;
top: 0px;
margin: 0px;
padding: 3px;
cursor: pointer;
width: 100px;
height: 15px;
text-align: center;
}

