/*- Menu Tabs 8--------------------------- */

    #mainmenu {
      float:right;  
      font-size:1.25em;
      line-height:normal;
	height:76px;
	width:75%;
	margin-right: 25px;
      }
    #mainmenu ul {
          margin:0;          
          list-style:none;
      }
    #mainmenu li {
     
      margin:0;
      padding:0;
	width: auto;
	text-align:center;
	float:left;
	
      }
    #mainmenu a {
    
      margin:0;
      text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 132px;
	display:block;
	
	
      }
    #mainmenu a span {
    
      display:block;
      padding:20px 15px 4px 15px;
      color:#fff;
	
	
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainmenu a span {float:none;}
    /* End IE5-Mac hack */
    #mainmenu a:hover span, #mainmenu a.active span {
      color:#212829;

      }
    #mainmenu a:hover {
	
	height: 87px;
	color: #212829;
	font-weight:bold;
      }
    #mainmenu a:hover span {

      }

      #mainmenu a.active {
          background: url(../images/tab.png) no-repeat 0px -6px;
	    height: 87px;
          width: 132px;
	    color: #212021;
		font-weight: bold;
      }
     
