#FooterMenu, #LogonMenu
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

#FooterMenu li, #LogonMenu li
{
	display: inline;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 4px;
	border-right: solid 1px #aaa;
}

#FooterMenu li.LastItem, #LogonMenu li.LastItem
{
	border-right: 0px;
	padding-right: 0px;
}

/* Main list menu */
/*--------------------------------------------------------------*/

#MenuColumn ul
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#MenuColumn ul a
{
	display: block;
	padding: 3px 5px;
	border-top: 1px solid  #FFCC00;
	background-color: #FFFAE5;
	text-decoration: none;
	color: #000;
	
	width: 150px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
}

html>body #MenuColumn ul a
{
	width: 140px; 
}

#MenuColumn ul a:hover
{
	color: #000;
	background-color: #FFE680;
	text-decoration: none;
}

#MenuColumn ul ul
{
	margin: 0px;
	padding: 0px;
}

#MenuColumn ul ul a
{
	display: block;
	background: url('../Images/menuarrow.gif') no-repeat #FFF1B7;
	padding: 2px 4px 2px 14px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size:10px;
	border-top:none;
	border-bottom:1px solid #FFF;

	width: 140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 132px;
}

html>body #MenuColumn ul ul a
{
	width: 132px; 
}

#MenuColumn .Highlighted
{
	background-color: #FFCC02;
	color: #000;
	text-decoration: none;
}
/*
** DPA Change Made 8 June 2006 : OS & AT
** Need to give the DPA prompts longer
*/
form .DPALabel
{
	float: left;
	width: 300px;
}
/*
** DPA Code End
*/

