/* menu library */
<!--
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF8E8;
	}
h2 {
	color: #733021;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	margin-bottom:15px;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu,#menu ul {
	list-style-type: none;
	margin:0px;
	padding: 0px;
	font-family: 'Verdana',serif;
	font-weight: bold;
	font-size: 10px;
	width: 125px;
	display: block;
	       }

         #menu ul {
            display: none;
            position: absolute;
            top: 0px; left: 120px;
            width:133px;margin:0;padding:0;
			background-color:#A55D42;
			border: 2px solid #843418;
			
         }

         #menu li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFF0DF;
	width: 100%;
	height:18px;
	left: 5px;			
         }

         #menu li a {
            text-decoration: none;
            padding: 1px 0px; text-indent: 3px;
            display: block; color: #FFF0DF;
            width: 100%;
         }

         #menu li a:hover {
		 text-decoration: underline;
		 }

.style1 {
	font-size: 11px;
	color: #FFD7B5;
		text-indent: 10px;
}
.style2 {
	font-size: 11px;
	color: #733021;
	text-indent: 3px;
}
p   {text-indent: 10px}
.style3 {color: #F7A67B}
.style4 {
	color: #733021;
	font-weight: bold;
	font-size: 12px;
}
.style5 {font-size: 10px;
font-weight: bold;}
.style6 {
	color: #944118;
	font-size: 10px;
	border-color: #944921;
	}
.style7 {color: #AD5D39}
.style8 {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}
.style9 {color: #d44307;
	font-weight: bold;
}
.style10 {font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000063
}
.style11 {color: #944118; font-size: 10px; border-color: #944921; font-weight: bold; }
.style12 {color: #410606;
	font-weight: bold;
}
.style13 {font-size: 11px; color: #733021; text-indent: 10px; font-weight: bold; }
.style17 {	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#new:link {
	color: #AF4832;
	text-decoration: underline;
}
#new:visited {
	color: #AF4832;
	text-decoration: underline;
}
#new:active {
	color: #AF4832;
	text-decoration: underline;
}
#new:hover {
	text-decoration: none;
	color: #AF4832;
}
-->
