@CHARSET "UTF-8";

#menu-list {
	min-height: 200px;
	margin-bottom: 10px;
}
#menu-list * {
	list-style: none;
	list-style-type: none;
}

#menu-list a *, .submenu-list a * {
	border: none;
	color: black;
	font-weight: bold;
	
}

#menu-list a.active span {
	color: black;
}

#menu-list a:hover * {
	color: gray;
}

a.menu-header {	font-weight: bold; }

#menu-list ul a * {
	font-size: x-small;
	font-weight: normal;
}
#menu-list ul a.active * {
	font-weight: bold;
}

ul#menu-list, ul.submenu-list {
	list-style: none;
	padding-left: 10px;
	margin: 0;
}

