#dropmenudiv{
position:absolute;
background-color: #f9f2bb;
border:1px solid #b4b150;
border-bottom-width: 0;
font:bold 15px "century gothic" #1a4307;
line-height:30px; 
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #b4b150;
padding: 1px 0px;
text-decoration: none;
font-weight: bold; color:#1a4307; letter-spacing:-1px
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #1a4307;
color: #fff;
}


a:link {
	color: #455818;
	font-weight: normal;
}
a:visited {
	color: #455818;
	font-weight: normal;
}
a:hover {
	color: #668323;
	font-weight: normal;
}
a:active {
	color: #668323;
	font-weight: normal;
}

html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #682544;
	}
body {
	margin: 0px;
	background-color: #f9f2bb;
	background-image: url(images/bg_main.html);
	background-repeat: repeat-x;
	}
td#logo {
	background-color: #f9f2bb;
	vertical-align: top;
}
td#header {
	vertical-align: top;
	background-color: #f9f2bb;
}
td#menu {
	background-color: #f9f2bb;
	vertical-align: top;
}

td#sidebar {
	background-color: #f9f2bb;
	vertical-align: top;
}
td#content {
	background-color: #f9f2bb;
	vertical-align: top;
	font-size: 12px;
	color: #395211;
	line-height: 18px;
	padding: 0 2px 20px 25px;
}
td#footer {
	background-color: #f9f2bb;
}
.submenutitle {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}
