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

#submenu_pubs{
 width:166px;
 height:180px;
 background:url(images/submenu_pubs.png);
 margin:0 0 163px 0;
 vertical-align: bottom; /* This fixes the IE5 Win gap! */
 padding:0;
}

#submenu_pubs li{
 list-style:none;
}

#submenu_pubs li, #submenu_pubs a{
 width:166px;
 display:block;
}

#submenu_pubs a{
 height:18px;
}

#submenu_pubs span{
 display:none;
}

#submenu_pubs li ul{
 padding:0;
}

#submenu_pubs li ul li{
 padding:0;
 margin:0;
 display:inline;
}

#us, #beers, #find, #news, #shop, #contact{height:18px;} 

#pubs{height:72px;}

 #find a:hover{
 background:transparent url(images/submenu_pubs.png) 0 -290px no-repeat;
 }
 
 #news a:hover{
 background:transparent url(images/submenu_pubs.png) 0 -308px no-repeat;
 }
 
 #shop a:hover{
 background:transparent url(images/submenu_pubs.png) 0 -326px no-repeat;
 }
 
 #contact a:hover{
 background:transparent url(images/submenu_pubs.png) 0 -344px no-repeat;
 }
 
 #brewtap a:hover, .brewtap_active{
  background:transparent url(images/submenu_pubs.png) 0 -237px no-repeat;
 }
 
 #mbell a:hover, .mbell_active{
  background:transparent url(images/submenu_pubs.png) 0 -255px no-repeat;
 }
 
 #pinbar a:hover, .pinbar_active{
  background:transparent url(images/submenu_pubs.png) 0 -273px no-repeat;
 }