/* leftMenu - don't change any names*/
.leftmain {
	margin: 0px;
	padding: 0px;
}

.leftmenu {
	margin: 0px;
	padding: 0px;
	background: transparent;
	list-style-type: none;
	width: 180px;
	float: left; /* Contain floated list items */
}

.leftmenu li {
	margin-bottom: 2px;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

.leftmenu a {
	background-color: transparent;
	display: block; /* to increase clickable area as a's 
      default to inline */
	color: #FFF;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 1.5;
	border-bottom: 0px solid black;
}

.leftmenu a:hover {
	background: transparent;
	color: #ffcc00;
}

.leftmenuchoice{
	background: transparent;
}

.leftmenuchoice a {
	background-color: transparent;
	display: block; /* to increase clickable area as a's 
      default to inline */
	color: #ffcc00;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 1.5;
	border-bottom: 0px solid black;
}
