.dropdown * {padding:0; margin:0}
.dropdown {
	margin: 0;
	padding: 0;
	float:left;
}
.dropdown dt {
	/*width:105px;*/
	width: 115px;
	height: 41px;
	cursor:pointer;
	background: no-repeat;
	background:url(images/header.gif);
	background-repeat: no-repeat;
}
.dropdown dt:hover {
	background:url(images/header_over.gif);
	background-repeat: no-repeat;
}
.dropdown dt div, .dropdown dt div a, .dropdown dt div a:hover, .dropdown dt div a:link, .dropdown dt div a:visited {
	padding-top: 6px;
	font-weight: bold;
	font-size: 13px;
	color: #543A1C;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	/*font-family: Verdana,Arial,Helvetica;*/
}
.dropdown dt .ol {
	padding-top: 13px;
}

/* drop-downs outter border: */ 
.dropdown dd {position:absolute; overflow:hidden; width:115px; display:none; background:#fff; z-index:200; opacity:0}
/* drop-downs bottom border */ 
.dropdown ul {
	/*width:115px;*/
	list-style:none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B68E63;
	border-right-color: #B68E63;
	border-bottom-color: #B68E63;
	border-left-color: #B68E63;
}
.dropdown li {display:inline}
/* drop-downs text-field: */ 
.dropdown ul a, .dropdown ul a:active, .dropdown ul a:visited {
	display:block;
	padding:5px;
	text-decoration:none;
	/*width:108px;*/
	background-color: #FFEFCE;
	font-size: 11px;
	color: #543A1C;
}
.dropdown ul a:hover {
	/*color:#000;*/
	background-color: #FFD08A;
	font-size: 11px;
	color: #543A1C;
	text-decoration: none;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBE7D;
}
/*
.style44 {
	font-size: 14px;
	height: 30px;
	margin-top: -5px;
	color: #57310F;;
}
.style55 {
	font-size: 13px;
	line-height: 16px;
}

.style6 {
	font-size: 14px;
	height: 25px;
	margin-top: 0px;
	color: #57310F;
}
.style7 {
	font-size: 11px
}	*/

