/* Start of CMSMS style sheet 'halfmoontabs' */
.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 0px;
margin-left: 0;
margin-top: 13px;
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*/
}

.halfmoon li{
display: inline;
}
.halfmoon #menu1 a {
	background-image: url(i/bg/menu_about.gif);
	width: 102px;
	line-height:25px;
	height:27px;
	float: left;
	margin-right: 11px;
	text-align:center;
	text-decoration:none;
}
.halfmoon #menu2 a {
	background-image: url(i/bg/menu_ready.gif);
	width: 152px;
	line-height:25px;
	height:27px;
	float: left;
	margin-right: 11px;
	text-align:center;
	text-decoration:none;
}
.halfmoon #menu3 a {
	background-image: url(i/bg/menu_info.gif);
	width: 122px;
	line-height:25px;
	height:27px;
	float: left;
	margin-right: 11px;
	text-align:center;
	text-decoration:none;
}
.halfmoon #menu4 a {
	background-image: url(i/bg/menu_cont.gif);
	width: 95px;
	line-height:25px;
	height:27px;
	float: left;
	margin-right: 11px;
	text-align:center;
	text-decoration:none;
}
.halfmoon li a{
	font-family: Calibri, Arial;
	font-size: 15px;
	color: #FFFFFF
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #c8e181;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	font-family: tahoma, arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top:0px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:4px;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #CD4B47; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
margin-left:11px;
margin-right:11px;

}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #CB0800;
}
#bgm {
	background-image: url(i/bg/bgm.gif);
	background-repeat: repeat;
}
#bgm2 {
	background-image: url(i/bg/menuw2.gif);
	height: 13px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}
#tl {
	background-image: url(i/bg/menu_lt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 13px;
	width: 50%;
}
#tr {
	background-image: url(i/bg/menu_rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 13px;
	width: 14px;
	width: 50%;

}
*html #tr {
	background-image: url(i/bg/menu_rt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 13px;
	width: 14px;
	width: 50%;
	margin-left:-1px;

}
#bl {
	background-image: url(i/bg/menu_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 13px;
	width: 50%;
}
*html #bl {
	margin-top:-3px;
}
#br {
	background-image: url(i/bg/menu_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 13px;
	width: 14px;
	width: 50%;
}
*html #br {
	margin-left:-1px;
	margin-top:-3px;
}

/* End of 'halfmoontabs' */

