
.navCell {
	font: 14px/18px arial, helvetica, sans-serif;
	clear:both;
	background-color: #0065BD;
	font-weight: bold;
	border: 1px solid #fff;
	display:block;
	overflow:hidden;
	padding-left: 10px;
}

.navCell a {
	font: 14px/18px arial, helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height:2em;
	width: 200px;
}

.navCell a:hover {
	opacity:0.6;
	filter:Alpha(opacity=60);
}

.navCellActive {
	clear:both;
	background-color:#EEAF30;
	border: 1px solid #fff;
	display:block;
	overflow:hidden;
	padding-left: 10px;
}

.navCellActive a {
	font: 14px/18px arial, helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width:200px;
	padding:10px;
    line-height:2em;
}


.childNavCell  {
	clear:both;
	border: 1px solid #fff;
	padding-left:20px;
	display:block;
	background-color:#efc885;
	overflow:hidden;
}

.childNavCell a {
	font: 12px/16px arial, helvetica, sans-serif;
	color: #013f76;
	font-weight: normal;
	text-decoration: none;
	width: 200px;
	line-height:2em;
}
.childNavCell a:hover {
	opacity:0.6;
	filter:Alpha(opacity=60);
}
