#navigation {
	height:27px;
	width:728px;
	background-color:#007650;
	}
	
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.topnav {
	width: 728px;
}

.topnavbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #007650;
	height: 21px;
	width:100px;
	display: inline;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
}

.topnavbuttonDD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #007650;
	height: 21px;
	width:100px;
	display: inline;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	text-indent:3px
}

.topnav a:link {
	color:#FFFFF;
}

.topnav A:hover {
	color: #000000;
	background-color: #00ABD6;
}



#nav, #nav ul { 
	 text-decoration:none;
	 padding:0px;
	 margin:0px;
	 list-style: none;
	}
	 
#nav a {
	display: block;
	width: 104px;
	color:#FFF;
	} 
	
#nav li {
	float: left;
	width: 104px;
	list-style: none;
	}

#nav li ul {     
	position: absolute;    
	width: 104px;     
	left: -999em;
	background-color: #F5DBA1;
	} 
	
#nav li:hover ul {     
	left: auto;
	}
	
/* This piece of code makes the menu not "Stick" in IE7 */
#nav li:hover, #nav li.hover {
    	position: static;
}

#nav li:hover ul, #nav li.sfhover ul {     
	left: auto;
	}
