/* TOP NAVIGATION
----------------------------- */

#topnav {
	background: #c7cbd7 url('/images/header3a.jpg') no-repeat;
	font-size: 12px;
	height: 50px;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: relative;
	}

#topnav ul {
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 40px;
	}

#topnav li {
	background: url('/images/buttonleft1.gif') no-repeat left top;
	float: left;
	margin-left: 4px;
	padding: 0 0 0 1px; /* must be same width as your left image */
	}

#topnav a {
	background: url('/images/buttonright1.gif') no-repeat right top;
	color: #00f;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 8px 4px 6px;
	text-decoration: none;
	white-space: nowrap;
	text-transform:uppercase
	width: .1em;
	}

#topnav > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */

#topnav li:hover,
#topnav li:hover a,
#topnav a:hover {
	color:#333;
	}

/* MENU NAVIGATION
----------------------------- */

ul#nav, ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

ul#nav a {
	text-decoration: none;
	color: #ddd;
	}

ul#nav a:hover {
	color: #fdffb0;
	}

/* TOP-LEVEL LIST
----------------------------- */

ul#nav {
	font-size: 11px;
	font-weight: bold;
	}

ul#nav li
{
	background: url('/images/arrow-wht.gif') 139px center no-repeat;
	border-bottom: 1px solid #aaa;
	padding-right: 10px;
	position: relative;
	width: 139px;
}

ul#nav li a
{
  padding: 6px 0 6px 5px;
  display:block;
}

ul#nav li.nochild, ul#nav ul li, ul#nav li.selected {
	background-image: none;
	}

* html ul#nav li {
width: 139px;
}

/* SECOND-LEVEL LISTS
----------------------------- */

ul#nav li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 145px;
	border: 1px solid #aaa;
	font-weight: normal;
	background: #8c0000;
	z-index: 10;
	}

ul#nav ul li {
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 200px;
	padding: 0;
	}

ul#nav ul li.bottom {
	border-bottom: 0;
	}

/* selected section */
ul#nav li.selected ul {
	border: 0;
	display: block;
	position: relative;
	top:0;
	left:0;
	padding:1em 0;
	background: transparent;
	}

ul#nav li.selected ul li {
	border:0;
	width:100%;
	padding: .25em 0;
	}

/* lists nested under hovered list items */
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	}

ul#nav ul a {
	display: block;
	padding: 6px 5px 6px 10px;
	}

ul#nav ul a:hover {
	padding: 6px 5px;
	border-left: 5px #fff solid;
	}