a:link, a:visited {
	color: #0080ff;
}
#navcontainer #current { background-color: #9ac5e4; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#navcontainer #current:hover { color: #ffffff; background-color: #a7a9ac; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#navcontainer .currentAncestor { color: #ffffff; background-color: #a7a9ac; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }

#navcontainer a:hover { color: black; background-color: #a7a9ac; background-position: 0 0; }
#navcontainer ul ul #current { background-color: #a7a9ac; background-position: 0 0; }
#navcontainer ul ul { background-color: purple; }
#navcontainer ul ul .currentAncestor {
	background: #06f;
}

#navcontainer ul ul ul #current{
	background: #a7a9ac;
}

#navcontainer ul ul ul .currentAncestor {
	background: #96d8fd;
}

#navcontainer ul ul  ul ul #current{
	background: #ececec;
	color: #0092f9;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #ececec;
	color: #0092f9;
}

blockquote {
	background: #0092f9;
}

.blog-entry-title {
	color: #1e77d3;
}

.album-title {
	color: #1e77d3;
}
.movie-page-title {
	color: #1e77d3;
}