.recipe{
    height: 22px;
    width: 660px;
    background-color: #360506;
    color: white;
    /*padding-top: 6px;
	padding-bottom: 14px;*/
    text-align: center;
    font-size: 22px;
}
.recipe a{
    /*padding: 4px 34px;*/
    color: white;
    text-decoration: none;
    font-weight: normal;
	/*background-color: #360506;*/
	font-family: Verdana;
}
.recipe a:hover{
	color: white;
    /* color: #e88f16; */
    text-decoration: none;
	background-color: #360506;
    /* background-color: #000000; */
    font-weight: normal;
	font-family: Verdana;
}
.recipe_item{
   float: left;
   text-align: center;
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: black;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 18px Verdana;
line-height: 24px;
z-index: 400; /* zIndex should be greater than that of shadow's below */
background-color: #1f0304; 
/* background-color: #0b0605; */
width: 218px; /* default width for menu */
text-align: center;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 1px;
border-bottom: 1px solid black;
padding: 5px 0;
text-decoration: none;
font-weight: normal;
color: #e88f16;
}

.anylinkcss a:hover{ /*hover background color*/
background: #1f0304;
/* background: #3a3939; */
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 18px Verdana;
z-index: 1; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
/*background: black; */
visibility: hidden;
}