TD.navsite {
	font-size: 11px;
 width: 125; 
 border-right: 0px; 
 padding: 0 0 0 0; 
 margin-bottom: 0em; 
 font-family: Arial, Helvetica, sans-serif; 


}

TD.navsite div.blueBar {
  color: #000000;
   padding: 5 0 2 5; 
  background-color: #99CCFF;
}


TD.navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}

TD.navsite ul li {
 margin: 0; 
 padding: 0px 0px 0px 0px; 
 border-top: 0px;

}

TD.navsite ol {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}

TD.navsite ol li {
 display: block; 
 padding: 3px 0px 3px 0px; 
 border-left: 0px; 
 border-right: 0px;
 border-bottom: 0px;
 background-color: #000000; 
 color: #99CCFF;
 font-weight: bold;
 text-decoration: none; 
 width: 100%; 
}

TD.navsite ul li a:link {
 display: block; 
 padding: 3px 0px 3px 0px; 
 border-left: 0px; 
 border-right: 0px;
 border-bottom: 1px solid #333333;
 background-color: #000000; 
 color: #99CCFF;
 font-weight: bold;
 text-decoration: none; 
 width: 100%; 
}

TD.navsite ul li a:visited {
 display: block; 
 padding: 3px 0px 3px 0px; 
 border-left: 0px; 
 border-right: 0px;
 border-bottom: 1px solid #333333;
 background-color: #000000; 
 color: #99CCFF;
 font-weight: bold;
 text-decoration: none; 
 width: 100%; 
}

html>body .navsite ul li a { 
 width: auto; 
} 

TD.navsite ul li a:hover {
 border-left: 0px;
 border-right: 0px;
 border-bottom: 1px solid #333333; 
 background-color: #006699; 
 color: #99CCFF;
 font-weight: bold;
}
TD.navsite #searchFormBox {
	padding:5px 5px 0 5px;
}
TD.navsite #searchFormBox #sText {
	margin:5px 0 0 0;
}

