﻿.wacnav_empty {}  /* Needed or first class won't render in Mozilla */

DIV.nav_subdiv {
	position: relative;
	height: 18px;
	padding: 0px;
}

DIV.nav_sub {
	position: absolute;
	height: 18px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	vertical-align: bottom;
	visibility: hidden;
}

DIV.nav_sub A:link {
	text-decoration: none;
	border: 0px;
	color: #222222;
}

DIV.nav_sub A:visited {
	text-decoration: none;
	border: 0px;
	color: #222222;
}

DIV.nav_sub A:active {
	text-decoration: none;
	border: 0px;
	color: #222222;
}

DIV.nav_sub A:hover {
	text-decoration: underline;
	border: 0px;
	color: #222222;
}

SPAN.nav_sub_bullet {
	margin: 0px 3px 0px 3px;
}


