#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
font-size:0.88em;	
border-left: 1px solid black;
border-right:1px solid black;
}
/* -------------------------- */
/* Here are the top secondary navigation links */
#nav a {
	display: block;
	padding: 3px 15px;
	color: #000000;	
	background-color: #eeeeee;
	text-decoration: none;
	border: 1px solid black;
	font-size: 1.0em;
}


/*.menu a#one*/

#nav a.current  {
color: #009999;
}

/*
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1.0em;
	color: #ff0000;
}
*/
#nav li {
	float: left;
	padding: 0;
}

#nav li, #nav li li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #222266;
margin-left:-1px;
margin-right:-1px;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em; /* instead of display:none we just move this off the page */
	height: auto;
	width: 133px; 
	border: 1px solid #999;
	background-color: #ccc;
/*	margin: 138px 50px; /* determines the relative vertical position of the drop-down menu */
margin: -1px 0px;
}
#nav li li {
	padding: 0;
	width: 133px;
}
#nav li ul a {
	padding: 3px 15px;
/*	width: 120px; */
/*	* html width: 100px; */
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.dropover ul ul, #nav li.dropover ul ul ul {
	left: -999em; /* instead of display:none we just move this off the page */
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.dropover ul, #nav li li.dropover ul, #nav li li li.dropover ul {
	left: auto; /* now move it back onto the page */
}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown */
#nav li:hover a.one, #nav li.dropover a.one, a:hover
 {
	color: #fff;
	background-color: #009999; /* main menu background color on hover */
}




/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
font-size: 1.16em;
	color: #000;
}

#nav li ul.under a.current {
color: #009999;
}

#nav li ul.under a:hover, #nav li ul.under a.dropover {
	background: #009999; /* sub menu background color on hover */
	color: #fff;
}



/* -------------------------- */
#content {
	clear: left;
}
/* -------------------------- */