.menucssbox_head h3{
	width: 140px;
	margin:0;
	border:0;
	height:46px;
	text-align: center;
	font-size: 14px;
	display: block;
	
}
.menucssbox_body ul{
	width:140px;
	display:block;
	padding:0px;
	margin:0px;
	list-style: none;
	border: 1px solid #8F8C73;
	background: #FFF;
}
.menucssbox_body ul li{width:118px; height:27px; position:relative; margin:0 auto; background:url(Images/dot.gif) 0 100% repeat-x;}
.menucssbox_body ul li a{
	width:96px;
	height:26px;
	display:block;
	background:#ffffff url(Images/arrow-normal.gif) no-repeat 0 50%;
	color:#8F8C73;
	font:bold 13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 0 22px;
	text-decoration:none;
}
.menucssbox_body ul li a:hover{
	background:#FFF url(Images/arrow-normal.gif) no-repeat 0 50%;
	color:#385947;
	text-decoration:none;
}
.menucssbox_body ul li.current{
	width:96px;
	height:27px;
	display:block;
	background: #ffffff 0 0;
	color:#283F32;
	font: bold 13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 0 0 0px;
}



.tdoc #container #mainContent ul {
	list-style: url(Images/diamond.jpg) outside;
}
