/* ######### CSS for Shade Tabs. Remove if not using ######### */
#countrydivcontainer
{
	clear: both; 
	width: 252px; 
	min-height: 266px;
	padding: 15px;
	background: url(../../images/ajaxtabs/divcontent_background.png) no-repeat;
}

#divcontainer_wrapper 
{
	width: 282px;
	clear: both;
	background: url(../../images/ajaxtabs/divwrapper.png) repeat-y;
}

#divbottom
{
	width: 282px;
	height: 11px;
	clear: both;
	background: url(../../images/ajaxtabs/divbottom.png) repeat-y;
}


.shadetabs 
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li 
{
	display: block;
	float: left;
	margin: 0;
}

.shadetabs li a 
{
	display: block;
	width: 137px;
	height: 22px;
	padding-top: 7px;
	color: #0167ac;
	text-decoration: none;
	text-align: center;
	position: relative;
	z-index: 1;
	background: white url(../../images/ajaxtabs/aba1_inactive.png) top left repeat-x;
}

.shadetabs li a:visited 
{
	color: #0167ac;
}

.shadetabs li a:hover 
{
	text-decoration: underline;
	color: #0167ac;
}

.shadetabs li a.selected 
{ /*selected main tab style */
	position: relative;
}

.shadetabs li a.selected 
{ /*selected main tab style */
	background-image: url(../../images/ajaxtabs/aba1_active.png);
}

.shadetabs li a.selected:hover
{ /*selected main tab style */
	text-decoration: none;
}
