/*colours:
					orange: #f26522
					blue:		#23408f
					light blue:
					mid blue: #5f7ac2;
					*/
#navsite p
				{display: none;}
				
#navsite
 				{font-family: verdana, sans-serif, arial;
				font-size: 0.7em;
				font-weight: bold;
				width: 12em;
				/*border-right: 1px solid #330033;*//*not ised this site*/
				padding: 0;
				margin-bottom: 1em;
				background-color: #ffffff;/*white*/
				color: #333;}
				
#navsite ul
				{list-style: none;
				margin: 0;
				padding: 0;
				}

#navsite ul li
				{margin: 0;
				/*border-top: 1px solid #003;*/ /*not used on this site*/
				}
				
#navsite ul li a
				{display: block;
				padding: 2px 2px 2px 0.5em;
				border-top: 2px inset #5f7ac2;/*mid blue*/
				border-left: 10px solid #f26522;/*orange*/
				border-right: 2px inset #23408f;/*light blue - changes auto to light shade*/
				border-bottom: 2px solid #000000;/*black*/
				background-color: #23408f;/*button blue*/
				/*background-color - main background for menu;*/
				color: #ffffff;
				/*color - #fff font;*/
				text-decoration: none;
				width: 100%;
  			line-height: 2em;
				}
				
html>body #navsite ul li a
				{width: auto;
				height: 28px;
				padding: 2px 0 0 5px;
				margin: 0;
				}
				
#navsite ul li a:hover
				 {border-left: 10px solid #f26522;/*orange*/
				 border-right: 1px solid #23408f;/*light blue - changes auto to light shade*/
				 border-bottom: 1px solid #000000;/*black*/
				 background-color: #607cca;/*light blue*/
				 color: #ffffff;} /*font #white*/