* {padding:0; margin:0}

.dropdown {
	float:left;
	padding-right:0px;
	text-align: left;
}
.dropdown dt {
	width:118px;
	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_03.jpg);
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropdown dt:hover {
	background-image: url(../images/nav_over_03.jpg);
	color: #FFFFFF;
	text-align: center;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	text-align: left;
	width: 175px;
}
.dropdown 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;
}
.dropdown   .li {
	display:inline;
	font-size: 11px;
	text-align: left;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display: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;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 25px;
	width: 145px;
	display: block;
	background-color: #EEEEEE;
}
.dropdown a:hover {
	color:#FFFFFF;
	text-align: left;
	background-color: #0067AD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(../images/nav_over_03.jpg);
	background-repeat: repeat-x;
}
.dropdown .underline {
	font-size: 11px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 25px;
	width: 145px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h6 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 120px;
	text-align: left;
	line-height: 16px;
	margin: 0px;
}
