

.Menu_menuBar {
    width: 155px;    
    margin-left: auto;
    margin-right: auto;
    border: solid #7E7E7E;  
    border-width: 1px 0 0 1px;
}

.Menu_menuElement {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: solid #7E7E7E;  
    border-width: 0 1px 1px 0;
    background: url(../images/gradient.png) repeat-x; 
    color: #0F0F0F;
    text-align: center;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    opacity: .85;
    filter: alpha(opacity=85);
}

.Menu_menuElementHover {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: solid #7E7E7E;  
    border-width: 0 1px 1px 0;
    background: url(../images/gradient_hover.png) repeat-x; 
    color: #0F0F0F;
    text-align: center;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    opacity: .85;
    filter: alpha(opacity=85);
    font-weight: bold;
}


