@charset "UTF-8";
/* CSS Document */
UL.tabNavigation

 {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
		}
#shell_drop_shadow #shell #content .tabs .tabNavigation {
	margin: 0px;
	padding: 0px;
}
#shell_drop_shadow #shell #content .tabs #tabnav {
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

UL.tabNavigation LI {
	display: inline;
	margin: 0px;
	padding: 0px;
}

UL.tabNavigation LI A {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	font-size: 14px;
}

UL.tabNavigation LI A:hover {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #666666;
}
#shell_drop_shadow #shell #content .tabs #tabnav a:hover {
	color: #666666;
}

UL.tabNavigation LI A.selected {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #993333;
}

div.tabs > div {
	padding: 10px;
	border: 0px none #e5dbcb;
}

