/* green toolbar */
a {
	color: #24B4DB;
	font-size: 12px;
}

a:hover {
	color: #940012;
}

#toolbar {
	background: url() repeat-x;
}

.header-dark #nav li.active_menu a {
	background: url() 50% 0 no-repeat;
}

.header-light #nav li.active_menu a {
	background: url() 50% 0 no-repeat;
}


#nav {
	background: url() 0 0 no-repeat;
}

#nav li {
	background: url() 100% 0 no-repeat;
}

#nav li a {
	font-size: 14px;
	color: #940012;
}

#nav a:hover {
	color: #24B4DB;
}

/* dark/green toolbar footer */
body.footer-dark #footer h3 {
	color: #24B4DB;
}
