/* CSS Document */

a.nav_mainfooter:visited {
	color: #333333;
	text-decoration: none;
}
a.nav_mainfooter:link {
	color: #333333;
	text-decoration: none;
}

a.nav_mainfooter:active {
	color: #333333;
	text-decoration: none;
}

a.nav_mainfooter:hover {
	color: #990000;
	text-decoration: none;
}

a.nav_maintop:visited {
	color: #333333;
	text-decoration: none;
}
a.nav_maintop:link {
	color: #333333;
	text-decoration: none;
}

a.nav_maintop:active {
	color: #333333;
	text-decoration: none;
}

a.nav_maintop:hover {
	color: #990000;
	text-decoration: underline;
}

a.nav_cpytext:visited {
	color: #666666;
	text-decoration: none;
}
a.nav_cpytext:link {
	color: #666666;
	text-decoration: none;
}

a.nav_cpytext:active {
	color: #666666;
	text-decoration: none;
}

a.nav_cpytext:hover {
	color: #990000;
	text-decoration: none;
}

a.nav_txt:visited {
	color: #666666;
	text-decoration: none;
}
a.nav_txt:link {
	color: #666666;
	text-decoration: none;
}

a.nav_txt:active {
	color: #666666;
	text-decoration: none;
}

a.nav_txt:hover {
	color: #990000;
	text-decoration: none;
}

a.nav_cat:visited {
	color: #333333;
	text-decoration: none;

	display: block;
	height: 20px;
}
a.nav_cat:link {
	color: #333333;
	text-decoration: none;

	display: block;
	height: 20px;
}

a.nav_cat:active {
	color: #333333;
	text-decoration: none;

	display: block;
	height: 20px;
}

a.nav_cat:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	border:1px solid #333333;
	display: block;
	height: 20px;
}

a.nav_prod:visited {
	color: #333333;
	text-decoration: none;
	display: block;
}
a.nav_prod:link {
	color: #333333;
	text-decoration: none;
	display: block;
}

a.nav_prod:active {
	color: #333333;
	text-decoration: none;
	display: block;
}

a.nav_prod:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
}

a.nav_pages:visited {
	color: #666666;
	text-decoration: none;
	display: block;
}
a.nav_pages:link {
	color: #666666;
	text-decoration: none;
	display: block;
}

a.nav_pages:active {
	color: #666666;
	text-decoration: none;
	display: block;
}

a.nav_pages:hover {
	color: #993300;
	text-decoration: underline;
	display: block;
}