.yui-skin-sam .yuimenu {
  background-color: #CCCCCC;
}

.yui-skin-sam .yuimenu .bd {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  border-top: dashed 1px #FFF;
}

.yui-skin-sam #menu_div li.yuimenuitem {

    /*
        For IE 7 Quirks and IE 6 Strict Mode and Quirks Mode:
        Used to collapse superfluous white space between <li> 
        elements that is triggered by the "display" property of the
        <a> elements being set to "block."
    */
    border-bottom: dashed 1px #FFF;
}



#menu_div {
    position: static;
}

#menu_div .yuimenuitemlabel {
font-size:11px;
_zoom: 1;

}

#menu_div .yuimenu .yuimenuitemlabel {
font-size:11px;
_zoom: normal;

}

.yui-skin-sam #menu_div .yuimenuitem-selected {
  background-color: #0076C1;
}

.yui-skin-sam #menu_div .yuimenuitemlabel-selected {

    color: #fff;

}