
#leftDiv {
	font-family:	 Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: 170px;
}

#leftDiv a {
	text-decoration: none;
	color: #000000;
}

#leftDiv a:hover {
	font-weight: bold;
	color: #FF0000;
}

#leftDiv .menuTitle {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px dashed #999999;
	padding-bottom:	1px;

}

#leftDiv .subMenu {
	line-height:	 16px;
	color: #000000;
	font-size: 11px;
/*	text-transform: capitalize;	*/
	display: block;
	padding-left:	5px;
	padding-bottom:	5px;
}

#leftDiv ul {
	padding:	0;
	margin:	0;
}

.selectedLeftMenu {
	font-weight: bold;
	color: blue;
	background-color:	yellow;
}