#TabsMenu {
	float:left;
	width:100%;
	border-bottom-width:2px solid #AD1039;
	background-image:"tab bg.gif" repeat-x bottom; 
	line-height:normal;
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:93%;
}
* html  { /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom:1em;
}
 ul {
	float:left;
	width:100%;
	padding:2;
	margin:0;
	list-style-type:none;
}

 a {
	float:left;
	width:100%;
	background-image:"tabs-right.gif" no-repeat right top;;
	padding:4px 14px 3px 5px;
	text-decoration:none;
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:10pt;
	font-weight:bold;
	}
 li {
	float:left;
	display:inline;
	background:"tabs-left.gif" no-repeat left top;
	margin:0;
	padding:0 0 0 19px;
	border-bottom:2px solid #ad1039;
}
	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
     a {float:none;}
    /* End IE5-Mac hack */
 
   current {
    background-image:url("tabs-left.gif");
    background-position:0% -125px;
     border-width:0;
    }
  current a {
    background-image:"tabs-right.gif";
    background-position:100% -125px;
    padding-bottom:5px;
    }
 span {
	background-image:"tabs-right.gif" no-repeat right top;
	float:left;
	font-weight:bold;
	color: #ad1039; 

