	div.nav-sub-show {
	  position: absolute;
	  width:120px;
	  background-color:#FCCDCD;
	  line-height:16px;
	  padding:10px;
	  visibility:show;
	  top: 20px;
	  left: 0px;
	}
	div.nav-sub-hidden {
	  position: absolute;
	  width:120px;
	  background-color:#FCCDCD;
	  line-height:16px;
	  padding:10px;
	  visibility:hidden;
	}
	
	div.nav {
	position: relative;
	}
	
	body {
	 margin: 0px;
	 padding: 0px;
	 font-family:Verdana, Arial, Helvetica; 
	 font-size: 11px; 
	 color: #000000; 
	}
	
div.nav-sub-show a:link, a:visited { 
color: #000000; 
text-decoration: none; 
font-size: 10px; 
font-weight: bold;
}

div.nav-sub-show a:hover { 
color: #124E72; 
text-decoration: underline; 
font-size: 10px; 
font-weight: bold;
}
