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

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

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

#navcontainer a:hover { background-color: maroon; background-position: 0 0; }

#navcontainer ul ul #current{ background-color: maroon; background-position: 0 0; }

#navcontainer ul ul .currentAncestor {
	background: #ba0000;
}

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

#navcontainer ul ul ul .currentAncestor {
	background: #de2a2a;
}

#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;
}