﻿* 
{
    list-style: none;
}
/* defining the menu container here */

#FooterMenu {
	/* border: 1px solid #bfbfbf; */
	position:relative;
	font: normal 1em/1.4 "helvetica neue", arial, helvetica, sans-serif;
	
	position: relative;
	font-size: 10pt;
	float: left;  
}
/* define the top level menu */
#FooterMenu ul
{
	float: left;
	margin-left: 1em;
	width: 650px;
	height: 2.625em;	 	
}
#FooterMenu ul li {
	float:left;
	xposition: relative; /* removed to push second menu all the way to the left; */
	/*margin-left:1em; */
    /* border-right: 1px solid #11312f;	*/
	
	padding-bottom: .1em;
	padding-left: .7em;
	padding-right: .4em;
	
	
}

#FooterMenu a.level1 {
	color: #11312f;
	text-decoration: none;
	font-weight:bold;
}

/* second level menu */
#FooterMenu ul.level2
{
	display: none;
}

/* third level menu */
#FooterMenu ul.level3
{
	
	display:none;
	
} 

