
#menu-hoverMenu-container
{
	position: relative; 
	font-family: verdana; 
	font-size: 12; 
} 

#menu-hoverMenu-pageLink 
{ 
	position: relative; 
	left: 7px; 
	padding-bottom: 5px;
}
#menu-hoverMenu-pageLink a{ color: blue; }
#menu-hoverMenu-pageLink a:visited{ color: blue; }
#menu-hoverMenu-pageLink a:hover{ text-decoration: underline; }

div.menu-hoverMenu-hoveringSubpages
{ 
	display: none;
	position: relative; 
	left: 0px; 
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 140px; 
}

div.menu-hoverMenu-subpages
{ 
	position: relative; 
	left: 0px; 
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 140px; 
}