.tpdmenu{
	float:left;
	width:100%;
	font-size: 12px;
	line-height: normal;
	border-bottom: 1px solid #00509F; /*Add border strip to bottom of menu*/
	text-align: center;
}

.tpdmenu ul{
	list-style-type: none;
	margin-top: 3px;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

.tpdmenu li{
	display:inline;
	margin:0;
	padding:0;
}

.tpdmenu a {
	float:left;
	background:url(../../images/menu/tpdtab-left.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

.tpdmenu a span {
	float:left;
	display:block;
	background:url(../../images/menu/tpdtab.gif) no-repeat right top;
	padding: 8px 12px 2px 3px;
	font-weight: normal;
	color: navy;
	width: 100px;
}

.tpdmenu a:hover span {
	color: black;
	cursor: pointer;
}


.tpdactivemenu a {
	float:left;
	background:url(../../images/menu/tpd2tab-left.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration: none;
}

.tpdactivemenu a span {
	float:left;
	display:block;
	background:url(../../images/menu/tpd2tab.gif) no-repeat right top;
	padding: 8px 12px 2px 3px;
	font-weight: normal;
	color: navy;
	width: 100px;
}

.tpdactivemenu a:hover span {
	color: black;
	cursor: pointer;
}

.tpdmenu li.selected a{ /*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.tpdmenu li.selected a span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: black;
}

.tpdmenu a:hover, .tpdmenu li.selected a:hover{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tpdmenu a:hover span, .tpdmenu li.selected a:hover span{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_tpd {
	position:absolute;
	top: 0;
	border: 1px solid navy; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	width: 245px;
	visibility: hidden;
	text-align: center;
	cursor: pointer;
}


.dropmenudiv_tpd a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	background-color: #FC5001; /* #8EA1C9; */
	padding: 2px 0;
	text-decoration: none;
	color: navy;
	text-align: left;
	cursor: pointer;
	font-weight: normal;
}

* html .dropmenudiv_tpd a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_tpd a:hover { /*THEME CHANGE HERE*/
	background-color: #FC5001; /* #eaeaea; */
}
