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: 18px;
	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;
	color: #777777;
	background: transparent; /* IE6 Bug */
	padding: 3px 22px;
	/*border: 1px solid #cccccc; */
	border-left: 0;
	border-right: 1;
	border-bottom: 0;
	border-top: 0;
}

li li {
	float: none;
	position: relative;
	text-align: left;
	cursor: default;
    width: 14em;
	display: block;
	background: #092649; /* IE6 Bug */
	border: 1px solid #cccccc;
	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: 16em;
	display: block;
	background: #092649; /* IE6 Bug */
	border: 1px solid #234773;
	border-left: 0;
	border-right: 0;
	border-bottom: 1;
	border-top: 0;
}

ul li a:hover { color: #FFCC00; } /* Hover Styles */
		
li ul li a { padding: 3px 9px; } /* Sub Menu Styles */

#content {
	clear: left;
}

.mainnav {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: bold; font-size: 10px; color: #000000;} 
a.mainnav:link {color: #000000; text-decoration: none; font-style: bold} 
a.mainnav:visited {color: #000000; text-decoration: none; font-style: bold} 
a.mainnav:active {color: #000000; text-decoration: none; font-style: bold} 
a.mainnav:hover {color: #ffffff; text-decoration: none; font-style: bold;}

.mainnav2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: bold; font-size: 14px; color: #FFFFFF;} 
a.mainnav2:link {color: #FFFFFF; text-decoration: none; font-style: bold} 
a.mainnav2:visited {color: #FFFFFF; text-decoration: none; font-style: bold} 
a.mainnav2:active {color: #FFEE00; text-decoration: none; font-style: bold} 
a.mainnav2:hover {color: #FFCC00; 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;}