#HorizontalMenu
{
	margin: 0px;
	padding: 0px;
}
/*Modified by EP on 11/04/07 to reduce the right-hand side space from 141 to 71 px, allowing more items to be displayed
on the horizontal menu without invading the third column*/
#HorizontalMenu p
{
	font-weight: bold;
	margin: 0px;
	margin-left: 0px;
	padding: 5px 0px 0px 0px;
	text-align: left; 
}

#HorizontalMenu p a
{
	background-color: #E5E5E5;
	color: #3165B5;
	font-family: Verdana;
	font-size: 10px;
	margin: 0px;
	margin-right: 2px;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
}

#HorizontalMenu p a:hover
{
	background-color: #3164B5;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

#HorizontalMenu p a.Landed, #Horizontal p a.Landed:hover
{
	background-color: #3164B5;
	color: #FFFFFF;
}

#HorizontalMenu p.MenuHeader
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.NavHeading
{
	color: #3165B5;
}

.NavHeading2 {
	font-size: small;
	font-weight: bold;
}

.NavHeading3 {
	font-size: x-small;
	font-weight: bold;
}

.NavLabel
{
	font-size: small;
	font-weight: bold;
}

