#nav-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

#nav-cat ul li {
	position: relative;
	left:0;
}

#nav-cat li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#nav-cat ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fefefe; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px solid #ccc; /* IE6 Bug */
	}

/* Holly Hack. IE Requirement \*/
* html #nav-cat ul li { float: left; height: 1%; }
* html #nav-cat ul li a { height: 1%; }
/* End */

#nav-cat li:hover ul, #nav-cat li.over ul { display: block; } /* The magic */

#nav-cat ul li li a {
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom:0;
}

#categoriescssHeading {
	background:#fefefe; color:#000000;
}
