.m_out
{

  background-color : #3d3d3d;
  background-image : url('../../img/menuitem_bg.jpg');
  background-repeat: no-repeat;
  background-position : left bottom;

  color : #ffffff;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;

  line-height : 35px;
  height :55px;

  vertical-align : top;

}

.m_sel
{

  background-color : #3d3d3d;
  background-image : url('../../img/menuitem_bg.jpg');
  background-repeat: no-repeat;
  background-position : left top;

  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;

  line-height : 35px;
  height :55px;
  vertical-align : top;

}

.m_over
{

  background-color : #ec6804;
  background-image : url('../../img/menuitem_bg.jpg');
  background-repeat: repeat-x;
  background-position : left center;

  color : #ffffff;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;


  line-height : 35px;
  height :55px;
  vertical-align :top;
}

.s_out
{
  font-size : 12px;
  color : #000000;
  font-family : Arial, Helvetica, sans-serif;
  width : 100%;

}

.s_over
{
  font-size : 12px;
  color : #ffffff;
  background-color : #868686;
  font-family : Arial, Helvetica, sans-serif;
  width : 100%;
}

.s_text_position
{
  padding-left : 5px;
  padding-bottom : 3px;
  padding-top : 3px;
}

.s_container
{
   background-color : #e6e6e6;
}
