.categorybox ul      { 
	font-family: Verdana;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px 
}

.categorybox ul li{
	position: relative;
	z-index:99;
}

/* Top level menu links style */
.categorybox ul li a      {
	text-decoration: none;
	display: block;
	padding: 6px;
	overflow: auto;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd
}

.categorybox ul li a:link, .categorybox ul li a:visited, .categorybox ul li a:active       {
	color: #1b57a3;
	background-color: #fdfdfd
}  

.categorybox ul li a:visited      {
	color: #1b57a3
}

.categorybox ul li a:hover      {
	color: white;
	font-weight: bold;
	background-color: #582770
}

/*Sub level menu items */
.categorybox ul li ul   {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 190px;
	border-bottom: 1px solid #ddd
}

.categorybox a.subfolderstyle {
	background: url(../image/arrow_right.gif) no-repeat 97% 50%
}

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

* html .categorybox ul li a {
	height: 1%;
}
/* End */