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

.phytabs1 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*/
}

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

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

.phytabs1 a span{
	float:left;
	font-weight:normal;
	background-image: url(../images/phy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	width: 150px;
	text-decoration: none;
	display: block;
	clear: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

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

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

}

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

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

.phytabs1 a:hover, .phytabs1 li.selected a:hover{ /*onMouseover style*/
	background-position:0% -51px; /*Shift background image up to start of 2nd tab image*/
	text-align: center;
}

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

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

.dropmenudiv_p3{
	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/phy_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: #F09;
	border-right-color: #F09;
	border-bottom-color: #F09;
	border-left-color: #F09;
}


.dropmenudiv_p3 a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #F09;
	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: #F09;
	border-right-color: #F09;
	border-bottom-color: #F09;
	border-left-color: #F09;
}

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

.dropmenudiv_p3 a:hover{ /*THEME CHANGE HERE*/
	background-color: #F573AF;
	color: #FCF;
	text-decoration: none;
}
