/* topMenu pubSys - don't change any names*/

a.topmenu {
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block; /* to increase clickable area as a's 
      default to inline */
	line-height: 1.5;
	padding: 0 4px;
	text-decoration: none;
}

a.topmenu:hover {
	background: #4F4532;
	text-decoration: none;
}

a.topmenuchoice {
	background: #EBC340;
	border-right: 1px solid #FFF;
	color: #FFF;
	display: block; /* to increase clickable area as a's 
      default to inline */
	line-height: 1.5;
	padding: 0 4px;
	text-decoration: none;
}

a.topmenuchoice:hover {
	background: #4F4532;
	text-decoration: none;
}

li.topmain {
	float: left; /* This corrects the */
	margin: 0;
	padding: 0;
	width: auto; /* IE whitespace bug */
}

.topmain {
	background: #6F6146;
	float: right; /* Contain floated list items */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.topmenuitem{
	border-bottom: 10px none red;
	border-left: 10px none #999999;
	border-right: 11px none red;
	border-top: 10px none red;
	text-align: left;
	width: 100%;
}

.topmenutable{
	background: transparent;
	border: 1px none #cc6633;
	color: black;
	width: 100%;
}

