a:link, a:visited { color: #0c108b; }

#navcontainer #current {
	background: url(../../images/green/button_over.png) repeat-x left top;
}

#navcontainer #current:hover { background-image: url(../../images/sub_button_over.png); }

#navcontainer .currentAncestor { background-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; }

#navcontainer a:hover {
	background: url(../../images/green/button_over.png) repeat-x left top;
}

#navcontainer ul ul { background-image: url(../../images/sub_button_over.png); border-bottom: 3px solid #8ecf0b; }

#navcontainer ul ul a:hover{
	color: #8ecf0b;
}

#navcontainer ul ul .currentAncestor {
	color: #8ecf0b;
	background: url(../../images/sub_button.png);
}

html>body #navcontainer ul ul .currentAncestor {
	background: repeat url(../../images/sub_button_trans.png);
}

.blog-entry-title {
	color: #313534;
}

.blog-entry-date {
	color: #b3b3b3;
}
