
/* ********************** subnavbar navigation styles ********************** */
table#subnavbar{
	height: 16px;
	}
table#subnavbar td {
	font: normal 10px "lucida grande", arial, geneva, helvetica, sans-serif;
	}
table#subnavbar td a {
	display: block;
	width: inherit;
	height: inherit;
	text-decoration: none;
	color: #000;
	}
#subnavbar td a:link, #subnavbar td a:visited {
	color: #000;
	width: inherit;
	height: inherit;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 7px;
	border-right: 1px solid #DEBD52;
	}
#subnavbar td a:hover {
	color: #FF9900;
	width: inherit;
	height: inherit;
	}

#subnavbar #OnItem a:link, #subnavbar #OnItem a:visited, #subnavbar #OnItem a:hover, #subnavbar #OnItem a:active {
	color: #4371ac;
	width: inherit;
	height: inherit;
	font-weight: bold;
}

