#mainnav {
	position: absolute; 
	top: 115px;
	left: 5px;  
	z-index: 500; 
	color: #999;
	background: transparent;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	font-family: Trebuchet MS, helvetica, verdana;
	float: left;
	list-style: none;
	line-height: 1em;
	color: #D5E7FA;;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 18px;
	color: #D5E7FA;
	background: transparent;
	/* background: url(line.jpg) no-repeat top right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;  
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #000033;
	background-color: #19344E;;
	margin: 0;
	
}

/* Feed only to mozilla */
html>body #nav li ul {
	filter: alpha(opacity=99);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	-moz-opacity: 0.99; opacity:0.99;
}

#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
	font-size: 11px; 
	font-weight: normal;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#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 {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #8B321F;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #688098;
	color: #fff;
}

#nav li span.childlist {
   float: right;
   margin-right: 12px;
   margin-top: -14px;
   position: relative;
}

/* Feed only to mozilla */
html>body #nav li span.childlist {
	float: right;
   margin-right: 12px;
   margin-top: -18px;
   position: relative;
}


/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #688098;
}
/* -------------------------- */



#textl {
font-size:11px; 
text-decoration:none;
color:#668b8b;
text-align:center;
}
