#nav, #nav ul { /* all lists */
	padding: 0 0 0 11px; margin: 0; list-style: none; line-height: 1; }

#nav li { /* all list items */
	float: left; }

#nav li a { display : block; color : #fff; font-size: 10px; font-weight : bold; background-image: url(../images/arrow1.gif); background-repeat: no-repeat; background-position: left center; text-decoration: none; text-transform: uppercase; padding : 8px 12px; }
	
#nav li a:hover { color: #ccc; background-image: url(../images/arrow2.gif); background-repeat: no-repeat; background-position: left center; }
	
#nav li ul { /* second-level lists */
	position: absolute; background: #903; width: 10em; left: -999em; padding: 0; }

#nav li ul li a { width: 12em; display : block; color : #003054; font-size: 11px; font-weight : normal; line-height: 12px; text-decoration: none; background-color : #dee2e5; background-image: none; background-repeat: repeat-y; text-transform: none; padding : 0.25em 0.5em; border-color: #fff #fff #dee2e5 #dee2e5; border-style: solid; border-width: 1px; }
	
#nav li ul li a:hover { color: #fff; background-color : #903; background-image: none; }

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0 0 13em; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; }
	
#nav li:hover, #nav li.hover {
    position: static;
}

.nav1 a { width: 13.5em; }
.nav2 a { width: 12em; }
.nav3 a { width: 11.5em; }
.nav4 a { width: 10.5em; }
#leftcolumn ul { margin: 10px 0 0 20px; padding: 0; list-style-type: none; list-style-image: none; }
#leftcolumn ul li { color: #003054; font-size: 10px; font-weight: bold; text-transform: uppercase; }
#leftcolumn ul ul { margin: 0; padding: 0; }
#leftcolumn ul ul li { font-size: 11px; line-height:11px; font-weight: normal; text-transform: none; margin: 1px 0 6px 0; padding: 0 0 0 6px; background-image: url(../images/arrow4.gif); background-repeat: no-repeat; background-position: left top; }
#leftcolumn ul li a { color: #003054; }
#leftcolumn ul ul li a { color: #666; }
#leftcolumn a:hover { color: #903; }
#breadcrumbs a { color: #7895a3; font-size: 10px; font-weight: normal; }
#breadcrumbs a:hover { color: #003054; }