/* START dynamic navigation via css */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetca, sans-serif;
	font-size:12px;
	color:#9ECCF5;
	font-weight:bold;

	
	}
ul li {
	position: relative;

	}
li ul  {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
background-color:#85A6BC; /*fixes IE7 menu rollover bug*/
	}
ul li a, ul li a:ACTIVE, ul li a:LINK {
	display: block;
	text-decoration: none;
	color:#8ABEEA;
	padding: 5px;
	border-bottom: 0;
		
	}
ul li a:VISITED {
	display: block;
	text-decoration: none;
	color:#C2C2C1;
	padding: 5px;
	border-bottom: 0;
	}
ul li ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	color:#8ABEEA;
	padding: 5px;
	border: 1px solid #85A6BC;
	border-bottom: 1px solid #85A6BC;
	background: #106199;	
	
	}
ul li a:hover { color: #ffffff; } /* Hover Styles */
ul li ul li a:hover { background: #2E9CCD; } /* Hover Styles Sub Nav*/
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;	
	}
li:hover ul { display: block;}
li:hover ul, li.over ul { 
	display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* END dynamic navigation via css */