﻿/******************************************************************************
 * All Layout settings relating to the header
 ******************************************************************************/
#header
{
	height: 110px;
	background-color: #FFFFFF;
}
.nojs 
{
    background: url(/images/layout/sub-headers/learning/default-776x110.jpg) no-repeat;
}
#headerSectionB
{
	height: 93px;
}
#rightQuickLinks
{
    display: block;
}
#headerSectionC
{
	display: none;
}
#headerSectionD
{
	display: none;
}

ul 
{
	margin: 0;
	padding-top: 4px;
	padding-left: 25px;
	list-style: none;
}
ul li 
{
	padding: 0;
	margin: 0;
}
ul li a, 
ul li a:link
{
	text-decoration: none;	
	color: #3366cc;
	font-weight: bold;
	font-size: 11px;
}
ul li a:hover, 
ul li a:active
{
	color: #000000;
}

a#topnav-learning,
a#topnav-learning:link
{
    color: #669933;
	background-color: #eef2e2;
}
