body{
	background-image:url(../images/blue-bg.png);
	
}
.ddsmoothmenu{
	
	border-bottom-color: #00aeff;
}
.content a {
	color:#00aeff;
}
.content a:hover{
	text-decoration:none;
}
.content a:visited{
	color:#006898;
}

h1,h2,h3,h4,h5,h6{
	color:#00aeff;
}

.ddsmoothmenu ul li a:hover{
	background-color:#00aeff;
}
.active{
	background-color:#00aeff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #00aeff;
color:#fff;
}
.ddsmoothmenu ul ul {
	border-bottom:10px #00aeff solid ;
}
.ddsmoothmenu ul li ul{
background: #00aeff;
color:#000;
}
