/* Styles to deal with the custom tab lists */
	
.TabbedPanelsContent-ug ul.sectionLinks , .TabbedPanelsContent-pg ul.sectionLinks, .TabbedPanelsContent-international ul.sectionLinks {
	list-style-type:none !important;
	list-style-image: none !important;
}

.TabbedPanelsContent-ug ul.sectionLinks a, .TabbedPanelsContent-pg ul.sectionLinks a, .TabbedPanelsContent-international ul.sectionLinks a {
	font-size:100%;
	width:200px;
	padding:2px;
	padding-left:4px;
	color:#434343;
	background-color:#EEEEEE;
	border: 1px solid #666666;
	margin-top: 5px;
	display:block;
}

span.marker{
	position: relative;
	top: -0.1em;
}

.TabbedPanelsContent-ug ul.sectionLinks a {
	border-color: #8E9113;
}

.TabbedPanelsContent-pg ul.sectionLinks a {
	border-color: #666699;
}

.TabbedPanelsContent-international ul.sectionLinks a {
	border-color: #A21514;
}

.TabbedPanelsContent-ug ul.sectionLinks a:hover, .TabbedPanelsContent-pg ul.sectionLinks a:hover, .TabbedPanelsContent-international ul.sectionLinks a:hover {
	background-color:#D4D4D4;
	text-decoration:none;
}

#main-rightbox div.feature {
	background-image: url(_sitewide/img/structure/feature_bkgrd.jpg);
	_border:none !important; /* IE 6 hack to prevent rightbox jumping to bottom of page */
}

.TabbedPanelsContent-ug div.clearing{
	float:right;
	background-color:#EEE;
	border:1px solid #8E9113;
	color: #434343;
	margin-top: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
