/* leftMenu - don't change any names*/

a.leftmenu {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block; /* to increase clickable area as a's 
      default to inline */
	line-height: 2.5;
	padding: 0 15px;
	text-decoration: none;
}

a.leftmenu:hover {
	background: #4F4532;
	text-decoration: none;
}

a.leftmenuchoice {
	background: #EBC340;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block; /* to increase clickable area as a's 
      default to inline */
	line-height: 2.5;
	padding: 0 15px;
	text-decoration: none;
}

a.leftmenuchoice:hover {
	background: #4F4532;
	text-decoration: none;
}

li.leftmain {
	float: left; /* This corrects the */
	margin: 0;
	padding: 0;
	width: 100%; /* IE whitespace bug */
}

.leftmain {
	background: #6F6146;
	float: left; /* Contain floated list items */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.padleftmenu{
	padding: 1px;
}

