* {padding:0; margin:0}

.dropdownwide {
	float:left;
	padding-right:0px;
	text-align: left;
}
.dropdownwide dt {
	width:132px;
	padding:0px;
	font-weight:bold;
	cursor:pointer;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #0067AD;
	border-right-color: #FFFFFF;
	border-bottom-color: #0067AD;
	border-left-color: #0067AD;
	text-transform: uppercase;
	background-image: url(../images/nav_bg_03.jpg);
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropdownwide dt:hover {
	background-image: url(../images/nav_over_03.jpg);
	color: #FFFFFF;
	text-align: center;
}
.dropdownwide dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	text-align: left;
	width: 175px;
}
.dropdownwide ul {
	list-style:none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: left;
}
.dropdownwide   .li {
	display:inline;
	font-size: 11px;
	text-align: left;
}
.dropdownwide a, .dropdownwide a:active, .dropdownwide a:visited {
	display:inline-block;
	color:#333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 145px;
	background-color: #eeeeee;
}
.dropdownwide a:hover {
	color:#FFFFFF;
	text-align: left;
	background-color: #0066AC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/nav_over_03.jpg);
	background-repeat: repeat-x;
}
.dropdownwide .underline {
	font-size: 11px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 25px;
	width: 145px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
