/* CSS Document */



#bottom_menu_1 {
    width:599px;
    height:15px;
    }
    
#bottom_menu_1 a{
    background: url("pictures/bottom_menu_1.png") no-repeat scroll 0 0 transparent;
    float:left;
    height:19px;
    }    
    
#bottom_menu_1 a#item1 {
    background-position: 0 0;
    width: 80px;
}
#bottom_menu_1 a#item2 {
    background-position: -80px 0;
    width: 120px;
}
#bottom_menu_1 a#item3 {
    background-position: -200px 0;
    width: 125px;
}
#bottom_menu_1 a#item4 {
    background-position: -325px 0;
    width: 160px;
}
#bottom_menu_1 a#item5 {
    background-position: -485px 0;
    width: 114px;
}



#bottom_menu_1 a#item1:hover, #bottom_menu_1 a#item1.current {
    background-position: 0 -1px;
    width: 80px;
}
#bottom_menu_1 a#item2:hover, #bottom_menu_1 a#item2.current {
    background-position: -80px -1px;
    width: 120px;
}
#bottom_menu_1 a#item3:hover, #bottom_menu_1 a#item3.current {
    background-position: -200px -1px;
    width: 125px;
}
#bottom_menu_1 a#item4:hover, #bottom_menu_1 a#item4.current {
    background-position: -325px -1px;
    width: 160px;
}
#bottom_menu_1 a#item5:hover, #bottom_menu_1 a#item5.current {
    background-position: -485px -1px;
    width: 114px;
}
s
