/* ######### CSS for Shade Tabs. Remove if not using ######### */
.taboxMM {
	margin-bottom: 1em;
	padding: 5px;
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFE9F2;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}



.shadetabsMM{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

.shadetabsMM li{
	display: inline;
	margin: 0;
}

.shadetabsMM li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #006699;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: right center;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFE9F2;
	border-right-color: #DFE9F2;
	border-bottom-color: #DFE9F2;
	border-left-color: #DFE9F2;
	background-color: #ECF8FD;
}
.requeztMM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #B5CCF0;
}

.shadetabsMM li a:visited{
}

.shadetabsMM li a:hover{
	text-decoration: none;
	color: #000000;
}

.shadetabsMM li a.selected{ /*selected main tab style */
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	top: 0px;
	background-color: #FAFDFE;
}


.shadetabsMM li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

