
a:hover {
	color: #000000;
	text-decoration:underline;
}
.navbox {
	line-height:17pt;
	border-bottom: dashed 1px #ffffff;
	padding-left:10px;
	width:190px;
	height:25px;
	}
.navboxhover {
	line-height:17pt;
	border-bottom: dashed 1px #ffffff;
	padding-left:10px;
	width:190px;
	height:25px;
	background-color:#484848;
	cursor:hand;
	}
.navlink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
.navlink a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
