#dropmenudiv{
position:absolute;
background-color: #e7f6ef;
border:1px solid #523430;
border-bottom-width: 0;
font-family: "Century Gothic", "Trebuchet MS";
font-size: 12px;
font-weight:normal
line-height:24px;
z-index:500;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #523430;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
z-index:500;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e9f0ef;
}

.divmenu {
	display:block;
	height:20px;
	border: 1px solid #523430;
	padding: 2px;
	background-color: #e7f6ef;
	margin-bottom: 3px;	
	z-index:500;
	width:140px;
}
.divmenusub {
	display:block;
	height:20px;
	border: 1px solid #dcd7d6;
	padding: 2px;
	background-color: #ffffff;
	margin-bottom: 3px;	
	z-index:500;
	width:140px;
	padding-left: 0px;
	margin-left: 5px;
	padding-right: 0px;
}
.divtopmenu {
	width:120px;
	height:100px; border: #523430 1px solid; display:inline-block; padding:10px;
	margin:5px; color:#523430; font-size:13px; font-family: 'Century Gothic', 'Trebuchet MS';
}
.divsection {
	display:block;
	height:20px;
	border: 1px solid #dcd7d6;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 3px;
	text-align:right;
	color:#523430;
	font-family: "Century Gothic", "Trebuchet MS";
	font-weight:bold;	
	font-size: 12px;
	width:130px;
	margin-left: 5px;

}
#menurow {
    min-width: 900px;
	display:block;
	height:140px;
}

#menubuttons {
	margin: -135px 0 0 153px;
}

#menubuttons div {
	width: 20%;
	float: left;
	min-width: 153px;
}

#menubuttons div img {
	float: right;
}
