	
.tabHeading {
	margin-bottom:0px;
	font-size: 1em;
	font-weight:600;
	color:#555;
	padding:4px 18px 4px 0;
	text-align:right;
	}
	
.tabPanel{position:relative;}
.tabPanel p{color:#555;padding-bottom:.5em;margin-left:15px;}
.tabPanel h4{color:#333;font-size: 1em;;font-weight:bold;padding-bottom:8px;padding-left:5px;}
.tabPanel h3{color:#333;font-size: 1.1em;;font-weight:bold;padding-bottom:5px;}
.tabPanel ul{ position:relative; padding-left:15px; padding-bottom:10px; }
.tabHiddenPanel{display:none;}
.tabActivePanel{display:block;}

.tab, .tab a:visited  {
	font-weight:500;
	list-style-type:none;
	margin-bottom:0px;
	cursor:default;
	color:#555;
	padding:4px 18px 4px 0;
	width:170px;
	display:block;
	text-align:right;
	text-decoration:none;
	}
	
.tab a:hover {
	cursor:pointer;
	color:#9C0606;
	text-decoration:none;
	}

.tabActive, .tabHover{
	background:url('../images/leftbg.gif');	
	background-repeat:no-repeat;
	background-position:right top;
	text-decoration:none;
	color:#9C0606;
	width:170px;
	}

