#utilities ul li.one a {
	background:#ef3f3e;
	border-bottom:solid 4px #ce3d3e;
}

#utilities ul li.one a:hover {
	background:#ce3d3e;
}

#utilities ul li.two a {
	background:#00386c;
	border-bottom: solid 4px #011f6c;
}

#utilities ul li.two a:hover {
	background:#011f6c;
}

#utilities ul li.three a {
	background:#ef3f3e;
	border-bottom:solid 4px #ce3d3e;
}

#utilities ul li.three a:hover {
	background:#ce3d3e;
}

#utilities ul li.four a {
	background:#00386c;
	border-bottom: solid 4px #011f6c;
}

#utilities ul li.four a:hover {
	background:#011f6c;
}

ul.dropdown a, ul.dropdown a:visited {
	color:#00386c;
} 

ul.dropdown a:hover, ul.dropdown a:active {
	color:#ef3f3e;
}

.sf-sub-indicator {
	background: url(../graphics/layout/arrows.png) no-repeat -10px -100px; 
}

#content .subnav dl dt a, #content .subnav dl dt a:visited {
	color:#00386c;
}

#content .subnav dl dt a:hover, #content .subnav dl dt.cur {
	color:#ef3f3e;
}

#content .subnav dl dt:hover, #content .subnav dl dt.cur {
	background: url(../graphics/layout/submenu-li-a.png) no-repeat;
}

a:link, a:visited {
	color:#ef3f3e;
}

h1, h2, h3, h4, h5, h6 {
	color:#00386c;
}


