#topnav {
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	margin-top: 87px;
	width: 980px;
	height: 43px;
	bottom: 0px;
	left: 0px;
}

#topnav ul {
	width: 980px;
	list-style: none;
}

#topnav a {
	display: block;
	_display: inline;
}

#topnav li {
	float: left;
	position: relative;
}

#topnav li:hover {
	background-color: #00529c;
}

#topnav li a {
	height: 40px;
	>height: 35px;
	line-height: 40px;
	>line-height: 35px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px 3px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial", "Liberation Sans", sans-serif;
	background: transparent url(../img/design/menu.png) top right no-repeat;
}

#topnav li a img {
	padding-top: 3px;
}

#topnav li a:hover, #topnav li a.active {
	color: #fff;
}

#topnav li div {
	background: #fff url(../img/design/here.gif) top left no-repeat;
	padding-top: 8px;
	display: none;
	border: 1px solid #666;
	position: absolute;
	top: 40px;
	>top: 38px;
	_top: 35px;
	left: 0px;
	z-index: 10000;
}

#topnav li ul {
	height: 230px;
	width: 178px;
	border-width: 0 1px 1px;
	z-index: 10000;
	display: none;
}

#topnav li li {
	width: 178px;
	background: transparent;
	border-top: 1px solid transparent;
	_border-top: 1px solid #fff;
	border-bottom: 1px solid transparent;
	_border-bottom: 1px solid #fff;
	position: relative;
}

#topnav li li a {
	font-size: 12px;
	margin-left: 0;
	background: transparent;
	color: #666;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	padding: 1px 6px;
	border: none;
	height: auto;
	line-height: normal;
	z-index: 9999;
}

#topnav li li:hover {
	background: #fff;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

#topnav li li a:hover {
	color: #036;
	padding: 1px 6px;
}

#topnav ul li:hover ul, #topnav ul li:hover div, #topnav ul ul li:hover ul {
	display: block;
}

#topnav img {
	border: none;
}

#menu1 ul { background: #fff url(../img/design/drop1.png) bottom left no-repeat; }

#menu2 ul { background: #fff url(../img/design/drop2.png) bottom left no-repeat; }

#menu3 { margin-left: 6px; }
#menu3 ul { background: #fff url(../img/design/drop3.png) bottom left no-repeat; }

#menu4 { margin-left: 25px; }
#menu4 ul { background: #fff url(../img/design/drop4.png) bottom left no-repeat; }

#menu5 { margin-left: -25px; }
#menu5 ul { background: #fff url(../img/design/drop5.png) bottom left no-repeat; }

#menu6 ul { background: #fff url(../img/design/drop6.png) bottom left no-repeat; }

#menu7 ul { background: #fff url(../img/design/drop7.png) bottom left no-repeat; }

#topnav li:hover ul ul { 
	display: none;
}

#topnav li li ul {
	position: absolute;
	float: left;
	top: 0px;
	left: 178px;
	height: auto;
	background: #fff none;
	border: 1px solid #666;
}

