﻿#Menu li
{
  padding: 0px;
  margin: 0px 8px 0px 0px;
  cursor: pointer !important;  
}

#Menu li.rmLast
{  
  margin-right: 0px;
}

#Menu .rmItem
{
    display:inline-block; 
    background: transparent url('../images/button_middle_off.gif') 0px 0px repeat-x;
    height:41px;     
    line-height:41px;
    
}

#Menu .rmItem .rmText
{
    display:inline-block; 
  background: transparent url('../images/button_end_l_off.gif') 0px 0px no-repeat;
    padding:0px;
    line-height: 41px;
}

#Menu .rmItem a
{
    display:inline-block; 
    text-decoration: none;
    padding:0px 20px;  
    line-height: 41px;  
      background: transparent url('../images/button_end_r_off.gif') right 0px no-repeat;

}

#Menu .rmFocused
{
    background: transparent url('../images/button_middle_select.gif') 0px 0px repeat-x;
}

#Menu .rmFocused .rmText
{
    background: transparent url('../images/button_end_l_select.gif') 0px 0px no-repeat;
}

#Menu .rmFocused a
{    
    background: transparent url('../images/button_end_r_select.gif') right 0px no-repeat;
    color:#ffffff;
}

/*#Menu .rmItem a:active { outline: none; }
#Menu .rmItem a:focus { -moz-outline-style: none; }*/
