#nav   {
	float: left;
	list-style: none;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width:100%;
}
#nav ul   {
	float: left;
	list-style: none;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width:100%;
	background-color:none;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 5px;
	color: #FFFFFF; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}
#nav li {
	float: left;
	width: 11%;
	height: 36px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 145px;
	text-align: center;
	font-weight: normal;
	background-color: #4E9AEE;
	margin: 0;
	background-image: url(images/site/menu_drpdn.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	z-index: 999;
}
#nav li li {
	padding: 0;
	width: 145px;
	height:auto;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#nav li ul a {
	text-align:left;
	padding: 5px 10px;
	width: 145px;
	* html width: 100px;
	font-size: .8em;
}
/* 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-image: url(images/site/menu_hover.jpg);
	background-repeat: repeat-x;
}
/* -------------------------- */ 
/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background-image: none;
}
#nav li ul.under a:hover {
	color: #fff;
	background-color: 993300;
}
/* -------------------------- */
/* 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: #7294BA;
	z-index: 999;
}.border {
	border: 1px solid #000000;
	padding: 1px;
	margin: 8px;
}
