/* MenuLeft */
.bgMenuLeftLI {
	background-image: url('/images/dotLeftMenu.gif');	
	background-repeat: no-repeat;
	background-position:center;
	background-position:right 0px;
}

.bgMenuLeftLISelected {
	background-image: url('/images/dotLeftMenu.gif');	
	background-repeat: no-repeat;
	background-position:center;
	background-position:right 0px;
}

.bgMenuLeftSubLI {
	background-image: url('/images/dotLeftMenu.gif');	
	background-repeat: no-repeat;
	background-position:center;
	background-position:right 0px;
}

.bgMenuLeftSubLISelected {
	background-image: url('/images/dotLeftMenu.gif');	
	background-repeat: no-repeat;
	background-position:right 0px;
}

a.aMenuLeft {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#660000;
	font-size:11px;
}
a.aMenuLeft:link, a.aMenuLeft:visited {
	color:#660000;
	text-decoration:none;
}
a.aMenuLeft:hover{
	color:#660000;
	text-decoration:none;
}

.whMenuLeftLI {
	width:10px;
	height:12px;
}
.whMenuLeftSubLI {
	width:25px;
	height:12px;
}

.hLeftMenuItemSpacer {
	height:5px;
}
