/* subMenu pubSys - don't change any names*/
.submain {
	background: transparent;
	float: left; /* Contain floated list items */
	list-style-type: none;
	margin: auto;
		margin-left: 24px;
	padding: 0;
	width: auto;
}

a.submenu {
	background: transparent;
	border-right: 1px solid #999999;
	color: #02DE98;
	display: block; /* to increase clickable area as a's 
      default to inline */
	font-size: 12px;
	line-height: 12px;
	padding: 0 4px;
	text-decoration: underline;
}

a.submenuchoice {
	background: transparent;
	border-right: 1px solid #999999;
	color: #FFF;
	display: block; /* to increase clickable area as a's 
      default to inline */
	font-size: 12px;
	line-height: 12px;
	padding: 0 4px;
	text-decoration: none;
}

li.submain {
	float: left; /* This corrects the */
	margin: 0;
	padding: 0px;
	width: auto; /* IE whitespace bug */
}

a.submenu:hover {
	background: transparent;
	font-size: 12px;
	text-decoration: none;
		color: #FFF;
}

a.submenuchoice:hover {
	background: transparent;
	font-size: 12px;
	text-decoration: none;
}
