/* horisontal menu */
.hmenu_div
{
    background-color: #A2BAE8; 
    height: 15px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;    
}


.hmenu_div .hmenu_itm
 { color: white; font-size: 10px; background-color: silver; text-align: center; padding-top: 1px; padding-bottom: 2px; border-right: 1px solid #485f86; border-left: 1px solid #8dace3; width: 147px }

.hmenu_div .main
{
    background-color: #074FC5;
    width: 155px;
    border: none;
    font-weight: bold;
}

.hmenu_div .tickets
{
    background-color: #5683D6;
    width: 145px;
    border: none;
    font-weight: bold;
}

.hmenu_div .logout
 { color: black; font-weight: bold; background-color: #fff; border: none; width: 149px }