.dropdown {float:left; padding-right:5px; }
.dropdown dt {
	font-size: 13px;
	color: #343402;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 800;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.dropdown .ddstyle {
	font-size: 11px;
	background-color: #8BB4B1;
	line-height: 20px;
	background-image: url(../images/bottomshadow2.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
}


.dropdown .dd1 {
	position:absolute;
	top:143px;
	left:0px;
	overflow:hidden;
	width:1000px;
	display:none;
	z-index:200;
	opacity:0;
}

.dropdown .dd2 {
	position:absolute;
	top:143px;
	left:0px;
	overflow:hidden;
	width:1000px;
	display:none;
	z-index:200;
	opacity:0;
	
}

.dropdown .dd3 {
	position:absolute;
	top:143px;
	left:0px;
	overflow:hidden;
	width:1000px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown a{
	color: #343402;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana;
	padding-bottom: 15px;
}
.dropdown a:hover{color:#B3D96E;}
.dropdown li {display:inline; float:left;}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


