
img {
border: none;
}
#main_menu {
	padding-left:0px;
	padding-right:0px;
    float:left;
    width:100%;
	height:50px;
    font-size:10;
    line-height:normal;
	font-weight: bold;
	color:#64665e;
      }
    #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:0px;
	  margin-left:0px;
      padding:0 0 0 4px;
      text-decoration:none;
	  color:#64665e;
      }
    #main_menu a span {
      float:left;
      display:block;
      background:url("../images/main_menu_right.gif") no-repeat right top;
      padding:12px 21px 12px 15px;/* top - right - bottom - left*/
      color:#64665e;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #main_menu a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#64665e;
      }
    #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:#64665e;
	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:12px 21px 12px 15px;/* top - right - bottom - left*/
    color:#64665e;
	/*
	float:right;
    display:block;
	background:url("../images/main_menu_right2.gif") no-repeat top left;
	line-height:120%;*/
	}
	
