   BODY, TD { 
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-size : 10pt; 
   text-align : left; 
   } 
   
a:link		{ color: #ffffff; text-decoration: none }

a:visited	{ color: #ffff80; text-decoration: none }

a:active	{ color: #ffff80; text-decoration: none }

a:hover    { color: #ffffff; text-decoration: underline }

   



	


 /* START THE CODE FOR THE MENUS */


.menu		{ font-family:  arial, verdana, helvetica, sans;
		  font-size: 13px;
	        width: 160px;
		  height: 30px;
		  padding-top: 3px;
		  padding-bottom: 3px;
		  padding-left: 7px;
		  padding-right: 7px;
		  cursor:hand;
		  font-weight: bold;
		  text-align: left;
		  line-height: 16px;
              color: #3D261D;
              border-color: #663300;
	        border-size: 1px;
		  border: #ffffff 0px solid; }


a.menu:link 	{ 
		  background-color:#663300;
		  color: #ffffff;  text-decoration: underline;}


a.menu:visited 	{ 
		  background-color:#663300;
		  color: #FFFFFF; text-decoration: underline; }


a.menu:active 	{ 
		   background-color:#663300;
		   color: #ffff80; }


a.menu:hover 	{
		   background-color:#663300;
		   color: #ffff80; }



 /* START THE CODE FOR THE PAGINA */


.page { font-family: verdana, arial, helvetica, sans; font-size: 12px; }
a.page:active  { color: #000000; }
a.page:visited { color: #000000;  }
a.page:link { color: #000000;  }
a.page:hover { color: #886033; }




.big	{ COLOR: #ffffff; FONT: 16px geneva, verdana, arial, sans-serif; font-weight: bold }
.webshop	{ COLOR: #ffff80; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }
.title	{ COLOR: #000000; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold }
.kl	{ COLOR: #000000; FONT: 11px arial  }
.sm	{ COLOR: #000000; FONT: 5px arial  }
.tiny  {FONT-FAMILY:  geneva, verdana, arial, sans-serif; FONT-SIZE: 9px; COLOR: #592d00; }




<style type="text/css">
.menuOut {cursor:pointer; margin:2px; background-color:#0099cc; color:#000000; width:120px; border:1px solid #000000; padding:2px; text-align:center; font-family:arial; font-weight:bold;}
.menuOver {cursor:pointer; margin:2px; background-color:#000000; color:#0099cc; width:120px; border:1px solid #0099cc; padding:2px; text-align:center; font-family:arial; font-weight:bold;}
.submenu {width:115px; font-family:arial; font-size:11px; padding-left:5px;}
.submenu a {color:#000080; text-decoration:none; font-weight:none;}
.submenu a:hover {color:#ff0000; text-decoration:none; font-style:none; font-weight:none;}
</style>
<script type="text/javascript">
/*  
Script made by Martial Boissonneault © 2001-2003 http://getElementById.com/
This script may be used and changed freely as long as this msg is intact
Visit http://getElementById.com/ for more free scripts and tutorials.
Script featured at SimplytheBest.net http://simplythebest.net/scripts/
*/
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/

function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("cont").getElementsByTagName("DIV");
		if(el.style.display == "none"){
			for (var i=0; i<ar.length; i++){
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}
function ChangeClass(menu, newClass) { 
	 if (document.getElementById) { 
	 	document.getElementById(menu).className = newClass;
	 } 
} 
document.onselectstart = new Function("return true");
</script>

