#topmenu a {
	font-family: 'Century Gothic';
	font-size: 12px;
	color: White;
	text-decoration: none;
	font-weight: bolder;
}

.text-box {
	background-color: #f4e39f; border: 3px solid #bbb7a1;
}

div.menulist{
	float: right;
	position: relative;
	display:block;
	z-index: 100;
	background-image: url(../img/menu_bg.jpg);
	background-position:right;
	background-repeat: no-repeat;
	height: 230px;
	width: 260px;
	padding: 0px 0px 0px 0px; 

}
ul.menulist {
	width: 260px;
	list-style: none;
	margin: 0px 0px 10px 0px;
	position: absolute;
	display: block;
	padding: 0px;
}

ul.menulist a {
	font-weight: bold;
	text-decoration: none;
	color: Red;
}
ul.menulist li {
	margin: 0px 90px 8px 0px;
	text-align: right;
}

.menutext {
	width: 385px;
	padding: 10px 0px;
	text-align: center;
}

#menuimg {
	float: right;
}
.menu-title {
	font-family: Verdana;
	font-size: 17px;
	color: #880000;
	margin-bottom: 5px;
	text-align: center;
	padding-right: 260px;
}