/*  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;
	background: url('images/menu_bg.png') no-repeat bottom left;
}
#menus .block li { padding:0px; background: none; }
#menu .block_content { padding: 0; 	padding-bottom: 15px; }

#menu li a {
	/*border-top: 1px solid #FFF;*/
	cursor: pointer;
	font-weight: bold;
	display: block;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	/*background: #E4E5E7;*/ /* Level 1 Background */
	background: url('images/block_li_bg.png') no-repeat bottom center;
	text-transform: uppercase;
}
#menu li ul li a {
	cursor: pointer;
	font-weight: bold;
	display: block;
	color: #09c;
	font-size: 11px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	/*background: #E7F4DF;*/ /* Level 2 Background */
}
#menu li ul li ul li a {
	cursor: pointer;
	font-weight: bold;
	display: block;
	color: #CCC;
	font-size: 11px;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding-left: 35px;
	/*background: #FBE3EE;*/ /* Level 3 Background */
}
#menu li a:hover {
	/*background: #D42276;*/
	background: transparent url('images/catmenu_hover.png') no-repeat;
	color: #FFF;
}
#menu li a.activecat {
	/*background: #D42276;*/
	background: transparent url('images/catmenu_hover2.png') no-repeat;
	color: #FFF;
}
#menu li a.activesubcat {
	/*background:#71BF45;*/
	background: transparent url('images/catmenu_hover2.png') no-repeat;
	color: #FFF;
}

