.LeftMenu {
	LIST-STYLE-TYPE: none;
	LIST-STYLE-IMAGE: none;
	margin: 0px;
	padding: 0px;
}
.LeftMenu LI {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFC;
	background-image: url(../images/MenuBg.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #C00;
}
.LeftMenu LI A {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFC;
	text-decoration: none;
	display: block;
	height: 15px;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
}
.LeftMenu LI:HOVER {
	color: #FFC;
	background-image: url(../images/MenuBgOver.jpg);
}
.SpryList {
	LIST-STYLE-TYPE: none;
	LIST-STYLE-IMAGE: none;
	margin: 0px;
	padding: 0px;
}
.SpryList LI {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4D3406;
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.SpryList LI A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4D3406;
	text-decoration: none;
	display: block;
	height: 17px;
	padding-left: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.SpryList LI:HOVER {
	color: #4D3406;
	background-color: #FFC;
	margin: 0px;
	padding: 0px;
}