.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FF6600;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #CC9900;
}

.shadetabs li a{
	text-decoration: none;
	color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	margin-right: 2px;
	background-image: url(../aus_images/lef_menu_bac.jpg);
}

.shadetabs li a:visited{
color: #CC9900;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #FF0000;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #CC9900;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F6EFDF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 600px;
	margin-bottom: 1em;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tabcontent{
	display:none;
	padding-top: 10px;
}

@media print {
.tabcontent {
	display:block!important;
}
}

