#cats a.menuitem {
	color: black;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0 0 3px;
	font-size: 11px; 
	line-height: 11px; 
	text-decoration: none;
}


#cats a.menuitem:link, #cats .menuitem:visited{
}

#cats a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

#cats a.menuitem:hover, #cats .menuitem:active {
	color: white; 
	/*background: #DFDCCB;*/
}

#cats div.submenu{ /*DIV that contains each sub menu*/
}

#cats div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cats div.submenu ul li{
}

#cats div.submenu ul li a{
	display: block;
	font-size: 10px; 
	line-height: 10px; 
	color: #432F09;
	text-decoration: none;
	padding: 0 12px 3px 0;
}

#cats div.submenu ul li a:hover{
	/*background: #DFDCCB;*/
	color: white;
}

#cats .filler {
	height: 10px; 
	overflow: hidden; 
}

.open { 
	/* padding-top: 10px !important;  */
	color: white !important; 
}

.close { /* padding-top: 3px */ }

#cats .current a {
	color: white !important;
}
