body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B8A57B;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	font-size: 11px;
}

.m a:link {
	text-decoration: none;
	color: #EFE2AD;
}
.m a:visited {
	text-decoration: none;
	color: #EFE2AD;
}
.m a:hover {
	text-decoration: none;
	color: #EFE2AD;
}
.m a:active {
	text-decoration: none;
	color: #EFE2AD;
}
.n a:link {
	text-decoration: none;
	color: #000000;
}
.n a:visited {
	text-decoration: none;
	color: #000000;
}
.n a:hover {
	text-decoration: underline;
	color: #000000;
}
.n a:active {
	text-decoration: none;
	color: #000000;
}
.l a:link {
	text-decoration: none;
	color: #000099;
}
.l a:visited {
	text-decoration: none;
	color: #000099;
}
.l a:hover {
	text-decoration: underline;
	color: #000099;
}
.l a:active {
	text-decoration: none;
	color: #000099;
}

h1 {font-size: 14px;}

.o {color: red;}

.w {
	color: #ffffff;
	font-weight: bold;
}

.menu {
   padding-top: 0; 
   padding-right: 0; 
   padding-left: 0; 
   padding-bottom: 4; 
   background-color:
   } 

#dropmenudiv{
position:absolute;
border: 0px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 2px 0;
color: #EFE2AD;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
background-color: #8a755b;
}