#menucontainer
{
width:174px;
background-color:#ecee9b;

}

.caublecenterdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 174px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8af50;
}
	
.caublecenterdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.caublecenterdiv ul li ul{
position: absolute;
width: 168px; /*sub menu width*/
top: 0;
visibility: hidden;

}

/* Sub level menu links style */
.caublecenterdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: 579624;
	text-decoration: none;
	padding: 5px;
	background-color: #ecee9b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #a8af50;
	border-right-color: #a8af50;
	border-bottom-color: #a8af50;
	border-left-color: #a8af50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #569723;
}

.caublecenterdiv ul li a:visited{
color: #569723;
}

.caublecenterdiv ul li a:hover{
background-color:#9ea541;
color:#ffffff;
}

.caublecenterdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}

* html .caublecenterdiv ul li { float: left; height: 1%; }
* html .caublecenterdiv ul li a { height: 1%; }
