.header h1 { 


	color:#1bc2e6;
}
.logo {
	background-image:url(../images/BlueTheme/logo.png);
	background-repeat:no-repeat;
	width:270px;
	height:56px;
	float:left;
	margin-left:15px;
	margin-top:-12px;
	
}

.ContentTop {
	background-image:url(../images/BlueTheme/BlueTop.png);
	background-repeat:no-repeat;
	width:900px;
	height:326px;
}
.ContentMiddle {
	background-image:url(../images/BlueTheme/BlueMiddle.png);
	background-repeat:repeat-y;
	width:900px;
}
.ContentBottom {
	background-image:url(../images/BlueTheme/BlueBottom.png);
	background-repeat:no-repeat;
	width:900px;
	height:24px;
}
a:link, a:visited { 
	text-decoration:none; 
	outline:none; 
	color:#31dcf8;
}

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

}

ul.dropdown ul a:hover {
	color:#31dcf8;
	}

