/* @override 
	http://www.teddyerrico.com/css/halfmoontabs.css
	http://www.teddyerrico.com/css/halfmoontabs.css
*/

.halfmoon{
	height: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}

.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center;
	font: bold 14px Helvetica, Arial, Geneva, sans-serif;
}

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

.halfmoon li a{
	text-decoration: none;
	padding: 3px 7px 2px 3px;
	margin-right: 0; /*distance between each tab*/
	border-left: 1px solid gray;
	border-top: 1px solid silver;
	color: white;
	font-size: 14px;
	background: #2B471F url(../images/halfmoontab.gif) no-repeat right;
}

.halfmoon li a:visited{
	color: white;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #1c8d00;
}


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

.dropmenudiv_e{
	position:absolute;
	top: 0;
	border: 0 solid #ccc;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #084302;
	width: 150px;
	visibility: hidden;
	text-align: left;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #CCC; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: white;
}

* html .dropmenudiv_e a{ /*IE only hack*/
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #25117e;
}
.bli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #003366;
	list-style-type: decimal;
}

