/* rightMenu pubSys - don't change any names*/

a.rightmenu {
	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.rightmenu:hover {
	background: #4F4532;
	text-decoration: none;
}

a.rightmenuchoice {
	background: red;
	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.rightmenuchoice:hover {
	background: #99cc00;
	text-decoration: none;
}

li.rightmain {
	float: left; /* This corrects the */
	margin: 0;
	padding: 0;
	width: 100%; /* IE whitespace bug */
}

.padrightmenu{
	padding: 0px;
}

.rightmain {
	background: #6F6146;
	float: left; /* Contain floated list items */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

