﻿.halfmoon{
	margin-top: 0px;
	padding-top: .5em;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding-bottom: .5em;
	background-color: #5B7526;
	font-weight:bold;
}

.halfmoon ul{
padding: 3px 7px 5px 6px;
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*/
border-bottom: 0px solid;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 7px 5px 6px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 0px;
color: #ffffff;
font-size: 13px;
background: #5b7526;
font-family: Arial, Helvetica, sans-serif;
}

.halfmoon a:hover {
	color: #b5e355;
}

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

.dropmenudiv_e{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-size: 13px;
background: #5b7526;
font-family: Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
background-color: #eff8d2;
width: 200px;
visibility: hidden;
font-weight:bold;
color: #5b7526;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
font-weight:bold;
color: #5b7526;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}
