.header h1 { 
	font:Georgia, "Times New Roman", Times, serif;
	color:#f0b302; }
	
.logo {
	background-image:url(../images/YellowTheme/logo.png);
	background-repeat:no-repeat;
	width:270px;
	height:56px;
	float:left;
	margin-left:15px;
	margin-top:-12px;
	
}
.ContentTop {
	background-image:url(../images/YellowTheme/YellowTop.png);
	background-repeat:no-repeat;
	width:900px;
	height:326px;
}
.ContentMiddle {
	background-image:url(../images/YellowTheme/YellowMiddle.png);
	background-repeat:repeat-y;
	width:900px;
}
.ContentBottom {
	background-image:url(../images/YellowTheme/YellowBottom.png);
	background-repeat:no-repeat;
	width:900px;
	height:24px;
}
a:link, a:visited { 
	text-decoration:none; 
	outline:none; 
	color:#efb402;
}

a:hover {
	text-decoration:none; 
	outline:none; 
	color:#666;
}
ul.dropdown li:hover > a.dir {
	display:block;
	height:25px;
	border-bottom:thick solid #efb402;

}

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