
a:link		{ color: #666666; text-decoration: none }

a:visited	{ color: #1F356E; text-decoration: none }

a:active	{ color: #333333; text-decoration: none }

a:hover		{ color: #000000; text-decoration: underline }
 /* START THE CODE FOR THE MENUS */


#menulocation { LEFT: 180px; WIDTH: 140px; POSITION: absolute; TOP: 158px; padding:0px 0px; white-space:nowrap; }


.menu		{ font-family: verdana, arial, helvetica, sans;
		  font-size: 8pt;
		  height: 5px;
		  width: 140px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 12px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }



a.menu:link 	{ background-image: url("images/button.gif");
		  background-color:#B2B2B8;
		  text-decoration: none;
		  color: #F0F0F0; }


a.menu:visited 	{ background-image: url("images/button.gif");
		  background-color:#B2B2B8;
		  text-decoration: none;
		  color: #F0F0F0; }


a.menu:active 	{  background-image: url("images/buttonon.gif");
		   background-color:#1F356E;
		  text-decoration: none;
		   color: #FFFFFF; }


a.menu:hover 	{ background-image: url("images/buttonon.gif");
		  background-color:#1F356E;
		  text-decoration: none;
		  color: #FFFFFF; }