@charset "UTF-8";
#shell_drop_shadow #shell #content .tabs #tabnav {
	margin-top: 12px;
}
/* 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;
}

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

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

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
	background-color: #e5dbcb;
}

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

