a.nav, a.nav:link, a.nav:visited, a.nav:active {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a.nav:hover {
	color: #ffbb11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

font.sub-header {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;

}

.navigation {

	background-image: url(images/nav-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

.navigation-pad {

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;

}

.navigation-right {

	background-image: url(images/nav-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

.navigation-shadow {

	background-image: url(images/nav-shadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}

div.navigation-shadow-left {

	width: 1000px;
	height: 7px;
	background-image: url(images/nav-shadow-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

div.navigation-shadow-right {

	width: 1000px;
	height: 7px;
	background-image: url(images/nav-shadow-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
