BODY	{
	SCROLLBAR-BASE-COLOR: #515151;
	}


a:link		{ color: #996600; text-decoration: none }

a:visited	{ color: #996600; text-decoration: none }

a:active	{ color: #000000; text-decoration: none }

a:hover		{ color: #6699FF; text-decoration: none }



 /* START THE CODE FOR THE MENUS */


#menulocation 	{ LEFT: 10px; WIDTH: 125px; POSITION: absolute; TOP: 108px; padding:0px 0px; white-space:nowrap; }


.menu		{ font-family: arial, verdana, helvetica, sans;
		  font-size: 10pt;
		  height: 24px;
		  width: 125px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 8px;
		  line-height: 16pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }


a.menu:link 	{ color: #000000;
		  background:#000000 url('button.gif');
		  border-bottom:0px solid #000000; border-right:0px solid #000000;  }


a.menu:visited 	{ color: #515151;
		  background:#000000 url('button.gif');
		  border-bottom:0px solid #000000; border-right:0px solid #000000;  }


a.menu:active 	{ background:#515151 url('buttonon.gif');
		  color:#FFFFFF; background-image:url('buttonon.gif') }


a.menu:hover 	{ background:#515151 url('buttonon.gif');
		  color:#FFFFFF; background-image:url('buttonon.gif') }