.header h1 { 
	font:Georgia, "Times New Roman", Times, serif;
	color:#8bc101; 
}
	
.logo {
	background-image:url(../images/GreenTheme/logo.png);
	background-repeat:no-repeat;
	width:270px;
	height:56px;
	float:left;
	margin-left:15px;
	margin-top:-12px;
	
}
.ContentTop {
	background-image:url(../images/GreenTheme/GreenTop.png);
	background-repeat:no-repeat;
	width:900px;
	height:326px;
	}
.ContentMiddle {
	background-image:url(../images/GreenTheme/GreenMiddle.png);
	background-repeat:repeat-y;
	width:900px;
	}
.ContentBottom {
	background-image:url(../images/GreenTheme/GreenBottom.png);
	background-repeat:no-repeat;
	width:900px;
	height:24px;
	}
a:link, a:visited { 
	text-decoration:none; 
	outline:none; 
	color:#a4cd01;
	}
	
a:hover {
	text-decoration:none; 
	outline:none; 
	color:#666;
	}
ul.dropdown li:hover > a.dir {
	display:block;
	height:25px;
	border-bottom:thick solid #a4cd01;

}

ul.dropdown ul a:hover {
	color:#a4cd01;
	}
