.tabsmenu{
border-bottom: 0px solid gray;
		margin-top:5px;
		padding-left:120px;
		color: #412838;
		text-align:left;
			font-size:8pt; 
	font-family:verdana,arial, sans-serif; 
}

.tabsmenu ul{
padding: 3px 0;
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*/
}

.tabsmenu li{
display: inline;
margin: 0;
color: #412838;
font-weight: bold;
width:90px;
}

.tabsmenu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid;
color: #412838;
}

.tabsmenu li a:visited{
		color: #412838;
		text-decoration: none;
}

.tabsmenu li a:hover{
		color: #859799;
		text-decoration: none;
}

.tabsmenu li.selected{
		color: #859799;
		text-decoration: none;
}

.tabsmenu li.selected a{ /*selected main tab style */
background-image: url(media/zbluetabactive.gif); /*THEME CHANGE HERE*/
}

.tabsmenu li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 0px;
z-index:100;
width: 200px;
visibility: hidden;
background-color: white;
width:90px;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/

}


.dropmenudiv a:link{
width: auto;
display: block;
line-height: 1.0em;
text-indent: 7px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 4px 0;
text-decoration: none;
color: #412838;
}


.dropmenudiv a:visited{
width: auto;
display: block;
line-height: 1.0em;
text-indent: 7px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 4px 0;
text-decoration: none;
color: #412838;
}

.dropmenudiv a:hover{
width: auto;
display: block;
line-height: 1.0em;
text-indent: 7px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 4px 0;
text-decoration: none;
color: #859799;
}

.dropmenudiv a:active{
width: auto;
display: block;
line-height: 1.0em;
text-indent: 7px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 4px 0;
text-decoration: none;
color: #859799;
}

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