/* navigation */

#nav {
	/* position:relative; */
	/* height:31px; */
	/*
	border-bottom:1px solid #002b57;
	margin-bottom:0px;
	background-color:#fff;
	*/
}

#nav ul  {
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	bottom:0px;
	left:47px;
}

#nav ul li {
	float:left;
	margin:0 0 0 3px;
	padding:0;
	list-style:none;
}

#nav ul a {
	display:block;
	color: #fff;
	border:1px solid #c47b11;
	border-bottom:none;
	background:url(../images/nav_bkgd.png) center left repeat-x #c47b11;
	text-decoration: none;
	padding: 0.3em 0.6em;
	font-size:12px;
	/* rounded corners */
	border-top-right-radius:0.6em;
	/*-moz-border-radius-topright:0.8em;*/
	-webkit-border-top-right-radius:0.6em;
	border-top-left-radius:0.6em;
	/*-moz-border-radius-topleft:0.8em;*/
	-webkit-border-top-left-radius:0.6em;
}

#nav ul li a.selectedNav {
	background:url(../images/nav_bkgd_on.png) center left repeat-x #c47b11;
	color:#fff;
	border-color:#002b57;
	text-decoration:none;
}

#nav ul li a:hover {
	background:url(../images/nav_bkgd_on.png) center left repeat-x #c47b11;
	color:#fff;
	border-color:#002b57;
}

/* /navigation */

/* subnavigation */

#subnav ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size:small;
}

#subnav li {
	font-size:9pt;
	display: inline;
	list-style-type: none;
}

#subnav a {
	padding: 3px 10px;
}

#subnav a:hover {
	text-decoration: none;
	border-bottom:1px dotted #c47b11;
}

#subnav span {
	padding: 3px 10px;
	color: #c47b11;
	text-decoration: none;
	font-weight:bold;
	border-bottom:1px solid #c47b11;
}

/* /subnavigation */