.shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 8pt;
	font-weight: bold;
	font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	position: relative; /*http://www.positioniseverything.net/explorer/peekaboo.html*/
}

.shadetabs li
{
	display: inline;
	margin: 0;
}

.shadetabs li a
{
	text-decoration: none;
	padding: 4px 7px;
	margin-right: -4px;
	border: 1px solid #778;
	color: #8E2800;
	background: white url(../images/shade.gif) top left repeat-x;
	font-family: "Lucida Grande" , Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}

.shadetabs li.highlight a
{
	background: white url(../images/shadegreen.gif) top left repeat-x;
}

.shadetabs li.hiselected a
{
	background: white url(../images/shadegreenactive.gif) top left repeat-x;
	border-bottom-color: white;
}

.shadetabs li.hiselected
{
	position: relative;
	top: 1px;
}

.shadetabs li a:hover
{
	color: #FFB03B;
	text-decoration: underline;
}

.shadetabs li.selected
{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a
{
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover
{
	color: #FFB03B;
	text-decoration: underline;
}

.contentstyle
{
	margin-top:1px;
	border: 1px solid gray;
	margin-bottom: 1em;
	padding: 10px;
}
