/* CSS Document */

#tabnavCont {
	width:100%; 
	float:left;
	margin-top:10px;
}


#tabnavCont a:link, #tabnavCont a:visited {
	font-size:0.85em;
	color:#91867e;
	clear:none;
	margin:0px 5px 0px 0px;
	background-image:url(../images/tabUnactive-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:68px;
	height:24px;
}


/*Start: Tab related common classes 

#tab {
	float: left;
	width: 100%;
	padding: 0;
	line-height: normal;
	border-bottom: #999999 solid 1px;
}

#bodyContArea #tab ul {
	font-weight: bold;
	float:left;
}
#bodyContArea #tab ul li {
	margin: 0;
	padding: 0;
	float:left;
}


#bodyContArea #tab ul li a:link, #bodyContArea #tab ul li a:visited {
	float: left;
	background: #ffffff url("../images/tabright.gif") no-repeat left top;
	padding: 0 0 0 0px;
	text-decoration: none;
	color: #000000;
	color: #929492;
}
#bodyContArea #tab a:link, #bodyContArea #tab a:visited {
	float: left;
	background: #ffffff url("../images/tabright.gif") no-repeat left top;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #000000;
	margin-left: 1px;
	color: #929492;
}

	

#tab a span {
	float: left;
	display: block;
	background: #ffffff url("../images/tabright.gif") no-repeat right top;
	padding: 4px 8px 3px 0px;
}


#tab a:hover, #tab a:hover span {
	background: #ffffff url("../images/slected.gif") no-repeat right top;
	color: #ffffff;
}

#tab #current a span, #tab #current a {
	background: #ffffff url("../images/slected.gif") no-repeat right top;
	color: #FFFFFF;
}
*/