.ycdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.ycdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.ycdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.ycdiv ul li a
{
	border-right: #ccc 1px solid;
	padding-right: 5px;
	border-top: #ccc 1px solid;
	display: block;
	padding-left: 5px;
	font-size: 9px;
	background: #fff;
	padding-bottom: 3px;
	overflow: auto;
	border-left: #ccc 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: 0px;
	font-family: Verdana;
	text-decoration: none;
}

.ycdiv ul li a:visited{
color: black;
}

.ycdiv ul li a:hover
{
	background-color: chartreuse;
}

.ycdiv .subfolderstyle{
background: url(media/arrow-list.html) no-repeat center right;
background-color:White;
}

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


.firstitem
{
	border-right: #ccc 1px solid;
	padding-right: 5px;
	border-top: #ccc 1px solid;
	display: block;
	padding-left: 5px;
	font-size: 9px;
	background:black;
	padding-bottom: 3px;
	overflow: auto;
	border-left: #ccc 1px solid;
	color: #fff;
	padding-top: 3px;
	border-bottom: 0px;
	font-family: Verdana;
	text-decoration: none;
	width: 160px;
}
