#nav{
height: 33px;
width: 957px;
background: #dde3c4;
text-align: right;
margin: 0px;
padding: 0px;
}

.nav_off{
background: #dde3c4;
float:right;
height: 33px;
padding: 0px 16px 0px 16px;
}
.nav_on{
background: #f3f5ea;
float:right;
height: 33px;
background-image: url('../images/menu_back_on.gif');
padding: 0px 16px 0px 16px;
}
.nav_on a{
position: relative;
top: 7px;
color: #726961;
text-decoration: none;
font-family: 'DroidSansBold', Arial, sans-serif;
font-weight: bold;
}

.nav_off a{
position: relative;
top: 7px;
color: #726961;
text-decoration: none;
font-family: 'DroidSansBold', Arial, sans-serif;
font-weight: bold;
}




.nav_between_off{
background-image: url('../images/menu_between_off.gif');
float:right;
height: 33px;
width:44px;
}

.nav_between_on{
background-image: url('../images/menu_between_on.gif');
float:right;
height: 33px;
width:44px;
}

.nav_between_on_off{
background-image: url('../images/menu_between_on_off.gif');
float:right;
height: 33px;
width:44px;
}
.nav_between_off_on{
background-image: url('../images/menu_between_off_on.gif');
float:right;
height: 33px;
width:44px;
}



.nav_start_on{
background-image: url('../images/menu_start_on.gif');
float:right;
height: 33px;
width:44px;
}
















