#menu{
width: 975px;
text-align: right;
margin:0px;
padding: 0px;
}

.menu_active{
float: right;
margin: 0px;
padding: 0px 14px 0px 14px;
text-align: center;
background-image: url('../images/active_back.gif');
height: 41px;
}
.menu_inactive{
float: right;
margin: 0px;
padding: 0px 14px 0px 14px;
text-align: center;
background-image: url('../images/inactive_back.gif');
height: 41px;
}

.menu_active a{
position: relative;
top: 15px;
font-size: 20px;
font-family: Arial narrow;
color: #4ba3d5;

}

.menu_active a:hover{
text-decoration: none;
}

.menu_inactive a{
position: relative;
top: 15px;
font-size: 20px;
font-family: Arial narrow;
color: #ffffff;
}

.menu_inactive a:hover{
text-decoration: none;
color: #4ba3d5;
}



.menu_inactive_start{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/inactive_start.gif');
height: 41px;
width: 40px;
}
.menu_inactive_finish{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/inactive_finish.gif');
height: 41px;
width: 32px;
}
.menu_inactive_middle{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/inactive_middle2.gif');
height: 41px;
width: 40px;
}
.menu_active_start{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/active_start.gif');
height: 41px;
width: 40px;
}
.menu_active_finish{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/active_finish.gif');
height: 41px;
width: 32px;
}


.menu_between_inactive{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/inactive_between.gif');
height: 41px;
width: 32px;
}
.menu_between_active{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/active_between.gif');
height: 41px;
width: 32px;
}
.menu_between_active2{
float: right;
margin: 0px;
padding: 0px;
background-image: url('../images/active_between2.gif');
height: 41px;
width: 32px;
}