P {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; margin: 0px;}
ul,ol,li, .list {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 13px;}
font {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
TD  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;;}
TH  {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}

H1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold;  margin: 0px; margin-bottom: 8px;}

.small {font-size: 7pt;}
.button {font-size: 8pt;}

A.none:active {color: black; font-weight: normal; text-decoration: none;}
A.none:link {color: black; font-weight: normal; text-decoration: none;}
A.none:visited {color: black; font-weight: normal; text-decoration: none;}
A.none:hover {color: gray; font-weight: normal; text-decoration: none;}

A.nonegray:active {color: gray; font-weight: normal; text-decoration: none;}
A.nonegray:link {color: gray; font-weight: normal; text-decoration: none;}
A.nonegray:visited {color: gray; font-weight: normal; text-decoration: none;}
A.nonegray:hover {color: gray; font-weight: normal; text-decoration: none;}

A:active {color: black; font-weight: normal; text-decoration: underline;}
a:link 	{color: black; font-weight: normal; text-decoration: underline;}
a:visited 	{color: black; font-weight: normal; text-decoration: underline;}
a:hover {color: gray; font-weight: normal; text-decoration: underline;}

.hidden {
	display: none;
}

#topNavContainer {
	width: 617px;
	height: 22px;
	background-color: #c90;
	border: solid 1px #000;
	overflow: hidden;
}

ul#topNav {
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 617px;
	height: 22px;
	background-color: #c90;
	list-style-type: none;
}

ul#topNav li {
	float: left;
	list-style-type: none;
	padding: 0;
}

ul#topNav li a {
	height: 22px;
	display: block;
}
/*
a.retro { width: 50px; background-image: url(../interface/nav/retro.gif); }
a.retroOn { width: 50px; background-image: url(../interface/nav/retro_on.gif); }
a.retro:hover { background-image: url(../interface/nav/retro_on.gif); }

a.motorcycle { width: 82px; background-image: url(../interface/nav/motorcycle.gif); }
a.motorcycleOn { width: 82px; background-image: url(../interface/nav/motorcycle_on.gif); }
a.motorcycle:hover { background-image: url(../interface/nav/motorcycle_on.gif); }

a.classics { width: 64px; background-image: url(../interface/nav/classics.gif); }
a.classicsOn { width: 64px; background-image: url(../interface/nav/classics_on.gif); }
a.classics:hover { background-image: url(../interface/nav/classics_on.gif); }

a.military { width: 62px; background-image: url(../interface/nav/military.gif); }
a.militaryOn { width: 62px; background-image: url(../interface/nav/military_on.gif); }
a.military:hover { background-image: url(../interface/nav/military_on.gif); }

a.wool { width: 43px; background-image: url(../interface/nav/wool.gif); }
a.woolOn { width: 43px; background-image: url(../interface/nav/wool_on.gif); }
a.wool:hover { background-image: url(../interface/nav/wool_on.gif); }

a.nylons { width: 54px; background-image: url(../interface/nav/nylons.gif); }
a.nylonsOn { width: 54px; background-image: url(../interface/nav/nylons_on.gif); }
a.nylons:hover { background-image: url(../interface/nav/nylons_on.gif); }

a.womens { width: 63px; background-image: url(../interface/nav/womens.gif); }
a.womensOn { width: 63px; background-image: url(../interface/nav/womens_on.gif); }
a.womens:hover { background-image: url(../interface/nav/womens_on.gif); }

a.lightweight { width: 83px; background-image: url(../interface/nav/lightweight.gif); }
a.lightweightOn { width: 83px; background-image: url(../interface/nav/lightweight_on.gif); }
a.lightweight:hover { background-image: url(../interface/nav/lightweight_on.gif); }

a.specials { width: 116px; background-image: url(../interface/nav/specials.gif); }
a.specialsOn { width: 116px; background-image: url(../interface/nav/specials_on.gif); }
a.specials:hover { background-image: url(../interface/nav/specials_on.gif); }
*/
ul#sideNav {
	margin: 0 0 3px 0;
	padding: 10px 0 3px 0;
	list-style: none;
	border: 1px solid #000;
	background-color: #666;
}
ul#sideNav li {
	list-style: none;
	margin: 0 10px 0 14px;
	padding: 0 0 8px 0;
}

ul#sideNav li a {
	font: 10px/10px Helvetica, Arial, Verdana, sans-serif !important;
	color: #ccc;
	text-decoration: none;

}
ul#sideNav li a:hover, ul#sideNav li a.active {
	color: #fff;
}
ul#sideNav li.back {
	text-align: right;
	padding-top: 7px;
}
ul#sideNav li.back a {
	font-size: 16px !important;
	color: #999;
	font-weight: bold !important;
	letter-spacing: -1px;
}
ul#sideNav li.back a:hover {
	color: #cc9900;
}
