
#boxLeftMenu {
	width: 200px;
	height: 185px;
	margin: 20px 0px 0px 11px;
}

#boxLeftMenu ul {
	list-style: none;
	font-size: 11px;
	margin: 40px 25px 0px 25px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#boxLeftMenu li {
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #efefef
}

#boxLeftMenu li.active {
	background: url(../img/icoMenuActive.gif) transparent right no-repeat;
	color: #0697b8;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	cursor: default;
}

#boxLeftMenu li a {
	display: block;
	background: url(../img/icoMenuOff.gif) transparent right no-repeat;
	color: #043949;
	width: 100%;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#boxLeftMenu li a:hover {
	background: url(../img/icoMenuOver.gif) transparent right no-repeat;
	color: #5fd4fc;
}
