
.shadetabs {
	color: #dadfa7;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li {
	display: inline;
	margin: 0; }
.shadetabs li a {
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 0;
	color: #61221d;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background: url(shade.gif)#cfc9a7 url(shade.gif) repeat-x left top url(shade.gif) url(shade.gif) url(shade.gif);
	border-top: 1px solid #61221d;
	border-right: 1px solid #61221d;
	border-left: 1px solid #61221d; }
.shadetabs li a:visited {
	color: #2d2b2b; }
.shadetabs li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c4be9e;
	background-image: url(images/nav_background_over.jpg); }
.shadetabs li.selected {
	position: relative;
	top: 0; }
.shadetabs li.selected a { /*selected main tab style */
color: #cfc9a7;
	background-color: #61221d;
	background-image: url(shadeactive.gif); }
.shadetabs li.selected a:hover { /*selected main tab style */
text-decoration: none; }
.tabcontentstyle { /*style of tab content oontainer*/
background-image: url('(EmptyReference!)');
	width: 100%;
	margin-bottom: 1em; }
.tabcontent {
	background-position: 0 0;
	display:none; }
@media print {
	.tabcontent {
		display:block!important; }
}
div.tab_border_bottom {
	background-color: #61221d;
	height: 3px;
	display: block; }

