.menuitem {
	width: 75px;
	float: left;
	text-align:center;
	border-left: solid 1px #94A0A9;
	min-height: 30px;
	max-height: 30px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

a:link {
	color: #94A0A9;
	text-decoration: none;
}

a:visited {
	color: #94A0A9;
	text-decoration: none;
}

a:hover {
	color: #E4750D;
	text-decoration: underline;
}

a:active {
	color: #005596;
	text-decoration: none;
}

#menu p {
	line-height: 1.35em;
}  

#menu table tr td { text-align:Center; border-left: solid 1px #94A0A9; padding: 0px 10px; }

#menu table tr td a:link, #menuitem a:visited, #menuitem a:active {
	color: #94A0A9;
	text-decoration: none;
}
