.halfmoon{
margin-bottom: 1em;

}

.halfmoon ul{

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
color: #E4C3A8;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.halfmoon li{
display: inline;
margin: 0;


}

.halfmoon li a{
text-decoration: none;
margin: 0;
margin-right: 1px; /*distance between each tab*/
color: #E4C3A8;
font-size: 12px;
padding-left: 6px;
padding-right: 6px;
}

.halfmoon li a:visited{
color: #E4C3A8;
}

.halfmoon li a:hover, .halfmoon li.selected a{

}
.tinyborder {
	BORDER-RIGHT: #425e89 1px solid; 
	BORDER-TOP: #425e89 1px solid; 
	BORDER-LEFT: #425e89 1px solid; 
	BORDER-BOTTOM: #425e89 1px solid
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: normal 12px Trebuchet MS;
line-height:18px;
z-index:100;
background-color: #E4C3A8;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding-left: 0px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
color: #0054a5;
text-align: left;

}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #0054a5;
color: #FFFFFF;
}
.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
a:link {
	color: #0054A5;
	text-decoration:none;
}
a:visited {
	color: #0054A5;
	text-decoration:none;
}

td{
	font: 10px Verdana;
	color:#333333;
}

p.bottom{
	font: 10px Verdana;
	color:#FFFFFF;
}
