/* CSS Document */
/*MENU STUFF*/

/*
line-height set in #navholder ----- #nav a ---- #nav li ul a
1em --- 2.2em --- 1.2em respectively
line height NOT in #nav, #nav ul
*/


#navholder {
/*background-color:#364f4d;*/
color:#e7eef0;
width:100%;
height:1.1em;
border:none;
padding:0;
margin:0 0 8px 0;
text-align:center;
line-height:1em;
}
#nav, #nav ul {
list-style: none;
/*background-color:#364f4d;*/
color:#e7eef0;
padding:0;
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;
left:50%;
width:800px;
}

#nav li {
margin: 0 0 0 0;
padding: 0;
float: left;
}

#nav a {
display:inline;
	font-size:11px;
	text-decoration: none; 
	background-color:#364f4d;
	color:#e7eef0;
padding:0 12px 0 12px;
	margin:0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Monaco, "Myriad Roman", "Myriad Pro",  sansSerif, "Arial Narrow", sans-serif;
border-right: 1px solid #84b2bc;
line-height:2.2em;
} 

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 144px;
margin-top: 0px;
padding:1px;
border-top: 1px solid #84b2bc;
border-bottom: 1px solid #84b2bc;
border-left: 1px solid #84b2bc;
}

* html #nav li ul {
display:inline;
height:1%;
margin-top:1em;
margin-left:-6em;
}

*:first-child+html #nav li ul {
height:1%;
margin-top:1em;
margin-left:-5.5em;
}


#nav li li {
padding-right: 0;
}

#nav li ul a {
display:block;
width: 120px;
line-height:1.2em;
}

#nav li ul ul {
	/*margin: -1.4em 0 0 120px;*/
	margin: -.9em 0 0 142px;

}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav a.menuLink {
background-color:#364f4d;
color:#e7eef0;
background-position: center;

	}
#nav a.menuLink:link {
color:#e7eef0;
background-color:#364f4d;
	text-decoration: none;
	background-position: center;
	text-align: left;

	}
#nav a.menuLink:visited {
color:#e7eef0;
	text-decoration: none;
background-color:#364f4d;
text-align: left;

	}
#nav a.menuLink:hover {
	color: #364f4d;
	background-color:#84b2bc;
	text-decoration: none;
	background-position: center;

	}
#nav a.menuLink:active {
color:#e7eef0;
	text-decoration: none;
	background-color: #364f4d;
	}

