ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul li a {
	display: block;
	text-decoration: none;
	cursor: default;
	color: #777;
	background: transparent; /* IE6 Bug */
	padding: 12px 7px;
	border: 1px solid #cceeed;
	border-left: 1;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}

li li {
	float: none;
	position: relative;
	text-align: left;
	cursor: default;
    width: 18em;
	display: block;
	background: #FFFFFF; /* IE6 Bug */
	border: 1px solid #cceeed;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
}

li li a {
	float: none;
	position: relative;
	text-align: left;
	cursor: default;
    width: 18em;
	display: block;
	background: #1C3132; /* IE6 Bug */
	border: 1px solid #cceeed;
	border-left: 1;
	border-right: 1;
	border-bottom: 1;
	border-top: 0;
}

ul li a:hover { color: #FFFFFF; background: #cceeed; } /* Hover Styles */
		
li ul li a { padding: 2px 7px; } /* Sub Menu Styles */

#content {
	clear: left;
}

.mainnav {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 11px; color: #009999;} 
a.mainnav:link {color: #009999; text-decoration: none; font-style: normal} 
a.mainnav:visited {color: #009999; text-decoration: none} 
a.mainnav:active {color: #009999; text-decoration: none} 
a.mainnav:hover {color: #000000; text-decoration: none; font-style: normal;}

.mainnav2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: bold; font-size: 11px; color: #000000;} 
a.mainnav2:link {color: #000000; text-decoration: none; font-style: bold} 
a.mainnav2:visited {color: #000000; text-decoration: none} 
a.mainnav2:active {color: #000000; text-decoration: none} 
a.mainnav2:hover {color: #FFFFFF; text-decoration: none; font-style: bold;}

.mainnav3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 11px; color: #333333; background: #F3F2F2;} 
a.mainnav3:link {color: #333333; text-decoration: none} 
a.mainnav3:visited {color: #333333; text-decoration: none} 
a.mainnav3:active {color: #333333; text-decoration: none} 
a.mainnav3:hover {color: #333333; text-decoration: none; font-style: bold;}