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

#nav a {
	display: block;
	width: 89px;
	height: 58px;
	line-height: 1.4;
	overflow: hidden;
	padding: 10px;
	color: #78aacf;
	text-decoration: none;
	border-right: 1px solid #fff;
	background: #e4f2f7 url('/image/nav-bg.gif') repeat-x;
	}
#nav a strong {
	display: block;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	color: #f18f00;
	margin-bottom: 5px;
	}

#nav li { /* all list items */
	float: left;
	width: 110px;
	height: 89px;
	}

#nav a:hover {
	background: #d6e8f1 url('/image/nav-hover.gif') repeat-x;
	}
#nav li.active,
#nav li.open {
	background: url('/image/nav-active-arrow.gif') no-repeat center bottom;
	}
#nav li.active a,
#nav li.open a {
	background: #f18f00 url('/image/nav-active.gif') repeat-x;
	color: #ffffff;
	}
#nav li.active strong,
#nav li.open strong {
	font-style: italic;
	color: #ffffff;
	}

#nav ul {
	display: none;
	}



#subnav {
	background: #e4f2f7;
	margin-bottom: 60px;
	}
#subnav ul {
	margin: 0;
	padding: 5px 0px;
	list-style: none;
	}
#subnav ul ul {
	padding: 0px;
	display: none;
	visibility: hidden;
	}
#subnav ul li.active ul,
#subnav ul li.open ul {
	display: block;
	visibility: visible;
	}

#subnav li {
	padding-left: 20px;
	min-height: 18px;
	line-height: 18px;
	float: none;
	background: url('/image/arrow-subnav.gif') no-repeat 10px 7px;
	}
#subnav li a {
	text-decoration: none;
	}

#subnav li.active {
	background-image: url('/image/arrow-subnav-active.gif');
	}
#subnav li.active a {
	color: #f18f00;
	font-weight: bold;
	}
#subnav li.active li a {
	color: #444444;
	font-weight: normal;
	}
