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

#tabsX {
	float: left;
	width: 100%;
	background: #FFFFFF;
	font-size: 93%;
	line-height: normal;
/*	border-bottom: 1px solid #4D79A6; */
	border-bottom: 1px solid #CCCCCC;
}
#tabsX ul {
	font: bold 11px Verdana;
	margin: 0;
	padding: 10px 10px 0 15px;
	list-style: none;
}
#tabsX li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsX a {
	float: left;
	background:url("images/tableftX.gif") no-repeat left top;

	/* the following line sets space between tabs */

	/* margin: 0px 10px 0px 10px; */
	margin: 0px;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabsX a span {
	float: left;
	display: block;
	background:url("images/tabrightX.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsX a span { float: none; }
/* End IE5-Mac hack */

#tabsX a:hover span {
	color: #FFFFFF;
}
#tabsX a:hover {
	background-position: 0% -42px;
}
#tabsX a:hover span {
	background-position: 100% -42px;
}

