/* Provides formatting for bottom part of quicklinks - inside links */
#menu {
	width:125px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: 6px; 
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	padding:.4em; 
	display:block; 
	 }


#inlink {
  background-color: #6699bb;
  color: #FFF;
  font-weight: bold;
  
  }
  
#inlink dd {
	 height: 20px;
	}
	 
#inlink a, #inlink:Visited a  {
  color:#fff; 
  text-decoration:none; 
  text-align: center;
  font-weight: bold;
  height: 20px;
 
  }
  
#inlink a:Hover {
  background: #258; 
  color:#9cf;
  display: block;
    }
 

/* Provides formatting for top part of quicklinks - outside links */
#outlink {
  background-color: #FFF;
  color: #000;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
 
  }
#outlink a, #outlink:Visited a  {
  color:black; 
  text-decoration:none; 
  font-weight: normal;
 /*  padding:0.4em; */
/*  background: #fff; */
  }
  
#outlink a:Hover {
  font-weight: bold; 
  color: black;
  }  

#outlink dd {
	height:14px;
	}
	
#menutitle {
	background-color: #6699bb;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	}








	 






