/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
margin-top:-5px;
margin-bottom:30px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
padding: 0;
}

.invertedshiftdown2 a:link, .invertedshiftdown2 a:visited{
float: left;
display: block;
font: bold 12px "Trebuchet MS",Arial, Helvetica, sans-serif;
color: #CCCCCC;
text-decoration: none;
width:78px;
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background: #336699 url(/gfx/foodmenuNAV/off.png) no-repeat; /*Default menu color*/
}

.invertedshiftdown2 a:hover{
background: #D10000 url(/gfx/foodmenuNAV/on.png) no-repeat; /*Default menu color*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
color: white;
height:28px;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background: #D10000 url(/gfx/foodmenuNAV/on.png) no-repeat; /*Default menu color*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
color: white;
height:28px;
}


/******* Food Menus *******/

#foodmenus{
font-size:10px;
color:#444444;
width:289px;
}

#foodmenus h1{
font-size:14px;
font-weight:bold;
color: #ffffff;
width:280px;
padding:5px;
background:#d10000 url(/gfx/foodmenuNAV/header_back.png) no-repeat;
}

#foodmenus h2{
font-size:10px;
color: #993300;
}

#foodmenus h3{
font-size:14px;
color:#336699;
}




.foodmenu_headerrow td{
background-color:#444444;
height:20px;
font-size:14px;
color:#ffffff;
font-weight:bold;
}

.foodmenu_subheaderrow td{
background-color: #0099CC;
height:18px;
font-size:12px;
color:#ffffff;
font-weight:bold;
}

.foodmenu_note{
font-weight:bold;
color: #CC0000;
}

.foodmenu_availability{
font-size:12px;
font-weight:bold;
color: #006699;
width:280px;
padding:5px;
background-color:#FFFFFF;
}

.foodmenu_delivery{
font-size:14px;
font-weight:bold;
color: #006699;
width:280px;
padding:5px;
background-color:#FFFFFF;
}


