#menu {
margin: 0 0 10px 0;
padding: 0 315px 0 45px;
background: url(lunches_bg.png) bottom right no-repeat;
}

#menu h1 {
font-weight: normal;
margin: 0 -315px 10px -45px;
padding: 20px 0 20px 45px;
border-bottom: 1px dashed #CED400 ;
font-size: 300%;
background: #FFF;
}

#menu h4 {
font-style: italic;
font-weight: normal;
font-size: 90%;
margin-bottom: 0.5em;
}

#menu h2 {
text-indent: -5000px;
display: block;
width: 400px;
height: 50px;
margin-bottom: -3px;
}

#menu h2.simply {background: url(simply.png) no-repeat top left;}
#menu h2.fancy {background: url(fancy.png) no-repeat top left;}
#menu h2.pickmeup {background: url(pickmeup.png) no-repeat top left;}
#menu h2.great {background: url(great.png) no-repeat top left;}
#menu h2.healthy {background: url(healthy.png) no-repeat top left;}
#menu h2.board {background: url(board.png) no-repeat top left;}
#menu h2.executive {background: url(executive.png) no-repeat top left;}
#menu h2.move {background: url(move.png) no-repeat top left;}


#menu ul {
list-style-type: none;
margin: 0 0 10px 0;
}

#menu ul li {
list-style-type: none;
margin: 0 0 5px 0;
max-width: 470px;
}

#menu ul ul {
margin-top: 5px;
margin-left: 20px;
list-style-type: circle;
}

#menu ul ul li {
list-style-type: circle;
}

#content {background: url(lunches.jpg) repeat-y bottom right;}
