.styleSideNav {
	margin: 0;
}

.styleSideNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.styleSideNav ul li {
	margin: 4px 0;
	padding: 0;
	width: 220px;
	height: 31px;
}

.styleSideNav ul li a {
	text-decoration:none;
	font-weight:600;
	text-align:left;
	background-color: #666;
	padding: 8px 10px;
	display: block;
	width: 200px;
	height: 15px;
	font-size: 1.15em;
}

.styleSideNav ul li a:link, .styleSideNav ul li a:visited {
	background: url(08CER105_btn_inactive.gif) no-repeat top left;
	color: #eeda01;
}

.styleSideNav ul li a:hover, .styleSideNav ul li a:active {
	background: url(08CER105_btn_active.gif) no-repeat top left;
	color: #fff;
}
