/* CSS Document */
#navcontainer ul
{
	list-style-type: none;
	background-color: #9CA67D;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

li a:link
{
	text-decoration: none;
	color: #515642;
	padding-right: 15px;
	padding-left: 15px;
}

li a:visited
{
	text-decoration: none;
	color: #515642;
	padding-right: 15px;
	padding-left: 15px;
}

li a:hover
{
color: #FF3300;
}
.prev {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.prev a:link {
text-decoration: none; color: #000000}
.prev a:visited {
text-decoration: none; color: #000000}
.prev a:hover {
	text-decoration: none;
	color: #FF6600;
}
.prev a:active {
text-decoration: none}

.next {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
.next a:link {
text-decoration: none; color: #000000}
.next a:visited {
text-decoration: none; color: #000000}
.next a:hover {
	text-decoration: none;
	color: #FF6600;
}
.next a:active {
text-decoration: none}

.logoVertBack {
	background-image: url(/imgs/nav/fiz.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.logoVertBackCurly {
	background-image: url(/imgs/hummer_curly.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navStrip {
	background-image: url(/imgs/nav/nav_strip.gif);
	background-repeat: repeat-x;
}
.navShimTop {
	background-color: #E5E5E5;
	height: 21px;
}
.navShimBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	height: 29px;
	background-image: url(/imgs/nav/cap_R-patch.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.navSubBox1 {
	width:auto;
	margin:0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADABF;
		}
.navSub {
	font-family: Verdana, sans-serif;
	background-image: url(/imgs/arro1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 20px;
}

