.dropdown3 {
	float:left;
	padding-right:0px;
	padding-top: 0px;
	border: 0px none;
	height: auto;
	width: auto;
	background-image: url(images/menubg3.jpg);
}
.dropdown3 dt {
	border:0px solid #9ac1c9;
	padding:0px;
	font-weight:bold;
	cursor:pointer;
	height: auto;
	width: auto;
	background-image: url(images/menubg3.jpg);
	background-repeat: no-repeat;
}
.dropdown3 dt:hover {}
.dropdown3 dd {
	position:absolute;
	overflow:hidden;
	display:none;
	opacity:0;
	background-image: url(images/menubg3.jpg);
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	margin-left: 0px;
	background-repeat: no-repeat;
	height: 33px;
}




.dropdown3 ul {
	list-style:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.dropdown3 li {display:inline}
.dropdown3 a, .dropdown a:active, .dropdown a:visited {
	display:inline;
	padding:0px;
	color:#ffffff;
	text-decoration:none;
	width:175px;
	height: auto;
}
.dropdown3 a:hover {color:#ffffff}
.dropdown3 .underline {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
