ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li  {
	float: left;
	position: relative;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
li ul {
	display: none;
 /* background-color: #D5F6FF;  */
	position: absolute;
	top: 18px;
	left: 0px;
	width: auto;
}
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: 16px;
	left: 0px;
}
li:hover ul, li.over ul {
	display: block;
	visibility: visible;
	position:absolute;
	z-index:1;
	height: auto;
	margin: 0;
	width: 107px;
	text-decoration: none;
}
li a:hover{
	background-color: #D5F6FF;
	text-decoration: none;
	height: auto;
}
#content {
	clear: left;
}
.topnv1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
	text-decoration: none;
	display: block;
	width: 42px;
	height: 18px;
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.topnv2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000066;
	display: block;
	width: 107px;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(imgs/navline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.topnv3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000066;
	display: block;
	width: 108px;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(imgs/navline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.topnv4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000066;
	display: block;
	width: 118px;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(imgs/navline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.topnv5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000066;
	display: block;
	width: 60px;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(imgs/navline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.topnv6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000066;
	display: block;
	width: 60px;
	height: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(imgs/navline.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.subnv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000066;
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 0px;
	width: 107px;
	height: 16px;
}