@charset "UTF-8";
/* CSS Document */

.nav_on {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(/layout/images/subnav/on_bkg.gif);
	height: 15px;
	width: 160px;
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.nav_on a:link {
	color: #000000;
	text-decoration: none;
}
.nav_on a:visited {
	color: #000000;
	text-decoration: none;
}
.nav_on a:active {
	color: #000000;
	text-decoration: none;
}
.nav_on a:hover {
	color: #000000;
	text-decoration: none;
}
.nav_off {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	height: 15px;
	width: 160px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}
.nav_off a:link {
	color: #666666;
	text-decoration: none;
}
.nav_off a:visited {
	color: #666666;
	text-decoration: none;
}
.nav_off a:active {
	color: #666666;
	text-decoration: none;
}
.nav_off a:hover {
	color: #000000;
	text-decoration: none;
}
