#tabs {
	width:100%;
	font-size:9px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px; /*margin between menu and rest of page*/
	overflow:hidden;
	background:url("../images/smac_02.gif");
	width: 800px;
	height:35px;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0px 10px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0px;
	}

#tabs a {
	float:left;
	background:url("../images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:6px 15px 6px 6px;
	margin-right:3px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -45px;
	}

#tabs a:hover span {
	background-position:100% -45px;
	}




/****************************************************/

#tabsH {
	width:100%;
	font-size:9px;
	line-height:normal;
	overflow:hidden;
	width: 100%;
	height:30px;
	}

#tabsH ul {
	margin:0;
	padding:2px 0px 10px 0px;
	list-style:none;
	}

#tabsH li {
	display:inline;
	margin:0;
	padding:0px;
	}

#tabsH a {
	float:left;
	background:url("../images/left2.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#tabsH a span {
	float:left;
	display:block;
	background:url("../images/right2.png") no-repeat right top;
	padding:7px 31px 18px 22px;
	margin-right:3px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabH a span {float:none;}

/* End IE5-Mac hack */
#tabH a:hover span {
	}

#tabH a:hover {
	background-position:0% -45px;
	}

#tabH a:hover span {
	background-position:100% -45px;
	}