.halfmoon{
	padding:10px;
	padding-left:0px;
	background-color: #E3F4FC;
	border-top: 1px solid #B5E7FF;
	border-bottom: 1px solid #B5E7FF;
}

.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	/* border-bottom: 1px solid #657F27; */
}

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

.halfmoon li a{
	text-decoration: none;
	padding: 3px 7px 2px 5px;
	margin: 0;
	margin-right: 0px; /*distance between each tab*/
	/* border-left: 1px solid #657F27; */
	border: 1px solid #53A3F2;
	color: #FFFFFF;
	font-size: 13px;
	background: #5BC3FF url('../images/bg_tab_blue.png')50% 50% repeat-x;
}

.halfmoon li a:visited{
	color: #FFFFFF;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	/* background-color: #5BC3FF; */
	background: #5BC3FF;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_e{
	position:absolute;
	top: 0;
	padding:2px;
	margin-left:1px;
	margin-top:-1px;
	font: normal 12px Verdana;
	line-height:18px;
	z-index:100;
	/* background-color: #eff8d2;*/
	background-color: #5BC3FF;
	width: 200px;
	visibility: hidden;
	border: 1px solid #53A3F2; /*THEME CHANGE HERE*/
	/* border-top: none; */
	/* border-bottom: none; */
}

.dropmenudiv_e a{
	padding:3px;
	background-color: #FFFFFF;
	width: auto;
	display: block;
	text-indent: 5px;
	/* border-bottom: 1px solid #657f27; */
	padding: 2px 0;
	text-decoration: none;
	color: #000000;
}

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

.dropmenudiv_e a:visited{ /*THEME CHANGE HERE*/
	color: #000000;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #E8F8FF;
	color: #000000;
	font-weight:bold;
}

/* new add by moja */
.arrowlistmenu{
	width: 168px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #FFF;
	background: black url('../images/titlebar.png') repeat-x center left;
	margin-top: 0px;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .menuheader:hover{ 
	background:#98DBF8;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url('../images/titlebar-active.png');
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f2f2f2;
}
.arrowlistmenu ul li:first-child {border-top: none;}
.arrowlistmenu ul li:last-child {border-bottom: none;}

.arrowlistmenu ul li a{
	color: #666666;
	background:#FFFFFF url('../images/arrowbullet.png') no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 4px 0;
	padding-left: 18px; /*link text is indented 19px*/
	text-decoration: none;
	/* font-weight: bold; */
	/* border-bottom: 1px solid #ccc; */
	font-size: 10px;
}

.arrowlistmenu ul li a:visited{
	font-size: 10px;
	color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	font-size: 10px;
	color: #000000;
	background-color: #E3F4FC;
}

