/*- Menu Tabs H--------------------------- */

    #tabs {
	float:left;
	width:100%;
	font-size:100%;
	vertical-align: top;
	padding-bottom: 1px;
	position: absolute;
	top: 89px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	height: 18px;
	color: #FFFFCC;
	left: 118px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0px 140px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:left;
	background:url("../images/tabMAKERL.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: #FFFFCC;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabMAKERR.gif") no-repeat right top;
      padding:5px 15px 1px 6px;
      color:#FFFFCC;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
	float:none;
	color: #FFFFCC;
}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFFFCC;
      }
    #tabs a:hover {
	background-position:0% -42px;
	color: #FFFFCC;
      }
    #tabs a:hover span {
	background-position:100% -42px;
	color: #FFFFCC;
      }


/*- Menu Tabs
