.menu{
	margin:0 0 10px 0;
	padding:0 0 15px 0;
	list-style:none;
	background: #e3e9fe url(../graphics/felicity/department-footer.gif) bottom no-repeat;
}


.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(/graphics/site/minus.gif) no-repeat 10px center;
	list-style-type: none;
	display:block;
	width:100%;
	margin-bottom:1px;
	color: #fff;
}
.menu li a:link, .menu li a:active, .menu li a:visited{
	display:block;
	width:100%;
	color: #666;
}
.menu li a:hover{ 
	background: #e986bd;
	color:#fff;
}

.menu li .selected{ 
	background: #b8c5f0;

}
.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:url(/graphics/site/plus.gif) no-repeat 10px 8px;
	display:block;
	width:100%;
}
.menu li a span{
	display:block;
	padding:3px 20px;

}

.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

ul li ul{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}
