.postTitle {
	color: #000000;
}

a, a:active, a:visited {
	color: #000000;
}

a:hover {
	color: #4b4b4b;
}
	
.contentBackground .sidebar {
	background-color: #000000;
	
}
    
/* Active Button Background */
#suckerfishnav .current_page_ancestor, #suckerfishnav .current_page_item {
	background-color: #000000;
}

/* Menu Hover */
#suckerfishnav li li:hover {
	background: #3b3b3b;
}

/* Dropdown Menu Background */
#suckerfishnav li:hover ul, #suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: #4b4b4b;
}

/* DROPDOWN Level 2 and above */
#suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	background: #626262;
}
