@charset "UTF-8";
/* CSS Document */

/*--------------- menu sub Navigation ------------------*/

.menu_nav{
     width:657px;
}

.menu_nav li{
        list-style: none;
		height:39px;
		display:block;
		float:left;
}

.menu_nav a { 
        height:100%;
		width:100%;
		display:block;
}

.menu_nav li.bw1{
                background:url(../images/menu_submenu.jpg) no-repeat 0px 0px;
			    width:30px;
			    height:39px;
}

a.kidmenu{
           background:url(../images/menu_submenu.jpg) no-repeat -30px 0px;
		   height:39px;
		   width:135px;
}

a.kidmenu:hover, a.kidmenu-active{
                                    background:url(../images/menu_submenu.jpg) no-repeat -30px -39px;
								    height:39px;
		                            width:135px;
}

a.housemenu{
         background:url(../images/menu_submenu.jpg) no-repeat -165px 0px;
		 width:140px;
		 height:39px;
}

a.housemenu:hover, a.housemenu-active{
                            background:url(../images/menu_submenu.jpg) no-repeat -165px -39px;
						    height:39px;
		                    width:140px;
}

a.brunchmenu{
          		background:url(../images/menu_submenu.jpg) no-repeat -305px 0px;
		  		height:39px;
		 		width:95px;
}

a.brunchmenu:hover, a.brunchmenu-active{
                                  			background:url(../images/menu_submenu.jpg) no-repeat -305px -39px;
								  			height:39px;
		                          			width:95px;
}

a.dessertmenu{
           background:url(../images/menu_submenu.jpg) no-repeat -400px 0px;
		   height:39px;
		   width:100px;
}

a.dessertmenu:hover, a.dessertmenu-active{
                                    background:url(../images/menu_submenu.jpg) no-repeat -400px -39px;
								    height:39px;
		                            width:100px;
}

a.togomenu{
           background:url(../images/menu_submenu.jpg) no-repeat -500px 0px;
		   height:39px;
		   width:140px;
}

a.togomenu:hover, a.togomenu-active{
                                     background:url(../images/menu_submenu.jpg) no-repeat -500px -39px;
								     height:39px;
		                             width:140px;
}

.menu_nav li.bw2{
                background:url(../images/menu_submenu.jpg) no-repeat -640px 0px;
			    width:17px;
			    height:39px;
}

/*-------------------- end navigation ------------------------*/