#topnav, 
#topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	overflow: hidden
}

#topnav a { display: block; }

#topnav li { float: left; }

#topnav {
	z-index: 20;
	position: absolute;
	display: block;
	padding: 0;
}

#topnav li {
	width: 218px;
	margin: 0px 5px 0px 0px;
	background-color: #999;
}

#topnav li:hover {
	background-color: #00529c;
}

#topnav li a {
	color: #fff;
	padding: 2px 6px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

#topnav li a img {
	padding-top: 3px;
}

#topnav li a.active {
	background-color: #456582;
}

#topnav li a:hover, #topnav li a.active {
	color: #fff;
}

#topnav li li {
	background: transparent;
	border-top: 1px solid transparent;
	_border-top: 1px solid #fff;
	border-bottom: 1px solid transparent;
	_border-bottom: 1px solid #fff;
}

#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: 99;
}

#topnav li li a.child {
	padding-left: 10px;
	font-weight: normal;
}

#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 1px 10px;
}

#topnav li ul {
	height: 300px;
	border: 1px solid #666;
	border-width: 0 1px 1px;
	position: relative;
	width: 216px;
	background-color: #fff;
	z-index: 2;
	padding-top: 6px;
	display: none;
}

#topnav li:hover ul {
	display: block;
}

#topnav img {
	border: none;
}

#topnav li ul.menu1 {
	background: #fff url(../images/rollover_whoweare.jpg) bottom left no-repeat;
}

#topnav li ul.menu2 {
	background: #fff url(../images/rollover_green.jpg) bottom left no-repeat;
}

#topnav li ul.menu3 {
	background: #fff url(../images/rollover_companies.jpg) bottom left no-repeat;
}

#topnav li ul.menu4 {
	background: #fff url(../images/rollover_joinus.jpg) bottom left no-repeat;
}
