/*Menu*/
/*header controls*/

	
#header {
  	background-color: #ffffff;
  	border-bottom: solid 0px #ffffff; /* Sets the bottom border properties for an element using shorthand notation */
  	font-size: 10px;
  	font-weight: bold;
  	line-height: 15px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

#headerLogo{
	margin-left: 8px;
	margin-top: 0;
	padding-left: 2px;
	}
#headerTopLine{
	margin-right: 10px;
	margin-top: 0px;
	text-align: right;
	padding-top: 20px;
	padding-right: 6px;
	}
#header img{
	border: 0px;
	}	
	
	
	
/*Menu Controls*/
#headerDropdown {
	margin-left: auto;
    margin-right: auto;
	width : 800px;
	height : 50px;
	background: url(../images/header-box2.jpg) no-repeat center;
	color : White;
	font-family: Arial, Helvetica, sans-serif; 
	text-align : center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;	
	padding-left: 0px;
	text-decoration: none;
	}

	
	
#nav, #nav ul  {
	/* all lists */
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 10px;	
	padding-left: 10px;
	margin : auto;
	list-style : none;
	line-height : 15px;
	color : #ffffff;
	}

#nav a  {
	display : block;
	width : 9em;
	color: white;
	}

a.more {
	background: url(../images/morearrow.gif) center right no-repeat;
	}
	
	
	
#nav li ul a {
	display : block;
	width : 9em;
	color: black;
	}

	
#nav li  {
	/* all list items */
	float : left;
	width : 11em;
	}

#nav li ul  {
	/* second-level lists */
	padding-top: 10px;
	position : absolute;
	border-style: groove;
	border-color: #2E5EA8;
	background : #cccccc;
	width : 9em;
	left : -999em;
	text-align : left;
	}
	

#nav li ul ul  {
	/* third-and-above-level lists */
	margin : -1em 0 0 8em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul  {
	left : -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul  {
	/* lists nested under hovered list items */
	left : auto;
	}

