

/*left: lpi not selected:*/

#globalmenu_container .menu ul li.lpi a {
    background:transparent url(/css_images/globalmenu/tab_left_first.gif) no-repeat scroll left top;
    margin-left:-5px;
}
#globalmenu_container .menu ul li.lpi a:hover {
    background: url(/css_images/globalmenu/tab_left_selected.gif) repeat-x top left;
    margin-left:-5px;
}

/*right: lpi not selected:*/
#globalmenu_container .menu ul li.lpi {
    margin-left:25px; /*distance to main menu*/

    float:left;
}

/*left: lpi selected: */
#globalmenu_container .menu ul li.lpi.selected a {
    background:transparent url(/css_images/globalmenu/tab_left_selected.gif) no-repeat scroll left top;
    margin-left:-5px;
}

/*right: lpi selected:*/
#globalmenu_container .menu ul li.lpi.selected  {
    background:transparent url(/css_images/globalmenu/tab_right_selected.gif) no-repeat scroll right top;
    float:left;
}

