
img {
border: none;
}
#main_menu {
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
      float:left;
      width:100%;
	  height:27px;
      font-size:100;
      line-height:normal;
      }
    #main_menu ul {
	  margin:0;
	  padding:0px 0px 0px 0px;
	  list-style:none;
      }
    #main_menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #main_menu a {
      float:left;
      background:url("../images/main_menu_left.gif") no-repeat left top;
	  margin-right:17px;
	  margin-left:17px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #main_menu a span {
      float:left;
      display:block;
      background:url("../images/main_menu_right.gif") no-repeat right top;
      padding:7px 6px 5px 6px;/* top - right - bottom - left*/
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #main_menu a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#000;
      }
    #main_menu a:hover {
      background-position:0% -42px;
      }
    #main_menu a:hover span {
      background-position:100% -42px;
	  }
	  
#main_menu li a.current,#menu li a.current:hover{
	color:#000;
	background:url("../images/main_menu_left2.gif") no-repeat top left;
	line-height:120%;
	}
#main_menu li a.current span,#menu li a.current:hover span{
	float:left;
    display:block;
    background:url("../images/main_menu_right2.gif") no-repeat right top;
    padding:7px 6px 5px 6px;/* top - right - bottom - left*/
    color:#000;
	color:#000;
	/*
	float:right;
    display:block;
	background:url("../images/main_menu_right2.gif") no-repeat top left;
	line-height:120%;*/
	}
	
