
/* MENUS STYLES............................ */




#menu_wrapper
{

margin: 0px 0px 0px 0px;
width: 974px;
height: 530px;
position: relative;

}

#lunch
{
width: 646px;
height: 170px;
position: absolute;
float: left;
margin: 0px 10px 10px 0px;

clear:both;
}

#specials
{
width: 318px;
height: 170px;
position: absolute;
float: right;
margin: 0px 0px 0px 656px;
clear:both;
}

#beerwine
{
width: 318px;
height: 170px;
position: absolute;
float: left;
margin: 180px 10px 0px 0px;

clear:both;
}


#dinner
{
width: 646px;
height: 170px;
position: absolute;
float: right;
margin: 180px 0px 0px 328px;

clear:both;
}


#dessert
{
width: 646px;
height: 170px;
position: absolute;
margin: 360px 10px 0px 0px;
float: left;
clear:both;
}

#bar
{
width: 318px;
height: 170px;
position: absolute;
float: right;
margin: 360px 0px 0px 656px;

clear:both;
}







a.lunchmouseover {
display:block;
width: 646px;
height: 170px;
background-image:url(img/lunch.jpg);
background-position:0px 0px;
}
a.lunchmouseover:hover {
background-position:0px -170px;
}

a.specialsmouseover {
display:block;
width: 318px;
height: 170px;
background-image:url(img/specials.jpg);
background-position:0px 0px;
}
a.specialsmouseover:hover {
background-position:0px -170px;
}

a.beerwinemouseover {
display:block;
width: 318px;
height: 170px;
background-image:url(img/beerwine.jpg);
background-position:0px 0px;
}
a.beerwinemouseover:hover {
background-position:0px -170px;
}


a.dinnermouseover {
display:block;
width: 646px;
height: 170px;
background-image:url(img/dinner.jpg);
background-position:0px 0px;
}
a.dinnermouseover:hover {
background-position:0px -170px;
}

a.dessertmouseover {
display:block;
width: 646px;
height: 170px;
background-image:url(img/dessert.jpg);
background-position:0px 0px;
}
a.dessertmouseover:hover {
background-position:0px -170px;
}

a.barmouseover {
display:block;
width: 318px;
height: 170px;
background-image:url(img/bar.jpg);
background-position:0px 0px;
}
a.barmouseover:hover {
background-position:0px -170px;
}

