#home { padding-top: 13px; }

.PageTitle, #promo_headline { color: #004A8D;}

.secnav_roll, .secnav_current, .secnav_subtree_normal { background: #004A8D }
.secnav_subtree_roll, .secnav_subtree_current, .secnav_2_normal { background: #0065BF }
.secnav_subtree_normal, .secnav_subtree_roll, .secnav_subtree_current, .secnav_2_normal, .secnav_2_roll, .secnav_2_current { border-top: 1px solid #2863160 }

#nav a { background: url('../images/nav/nav_as.png') no-repeat; }

#nav {
	clear:both;
	margin-top:5px;
	padding-bottom:5px;
	height:32px;
	overflow-y:hidden;
	width:960px;
	padding:0px;
}

a#one { width: 160px; background-position: 0px 0px; }
a#two { width: 130px; background-position: -160px 0px; }
a#three { width: 180px; background-position: -290px 0px; }
a#four { width: 130px; background-position: -470px 0px; }
a#five { width: 130px; background-position: -600px 0px; }
a#six { width: 80px; background-position: -730px 0px; }
a#seven { width: 150px; background-position: -810px 0px; }

a#one:hover { width: 160px; background-position: 0px -32px; }
a#two:hover { width: 130px; background-position: -160px -32px; }
a#three:hover { width: 180px; background-position: -290px -32px; }
a#four:hover { width: 130px; background-position: -470px -32px; }
a#five:hover  { width: 130px; background-position: -600px -32px; }
a#six:hover { width: 80px; background-position: -730px -32px; }
a#seven:hover { width: 150px; background-position: -810px -32px; }

a#one.active { width: 160px; background-position: 0px -64px; }
a#two.active { width: 130px; background-position: -160px -64px; }
a#three.active { width: 180px; background-position: -290px -64px; }
a#four.active { width: 130px; background-position: -470px -64px; }
a#five.active { width: 130px; background-position: -600px -64px; }
a#six.active { width: 80px; background-position: -730px -64px; }
a#seven.active { width: 150px; background-position: -810px -64px; }

