#menu{
width: 735px;
text-align: right;
margin:0px;
padding: 0px;
position:absolute;
top: 116px;
}

.menu_active{
float: right;
margin: 0px;
padding: 0px 10px 0px 10px;
text-align: center;
background-image: url('../images/menu/but_back_w.gif');
height: 42px;
}
.menu_inactive{
float: right;
margin: 0px;
padding: 0px 10px 0px 10px;
text-align: center;
background-image: url('../images/menu/but_back_g.gif');
height: 42px;
line-height: 14px;
}

.menu_active a{
position: relative;
top: 10px;
font-size: 12px;
line-height: 14px;
font-family: Arial;
color: #253a34;
}

.menu_active a:hover{
text-decoration: none;
}

.menu_inactive a{
position: relative;
top: 10px;
font-size: 12px;
font-family: Arial;
color: #ffffff;
line-height: 12px;
}

.menu_inactive a:hover{
text-decoration: none;
color: #8ea8a0;
}



.menu_inactive_start{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_start_g.gif');
height: 42px;
width: 29px;
}
.menu_inactive_finish{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_finish_g.gif');
height: 42px;
width: 22px;
}

.menu_active_start{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_start_w.gif');
height: 42px;
width: 29px;
}
.menu_active_finish{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_finish_w.gif');
height: 42px;
width: 22px;
}


.menu_between_inactive{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_between_g.gif');
height: 42px;
width: 29px;
}
.menu_between_active{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_between_gw.gif');
height: 42px;
width: 29px;
}
.menu_between_active2{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/menu/but_between_wg.gif');
height: 42px;
width: 29px;
}