.menuvert{
	width: 225px;
	text-align: left;
	background-image: url(images/occas_li_fd.jpg);
	background-repeat: repeat-y;
}
.menuvert .menuheader{
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	background-image: url(images/occas_famille_fd_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-top: 5px;*/
	padding-left: 25px;
	font-size: 120%;
	color: white;
	font-weight: bold;
}
.menuvert .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: transparent;
}
.menuvert ul{
	/*padding-bottom: 8px; bottom spacing between each UL and rest of content*/
}
.menuvert ul li{
	padding-bottom: 2px;
}
.menuvert ul li a{
	color: black;
	/*background:  url(images/arrowbullet.png) no-repeat left center; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 110%
}
.menuvert ul li a:visited{
	color: #666;
}
.menuvert ul li a:hover{ /*hover state CSS*/
	color: #6187D2;
}