.navCell{
	background-color: rgb(51, 102, 153); 
	vertical-align: top; 
	border-bottom: 1px solid rgb(102, 153, 255);
	padding:5px;
}

.navCell a{
	padding: 5px 5px 5px 5px; 
	display: block;  
	color: rgb(184, 204, 245); 
		font-size: 12px; text-decoration: none; 
}

.navCell a:hover, .navCell A.pseudoHover {
	background-color: rgb(205, 224, 254); 
	color: rgb(0, 0, 153); 
}



#navCurrent A {
	background-color: rgb(205, 224, 254);  
	color: rgb(0, 0, 153); 
} 


DIV.subMenuDiv {
	position:absolute; 
	visibility:hidden;
	border:1px solid #000055;
	background-color:#cce0ff;
}

DIV.subMenuDiv A {
	display:block;
	font-size:12px; 
	color:#333366;
	text-decoration:none;
	padding:2px 8px 2px 8px;
}

DIV.subMenuDiv A:hover {
	color:#ffffff;
	background-color:rgb(51, 102, 153);
}
