#tabNavigation {
	background-color:#FFFFFF;
	float:left;
	font-family:Verdana;
	font-size:12px;
	margin-bottom:14px;
	margin-left:-11px;
	padding-left:10px;
	width:100%;
}

#tabNavigation ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabNavigation ul li {
	float:left;
	margin: 0 0 0 -8px;
	padding:0;
	position: relative;
	line-height:12px;
	z-index: 200;
}

#tabNavigation ul li.active {
	z-index: 300;
}

#tabNavigation ul li a,
#tabNavigation ul li a:link,
#tabNavigation ul li a:visited,
#tabNavigation ul li a:hover,
#tabNavigation ul li a:active {
	display: block;
	height: 25px;
	background: transparent url("../_images/custom/tabLeft.gif") no-repeat left top;
	padding:0;
	margin:0;
	text-decoration:none;
	color:white;
	cursor:pointer;
	float:left;
}

#tabNavigation ul li a span {
	height: 20px;
	background: transparent url("../_images/custom/tabRight.gif") no-repeat right top;
	margin: 0px 0px 0px 10px;
	float:left;
	padding: 6px 18px 0 0;
}

#tabNavigation ul li a.active,
#tabNavigation ul li a.active:link,
#tabNavigation ul li a.active:visited,
#tabNavigation ul li a.active:hover,
#tabNavigation ul li a.active:active {
	background: transparent url("../_images/custom/tabLeftSel.gif") no-repeat left top;
	color:#666666;
}

#tabNavigation ul li a.active span {
	background: transparent url("../_images/custom/tabRightSel.gif") no-repeat right top;
	color:#666666;
}

.tabBorderImage {
	background: white url("../_images/custom/tabLeft.gif") no-repeat left top;
	width: 10px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0!important;
	padding: 0!important;
	z-index: 8;
	display:block;
}

.tabBorderImageSel {
	background: white url("../_images/custom/tabLeftSel.gif") no-repeat left top;
	width: 10px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0!important;
	padding: 0!important;
	z-index: 20;
	display:block;
}

.tabBorderImageRight {
	background: transparent url("../_images/custom/tabRightSmall.gif") no-repeat left top;
	width: 19px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0!important;
	padding: 0!important;
	z-index: 4;
	display:block;
}

.tabBorderImageRightSel {
	background: transparent url("../_images/custom/tabRightSmallSel.gif") no-repeat left top;
	width: 19px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0!important;
	padding: 0!important;
	z-index: 40;
	display:block;
}

#tabNavigationContent {
    background: transparent url("../_images/custom/tabPageBackground.gif") no-repeat 0px 24px;
	width:632px;
	margin-left:190px;
	padding: 0 9px 20px 9px;
	border-bottom: 1px solid #dddada;
}

#tabNavigationContentBig {
    background: transparent url("../_images/custom/tabPageBackgroundBig.gif") no-repeat 0px bottom;
	width:840px;
	padding: 0 9px 20px 9px;
}

.clear {
	clear: both;
}
