

/**
 * Prototype base FancyMenu
 * @version 0.9b
 * @alias  FancyMenu
 * @usage = new FancyMenu('fancymenu', {
 *   transition: Effect.Transitions.backOut, duration: 0.7
 * });
 *
 * @author Guillermo Rauch <devthought.com>
 * @author firejune <to@firejune.com>
 * 
 */
 
#menu_header {
 position: relative; /* height: 29px; width: 421px;
  padding: 15px; margin: 10px 0; overflow: hidden; 
  border:1px solid red;*/
}

#menu_header ul { padding: 0; margin: 0; }

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#menu_header ul li {
  float: left; list-style: none;margin-right:2px;
}

#menu_header ul li a  {
  z-index: 10;  height: 34px; position: relative; overflow: hidden;
  color: #fff;  padding:0 14px 0 12px;  font-weight: normal;
  font-size:13px;
  line-height: 28px;
}

#menu_header ul li.current a { color: #fff; }

#menu_header div.background {
  background: url('../elements/bg_menu_right.png') no-repeat top right;
  z-index: 8; position: absolute; visibility: hidden;
}

#menu_header div.background .left {
  background: url('../elements/bg_menu.png') no-repeat top left;
  height: 34px; margin-right: 14px; /* 7px is the width of the rounded shape */
}

li#menu_home{margin-left:10px;}


#menu_header ul li#menu_36 a{
	color:#44A12B;
	font-weight:bold;
}

#menu_header ul li#menu_36.current a {
	color:#44A12B;
	font-weight:bold;
}
