#myCus-Index-Menu {
	height:32px;
}
#myCus-Index-Menu a {
	color:#333;
}
#myCus-Index-Menu a:hover {
	color:#999;
}
#myCus-Index-Menu ul.ulLeft {
	float:left;
	margin:0;
	padding:0;
	list-style:none outside;
}
#myCus-Index-Menu ul.ulLeft li {
	display:block;
	float:left;
	margin:1px;
	padding:2px 8px;
	color:#000;
	background:#EEE;
	border:1px solid #CCC;
}
#myCus-Index-Menu ul.ulRight {
	float:right;
	margin:0;
	padding:0;
	list-style:none outside;
}
#myCus-Index-Menu ul.ulRight li.liMain {
	display:block;
	float:right;
	width:auto;
	margin:1px;
	background:#EEE;
	border:1px solid #CCC;
	white-space: nowrap;
}
#myCus-Index-Menu ul.ulRight li.liMain a.aMain {
	display:block;
	margin:0;
	padding:2px 8px;
}
#myCus-Index-Menu ul.ulRight li.liMain ul.ulSub {
	list-style:none outside;
	display:none;
	position:absolute;
	margin:0;
	padding:6px 12px;
	background:#FFF;
	border-top:1px solid #CCC;
}
#myCus-Index-Menu ul.ulRight li.liMain ul.ulSub li a {
	display:block;
}


#myCus-Index-Body {
	clear:both;
}
#myCus-Index-Body ul {
	list-style:url(pointbrown.gif) outside;
	margin:0;
	padding:0 0 0 24px;
}
#myCus-Index-Body ul li {
	margin:5px 0;
}
#myCus-Index-Body ul li span {
	margin:0 0 0 13px;
}
#myCus-Index-Body ul li font {
	font-size:12px;
	color:#999;
}
#myCus-Index-Body ul li a.aPrimary {
}
#myCus-Index-Body ul li a.aAlternate {
	color:gray;
}
#myCus-Index-Body p.pStatistics {
	text-align:right;
}

#myCus-Index-Pagebar {
	text-align:right;
}