.mwmcategories{margin-bottom:15px}
.mwmcategories ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 205px; /* Width of Menu Items */
	background:#2f0000;
	font-size:12px;
}
	
.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: #fff;
	text-decoration: none;
	background: #2f0000;
	padding: 1px 5px;
	border: 1px solid #470000;
	border-bottom: 0;
}

.mwmcategories ul li a:visited{ color: #999 }
.mwmcategories ul li a:hover { background-color: #4E0101 }
.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 */
