
#tabb {
  /*border: 1px solid #ddd;*/
  width:172px;
  text-align: center;
}

#tabb p,
#tabb li {	padding-left:1px;
	line-height:20px;
}

#tabb p {
	margin-top:12px;
	margin-bottom:12px;
}



#tabb a {
	text-decoration:none;
	font-weight:bold;
	color:#2777a1;
}

#tabb a:hover {
	color:#1b9de2;
}




/* Subsection Tabs
--------------------*/
#tabb ul.subsection_tabs {
	list-style:none;
	margin:3px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	height:20px;
	clear:both;
}

#tabb ul.subsection_tabs li.tab {
	float:left;
	margin-right:0px;
	margin-left:0px;
	margin-top:1px;
}

#tabb ul.subsection_tabs li.tab a {
	display:block;
	background-color:#efb52e;
	color:#000;
	width:83px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#tabb ul.subsection_tabs li.tab a:hover {
	color:#fff;
}

#tabb ul.subsection_tabs li.tab a.active {
	background-color:#343399;
	color:#fff;
	/*background: url(/gfx/sel_tab.gif) no-repeat bottom;*/
	border-bottom:  1px solid #ccc;
}




