.menuleft ul{
	list-style-type: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
	
.menuleft ul li{
position: relative;
}
	
/*1st level sub menu style */
.menuleft ul li ul{
	left: 149px; /* Parent menu width - 1*/
	position: absolute;
	width: 150px; /*sub menu width*/
	top: 0px;
	display: none;
}

/*All subsequent sub menu levels offset */
.menuleft ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
}

/* menu links style */
.menuleft ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 20px;
}

.menuleft ul li a:visited{
	color: #FFFFFF;
}

.menuleft ul li a:hover{
	color: #FFFFFF;
	background-color: #0066FF;
}

.menuleft .subfolderstyle{
	background-image: url(images/mini_arrowc.png);
	background-repeat: no-repeat;
	background-position: right center;
}




	
/* Holly Hack for IE \*/
* html .menuleft ul li { float: left; height: 1%; }
* html .menuleft ul li a { height: 1%; }
/* End */



#menuwrapper {
	float: left;
	width: 200px;
	height: auto;
	padding-top: 150px;
	text-align: center;
}
#menuwrap {
	width: 860px;
	position:relative;
	height:220px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFF99;
}

