/* CSS Document */



#bottom_menu_4 {
    width:599px;
    height:42px;
    }
    
#bottom_menu_4 a{
    background: url("pictures/bottom_menu_4.png") no-repeat scroll 0 0 transparent;
    float:left;
    height:42px;
    }    
    
#bottom_menu_4 a#item1 {
    background-position: 0 0;
    width: 150px;
}
#bottom_menu_4 a#item2 {
    background-position: -150px 0;
    width: 150px;
}



#bottom_menu_4 a#item1:hover, #bottom_menu_4 a#item1.current {
    background-position: 0 -1px;
    width: 150px;
}
#bottom_menu_4 a#item2:hover, #bottom_menu_4 a#item2.current {
    background-position: -150px -1px;
    width: 150px;
}

