UL.tabNavigation {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;

}

UL.tabNavigation LI {
	display: inline;
}

UL.tabNavigation LI A { padding: 5px 10px 3px; background:#fff; color: #000; text-decoration: none; border-top: 4px solid #62131f; border-right: 1px solid #bfccd6; border-bottom: 1px solid #bfccd6; border-left: 1px solid #bfccd6; background:#eee;}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background: none;
border-top: 4px solid #4b93cd; border-right: 1px solid #bfccd6; border-bottom: 1px solid #fff; border-left: 1px solid #bfccd6; 
	color: #000;
	padding: 5px 10px 3px;
}

UL.tabNavigation LI A:focus {
		outline: 0;
}

div.tabs > div {
		padding: 5px;
		margin-top: 3px;
		border-top: 1px solid #bfccd6;
}

div.tabs > div h2 {
		margin-top: 0;
}


.tabs img{float:left; margin: 0 10px 10px 0;}
/*#tab-container ul { margin: 0; padding: 0;}
			#tab-container ul li { display: inline-block; background: url(bg_tabs.jpg) repeat-x bottom; border: solid 1px #bfccd6; border-bottom: none;}
			#tab-container ul li a { display: block; padding: 5px 20px; outline: none; }
			#tab-container ul li a:hover { text-decoration: underline; }
			#tab-container ul li.active { background: #fff; padding-top: 6px; position: relative; top: 1px; 

}
			#tab-container ul li a.active { font-weight: bold; }
			#tab-container .panel-container { border: solid 1px; padding: 0 10px; }
			#tab-content {padding: 10px 0 0 0; border-top: 1px solid #bfccd6;}
			#tab-content ul {margin: 10px 0 0 0;}
			#tab-content ul li {margin: 0; padding: 0; font-size: 93%; font-weight: normal; border: none; 

border-bottom: 1px dotted #b0b0b2; background: none;}
				#tab-content ul li.first {margin: 0; padding: 0; font-size: 93%; font-weight: normal; 

border: none; border-bottom: 1px dotted #b0b0b2; border-top: 1px dotted #b0b0b2; background: none;}
				#tab-content ul li.last {margin: 0; padding: 0; font-size: 93%; font-weight: normal; 

border: none; background: none;}*/