

div#nav {
	width: 252px;
}

div#nav ul {
	width: 252px;
	list-style: none;
	margin: 0;
}

div#nav li {
	
}

div#nav li a {
	display: block;
	color: #30719A;
	
	font-weight: 700;
	text-decoration: none;
}

div#nav li a:hover {
	text-decoration: underline;
}



div#nav li a.bgfx, div#nav li a.bgfx .bgfx1 {
	width: 252px;
	height: 66px;
}

div#nav li a.bgfx:hover .bgfx1            { background-position: 0 -66px; }
div#nav li.selected a.bgfx .bgfx1         { background-position: 0 -132px; }
div#nav li.selected a.bgfx:hover .bgfx1   { background-position: 0 100%; }
div#nav li.selected a.bgfx.current .bgfx1 { background-position: 0 100%; }




div#nav li ul {
	display: none;
}

div#nav li.selected ul {
	display: block;
}


div#nav li.selected {
	background: #E8F0F3 url(../shell/nav_tier1_bg_middle.gif) no-repeat 0 0;
}

div#nav li.selected a {
	background-color: #E8F0F3;
}

div#nav li.selected a.current {
	color: #fff;
	background-color: #3CA4D4;
}

div#nav li.selected li {
	background: none;
}

div#nav li.selected ul {
	padding-bottom: 16px;
	background: url(../shell/nav_tier1_bg_bottom.gif) no-repeat 0 100%;
}

div#nav li.selected li a {
	display: inline;
	margin-left: 20px;
	height: auto;
	color: #30719A;
	background-color: #E8F0F3;
	border-top: 1px solid #E5E5E5;
}

div#nav li.selected li.last a {
	border-bottom: 1px solid #E5E5E5;
}




div#nav li.selected li a.bgfx, div#nav li.selected li a.bgfx .bgfx1 {
	display: block;
	width: 212px;
	height: 23px;
}

div#nav li.selected li a.bgfx .bgfx1                { background-position: 0 0; }
div#nav li.selected li a.bgfx:hover .bgfx1          { background-position: 0 -23px; }
div#nav li.selected li.selected a.bgfx .bgfx1       { background-position: 0 -46px; }
div#nav li.selected li.selected a.bgfx:hover .bgfx1 { background-position: 0 100%; }








div#nav_other {
	display: inline;
	float: right;
	margin-right: 19px;
	width: 400px;
	margin-top: 23px;
}

div#nav_other ul {
	list-style: none;
	margin: 0;
}

div#nav_other li {
	display: inline;
	float: right;
	margin-left: 6px;
}




div#nav_other a.bgfx, div#nav_other a.bgfx .bgfx1 {
	display: block;
	width: 115px;
	height: 29px;
}

div#nav_other a.bgfx:hover .bgfx1         { background-position: 0 -29px; }
div#nav_other a.bgfx.current .bgfx1       { background-position: 0 -58px; }
div#nav_other a.bgfx.current:hover .bgfx1 { background-position: 0 100%; }






div#nav_home {
	clear: right;
	display: inline;
	float: right;
	margin-top: 6px;
	margin-right: 26px;
}

div#nav_home a {
	font-size: 80%;
	font-weight: 700;
	background: url(../shell/caret_left_blue.gif) no-repeat 0 72%;
	padding: 0 0 0 8px;
}

body.home div#nav_home {
	display: none;
}

div#nav_other {
}
