.masstabs1{
	width:149px;
	line-height:normal;
	border: 0px none #399;
}

.masstabs1 ul{
	list-style-type: none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;/*Left offset of entire tab menu relative to page*/
}

.masstabs1 li{
	display:inline;
	margin:0;
	padding:0;
	}

.masstabs1 a{
	background-image: url(../images/spa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	height: 51px;
	width: 149px;
	margin: 0;
	padding: 0;
	position: absolute;
}

.masstabs1 a span{
	float:left;
	background-image: url(../images/spa.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 51px;
	width: 149px;
	display: block;
	clear: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	left: 9px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.masstabs1 a span {
	float:none;
}
/* End IE5-Mac hack */

.masstabs1 a:hover span {
	background-position: 0% -51px;

}

.masstabs1 li.selected a{ /*Selected Tab style*/
	background-position:0 -51px; /*Shift background image up to start of 2nd tab image*/
}

.masstabs1 li.selected a span{ /*Selected Tab style*/
	background-position:100% -51px;
}

.masstabs1 a:hover, .masstabs li.selected a:hover{ /*onMouseover style*/
	background-position:0% -51px;
}

.masstabs1 a:hover span, .masstabs li.selected a:hover span{ /*onMouseover style*/
	background-position:100% -51px; /*Shift background image up to start of 2nd tab image*/
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
	display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_m3{
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	width: 180px;
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/spa_bg.png);
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0cc;
	border-right-color: #0cc;
	border-bottom-color: #0cc;
	border-left-color: #0cc;
	color: #399;
}


.dropmenudiv_m3 a{
	width: auto;
	display: block;
	text-indent: 5px; 
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #099;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #099;/*THEME CHANGE HERE*/
	border-right-color: #099;
	border-bottom-color: #099;
	border-left-color: #099;
}

* html .dropmenudiv_m3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_m3 a:hover{ /*THEME CHANGE HERE*/
	background-color: #5BC5D2;
	color: #CFF;
	text-decoration: none;
}

