* {padding:0; margin:0}
body {font:12px Arial, Helvetica, sans-serif;;}
/*#wrapper {width:750px; padding:25px; margin:0 auto}*/
#leftcolumn {float:left; width:83px; color:#826230}
#rightcolumn {float:left; width:525px}
.dropdown {display:block; position:relative; z-index:999}
.dropdown dt {
	width:83px; /*border:2px solid #9ac1c9;*/
	padding:6px;
	cursor:pointer;
	background-image: url(../images/bg_menu_recipies.jpg);
	background-repeat: repeat-x;
}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:url(../images/bg_menu_recipies.jpg); font-weight:bold}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:294px; display:none; background:#F4F1EC; opacity:0}
.dropdown ul {width:294px; list-style:none; border-top-width: 0px; border-right-width: 1px;	border-left-width: 1px;	border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #D4C7BB; border-right-color: #D4C7BB; border-left-color: #D4C7BB; font-size:11px}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited, dropdown a:link {display:block; padding:5px; color:#826230; text-decoration:none; background:#F4F1EC; width:282px}
.dropdown a:hover {background:#FCFBFA; font-weight:bold}
.dropdown .underline {border-bottom:1px solid #D4C7BB; border-right:1px solid #D4C7BB}
