body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
.style1 { color: #765b44; font-size: 11px; font-family: tahoma; }
	/*  .style1 A:link, .style1 A:visited { color: #8A2E1B; font-size: 11px; font-family: tahoma; } */
	.style1 A:link, .style1 A:visited { color: #765b44; font-size: 11px; font-family: tahoma; text-decoration:none; }	
.style2 { color: #923e2c; font-size: 11px; font-family: tahoma;	font-weight: bold; }
.style3 { color: #826851; font-size: 10px; font-family: tahoma; }
.style4 { color: #845746; font-size: 10px; font-family: tahoma; }
.style5 { color: #826851; font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif; text-decoration:none; text-align:right;}

li { color: #765b44; font-size: 11px; font-family: tahoma; }
p, input, text, select
	{ color: #765b44; font-size: 11px; font-family: tahoma;  }

ul, ul ul, ul ul ul, ol, ol ol, ol ol ol, li	{ 	
	color: #765b44; font-size: 11px; 
	font-family: tahoma; 
}	

#testmenu {margin-left:20px; margin-top:13px; margin-right:28px;}
#testmenu a, #testmenu a:visited {padding-left:25px; padding-bottom:13px; display:block; width:100%; text-decoration:none; color: #765b44; font-size: 11px; font-family: tahoma; background:url(images/tilda.png); background-repeat:no-repeat;}
#testmenu a:hover {display:block; width:100%; cursor:default; text-decoration:none; color: #765b44; font-size: 11px; font-family: tahoma;  background:url(images/tilda.png); background-repeat:no-repeat;}

.menu1 { color: #8A2E1B; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration:none; }
.menu1 A:link, .menu1 A:visited { color: #8A2E1B; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif ; text-decoration: none; }
.menu1 A:active, .menu1 A:hover { color: #765B44; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif ; text-decoration: none; }

.menu2 { color: #765B44; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration:none; }
.menu2 A:link, .menu2 A:visited { color: #765B44; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif ; text-decoration: none; }
.menu2 A:active, .menu2 A:hover { color: #765B44; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif ; text-decoration: none; }

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : 0px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.05em;
		margin-top : -1.35em;
		border-width: 1px;
		border-color: #DBC1A6;
		border-style: double;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 11em;
		display : block;
		color : #8A2E1B;
		text-decoration : none;
		background-color : #F3E3D1;
		border : 0px solid black;
		padding : 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
	}
	
	#nav li a:hover {
		color : #765B44;
		background-color : #F3E3D1;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
