/*  Sliding Navigation Styles */

ul#menu li > ul {   /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
	list-style: none;
	display: none;                          
}

ul#menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menus .block li { padding:0px; background: none; }
#menu .block_content { padding: 0; }

#menu li a {
	border-top: 2px solid #FFF;
	cursor: pointer;
	font-weight: bold;
	display: block;
	font-size: 11px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background: #DCE8F4; /* Level 1 Background */
}
#menu li ul li a {
	cursor: pointer;
	font-weight: normal;
	display: block;
	color: #444;
	font-size: 11px;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	background: #c5c4c4; /* Level 2 Background */
}
#menu li ul li ul li a {
	cursor: pointer;
	font-weight: normal;
	display: block;
	color: #444;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	background: #ffffff; /* Level 3 Background */
}
#menu li a:hover {
	background: #CAEA0B;
	color: #444;
}
#menu li a.activecat {
	background: #CAEA0B;
	color: #000000;
}
#menu li a.activesubcat {
	background:#D9EF59;
	color: #000000;
}

