/* blue toolbar */
a {
	color: #F27D00;
	font-weight:bold;
}

a:hover {
	color: #144D2A;
	font-weight:bold;
}

#toolbar {
	background: url(../images/toolbar/blue/toolbar-bg.png) repeat-x;
}

.header-dark #nav li.active_menu a {
	background: url(../images/toolbar/blue/toolbar-orange.png) repeat-x;
}

.header-light #nav li.active_menu a {
	background: url(../images/toolbar/blue/toolbar-orange.png) repeat-x;
}


#nav {
	font-size: 10px;
	background: url(../images/toolbar/blue/toolbar-div.png) 0 0 no-repeat;
}

#nav li {
	background: url(../images/toolbar/blue/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color:#144D2A;
	background: url(../images/toolbar/blue/toolbar-orange.png) repeat-x;
}

/* dark/blue toolbar footer */
body.footer-dark #footer h3 {
	/*color: #5B95D0;*/
}
