/* this is the main UL element*/
.dropdown{
	display:none;
	margin-left:383px ;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	border:none;
	padding:5px;
	width:auto;
	min-width:57px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	font-family: arial, 'Calibri', 'Tahoma';
	font-size:11px;
	margin-left:6px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.dropdown li:hover {
	background-color:#ED9407;
}

.dropdown li:hover a {
	color:#7A1600;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a {
	text-decoration:none;
	color:#7A1600;
	width:100%;  padding:1px;
}
.dropdown a:hover {
	color:#7A1600;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul {
	margin-top:5px;
}
.dropdown ul li {
	background-color:#FEC425;
	min-width:110px;
	width: auto;
	padding:0px;
	color:#872803;
	text-align:left;
	font-size: 11px;
	line-height:16px;
	margin-left:2px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	}
.dropdown ul li a {
	padding-left:5px;
	}
.recipie-extra {
	min-width:140px;
	margin-left:-78px!important;
}

.contact-extra {
	margin-left:-47px!important;
	}
.dropdown ul ul {
	margin-top:1px;
	z-index:2;
	}
	
/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{

}

a.whitelink  {
	color:white;
}
.dropdown .sellink, .dropdown a.sellink {
	color:#7A1600; background:#ED9407;
}
/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#nav-list {
	position:absolute!important;
	margin-left:312px!important;
	margin-top:1px!important;
 }
 
.leftmarexcp {
	background-color:#e31b23;
	}