ul#menuLeft, ul#menuLeft ul {
  list-style-type:none;
  width: 20em;
}

ul#menuLeft a {
	font: bold 14px/41px Trebuchet MS,sans-serif;
	color: #636566;
  display: block;
  text-decoration: none;	
}

ul#menuLeft li {
	border-bottom: 1px dashed #cfcfd8;
}
	
ul#menuLeft li.selected {
	background: url('../images/menu_item_selected.gif') no-repeat;
	color: #FFFFFF;
	}
	
ul#menuLeft li.selected div {
	font: bold 14px/41px Trebuchet MS,sans-serif;
	color: #636566;
  text-decoration: none;
  padding-left: 40px;
	}

ul#menuLeft li a {
	background: url('../images/menu_left_bullet.gif') no-repeat 10px 50%;
  padding-left: 40px;
}

ul#menuLeft li a:hover {
  background: #8CD600 url('../images/bullet_sel.gif') no-repeat 10px 7px;
}

ul#menuLeft li ul li a {
	padding: 10px 0px 10px 60px;
	background: none;
	font: bold 14px/21px Trebuchet MS,sans-serif;
	color: #636566;
}

ul#menuLeft li ul li a:hover {
  background: #8CD600;
  padding-left: 60px;
}

.selectedItem {
  background: #8CD600 url('../images/sub_bullet_sel.gif') no-repeat 10px 7px;
	}
	
.subItems {
	background: #FFFFFF url('../images/sub_bullet.gif') no-repeat 10px 7px;
	}