.cls_menuitem
{
    position:relative;
    top: 20px;
    height: 30px;
     }

.cls_btn_left_selected
{
    /*background-color:White;*/
    background-image: url("../img/button_left_a.gif");
    background-repeat: no-repeat;
    float:left; 
    width:10px; 
    height:30px;
    
}

.cls_btn_left_link
{
    /*background-color:white;*/
    background-image: url("../img/button_left_b.gif");
    background-repeat: no-repeat;
    float:left; 
    width:10px; 
    height:30px;
}

.cls_btn_center_selected
{
    /*background-color:red;*/
    background-image: url("../img/button_center_a.gif");
    background-repeat: repeat-x;
    font-weight: bold;
    text-transform: uppercase;
    
    /*position: relative;*/
    position:static; float:left;
    padding:0px  ;
    width:140px; 
    height:30px;
    margin:0px;
    
}

.cls_btn_center_link
{
    /*background-color:blue;*/
    background-image: url("../img/button_center_b.gif");
    background-repeat: repeat-x;
   /*position: relative;*/
    position:static; float:left;
    padding:0px;
    width:140px; 
    height:30px;
    margin:0px;
    
}

.cls_btn_right_selected
{
    /*background-color:white;*/
    background-image: url("../img/button_right_a.gif");
    background-repeat: no-repeat;
    float:right; 
    width:10px; 
    height:30px;

 }

 .cls_btn_right_link
{
    /*background-color:White;*/
    background-image: url("../img/button_right_b.gif");
    background-repeat: no-repeat;
    float:right; 
    width:10px; 
    height:30px;

}


.cls_textmenu
{
    letter-spacing: 5px;
    font-size: 11px;
    color: white;
    position: absolute;
    float: left;
    left: 10px;
    top: 0px;
}

.cleaner
{
    clear: both;
    height: 1px;
    font-size: 0px;
    margin: -1px 0 0 0;
    padding: 0px;
    visibility: hidden;
    position: fixed;
    
}

