ul.nav  {
	list-style:none;
}

ul.second_ul {
	list-style:none;
}	

ul.nav li.first {
	width: 150px;
	height: auto;
	padding: 3px 0;
}

ul.nav li.first a {
	width: 150px;
	height: auto;
	display: block;
	padding: 3px 5px 3px 15px;
	text-decoration: none;
	font: 10pt Arial;
	color: #000000;
	background-color: #ffffff;
}

ul.nav li.first:hover a {
	color: #ffffff;
	background-color: #98c4f4;
}

ul.nav li.first,li.second {
	width: 150px;
	height: auto;
	padding: 3px 0;
}

ul.nav li.first:hover a {
	color: #ffffff;
	background-color: #98c4f4;
}

li.first_active a {
	width: 150px;
	height: auto;
	display: block;
	padding: 3px 5px 3px 15px;
	color: white;
	background: #98c4f4;
}	


ul.second_ul a {
	width: 150px;
	height: auto;
	display: block;
	padding: 3px 5px 3px 25px;
	text-decoration: none;
	font: 10pt Arial;
	color: white;
	background: #98c4f4;
}

