.PrimaryMenu#LeftMenu 
{
	border-bottom: 6px solid #023568;
}

/* Stop all the default List styling */
.PrimaryMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

/* All anchor tags need to expand to the full width of the menu  */
.PrimaryMenu a 
{
	display: block;
	width: 160px;
	text-decoration: none !important;
	border: none;
	font-size: 0.9em;
	padding: 0.3em;
	border-bottom: 1px solid #fff;
}

/* Current link: White text, Dark blue background */
.PrimaryMenu ul li a.Current 
{
	color: #ffffff;
	background: #004095 url("/images/activeRollover.gif") no-repeat left top; 
}

/* Level 2: Navy text, Light blue   */
.PrimaryMenu ul li a 
{
	color:Navy;
	background: #f2f8dc url("/images/defaultRollover.gif") no-repeat left top;
	padding-left: 30px;
}

/* Level 3: Light blue background */
.PrimaryMenu ul ul ul li a
{
	background: #F2F8FF url("/images/ActiveRolloverSub.gif") no-repeat left top;
}


.PrimaryMenu ul li ul li ul li ul li a
{
	font-size: 0.8em;
}
