#sideMenu {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}

#sideMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sideMenu ul li {
	font-size: 1em;
	line-height: 1em;
	position: relative;
}

#sideMenu ul li img {
	position: absolute;
	z-index: -1;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 1.75em;
}

#sideMenu a, #sideMenu h3 {
	width: 100%;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0.25em;
	padding-left: 1em;
}

#sideMenu a {
	color: #555;
}

#sideMenu a.SubMenu {
	font-weight: normal;
	padding-left: 2em;
}

#sideMenu h3 {
	color: #fff;
	height: 2.25em;
	line-height: 2.25em;
}
