.mwmcategories ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 205px; /* Width of Menu Items */
	background:#FFF8C1;
	border-bottom: 1px solid #F7C028;
}
	
.mwmcategories ul li { position: relative }
	
/*Sub level menu items */
.mwmcategories ul li ul
{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.mwmcategories ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;
	background: #FFF8C1;
	padding: 1px 5px;
	border: 1px solid #F7C028;
	border-bottom: 0;
}

.mwmcategories ul li a:visited{ color: black }
.mwmcategories ul li a:hover { background-color: #F7C028 }
.mwmcategories .subfolderstyle { background: url('../images/theme/arrow-list.gif') no-repeat center right}
.mwmcategories li.selected{font-weight:bold}
.mwmcategories li.selected ul{font-weight:normal}
/* Holly Hack for IE \*/
* html .mwmcategories ul li { float: left; height: 1%; }
* html .mwmcategories ul li a { height: 1%; }
/* End */