TD.vMenuLink {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	padding : 0px 0px 0px 0px;
}

.nav2off {
	font-weight : bold;
	color : #333333;
	font-size : 10px;
	width : 149px;
}

.nav2on {
	font-weight : bold;
	color :#000000;
	font-size : 10px;
	width : 149px;
}

A.nav2off, A.nav2off:visited {
	border-bottom : 1px dotted #666666;
	text-decoration : none;
	padding : 5px 0px 5px 0px;
	padding-left: 15px;
}

A.nav2off:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

A.nav2on, A.nav2on:visited {
	border-bottom : 1px dotted #666666;
	padding : 5px 0px 5px 0px;
	text-decoration : none;
	background-image: url(images/bullet_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
