ul.FM_CSS_beerMenu, ul.FM_CSS_reset, ul.FM_CSS_beerMenu div, ul.FM_CSS_beerMenu span, ul.FM_CSS_beerMenu ul, ul.FM_CSS_beerMenu li, ul.FM_CSS_beerMenu table, ul.FM_CSS_beerMenu tr, ul.FM_CSS_beerMenu th, ul.FM_CSS_beerMenu td, ul.FM_CSS_beerMenu a {
  background: none repeat top left scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: Black;
  font-size: 100%;
}
.relativeDiv {
  position: relative;
}
/*************************************************************************************************/
/* I.A. Global resets */
/*************************************************************************************************/
/* I.A.1. Remove list style */
ul.FM_CSS_beerMenu, ul.FM_CSS_beerMenu ul {
	list-style-type: none;
	list-style-image: none;
}
/* I.A.2. Remove anchor outlines when clicked */
ul.FM_CSS_beerMenu a:active, ul.FM_CSS_beerMenu a:focus {
  outline-style: none;
}
/* I.A.3. Force block display on lists and list items */
ul.FM_CSS_beerMenu, ul.FM_CSS_beerMenu ul {
  display: block;
}
ul.FM_CSS_beerMenu li {
  display: block;
}
/* I.A.4. Hide span overflow */
ul.FM_CSS_beerMenu span {
  /*overflow: hidden;*/
}
/* I.A.5. Display and positioning for containers */
ul.FM_CSS_beerMenu {
  position: relative;
  display: inline-block;
  width: auto;
}
div.FM_CSS_beerMenu_container {
  float: left;
}
*+html ul.FM_CSS_beerMenu {
  display: inline;
}
ul.FM_CSS_beerMenu ul {
  position: absolute;
  background-position: right;
}
/* I.A.6. Reset margin to 0 for all menu containers */
ul.FM_CSS_beerMenu, ul.FM_CSS_beerMenu ul {
  margin: 0 0 0 0;
}
/* I.A.7. Reset padding to 0 for all menu containers */
ul.FM_CSS_beerMenu, ul.FM_CSS_beerMenu ul {
  padding: 0 0 0 0;
}
/* I.A.8. Display block for all anchors in list items */
ul.FM_CSS_beerMenu a {
  display: block;
}
/* I.A.9. Display block for all spans in list items, also height 100% */
ul.FM_CSS_beerMenu span {
  display: block;
}
/*************************************************************************************************/
/* I.B. Sub-menu visibility */
/*************************************************************************************************/
/* I.B.1. Hide by default all menus of level greater than one */
ul.FM_CSS_beerMenu ul {
  /*display: none;*/
}
/* I.B.2. Establish containing blocks (position: relative) from menu items on hover to be able to position sub-menus */
ul.FM_CSS_beerMenu li:hover {
  position: relative;
}
ul.FM_CSS_beerMenu ul li:hover {
  position: relative;
}
ul.FM_CSS_beerMenu ul ul li:hover {
  position: relative;
}
/* I.B.3. Show submenu when hovering over menu item */
ul.FM_CSS_beerMenu li:hover >ul {
  display: block;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 1  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_beerMenu li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_beerMenu {
  top: auto;
  left: auto;
}
/*************************************************************************************************/
/* II.B. Container design */
/*************************************************************************************************/
/* II.B.1. Background (color, image, image repeat, image position) */
/* II.B.2. Border */
/* II.B.3. Explicit container width/height (optional) */
div.FM_CSS_beerMenu_container {
  background: url('') no-repeat right top scroll;
  border-left: 1px none #666666;
  border-top: 1px none #666666;
  border-bottom: 1px none #666666;
  border-right: 1px none #666666;
  width: auto;
  height: 18px;
}
/* II.B.4. Container padding */
div.FM_CSS_beerMenu_container {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_beerMenu li a {
  background: url('') no-repeat center center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
  padding: 0px 20px 0px 20px;
  width: auto;
  height: 18px;
}
ul.FM_CSS_beerMenu li a, ul.FM_CSS_beerMenu li a span, ul.FM_CSS_beerMenu li a font {
  font: normal normal normal 14px/100% Constantia,"Lucida Bright","DejaVu Serif",Georgia,serif;
  color: #993300;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_beerMenu li {
  padding: 0 0px 0px 0px;
}
/*************************************************************************************************/
/* II.D. Menu item design (hover state) */
/*************************************************************************************************/
/* II.D.*. Any of II.C. may be changed but colors should be the most common */
ul.FM_CSS_beerMenu li:hover >a {
  background: url('') no-repeat left center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
ul.FM_CSS_beerMenu li:hover >a, ul.FM_CSS_beerMenu li:hover >a span, ul.FM_CSS_beerMenu li:hover >a font {
  font: normal normal normal 14px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_beerMenu li a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_beerMenu li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_beerMenu li a.sel span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_beerMenu li a.sel {
  background: url('') no-repeat left center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
ul.FM_CSS_beerMenu li a.sel, ul.FM_CSS_beerMenu li a.sel span, ul.FM_CSS_beerMenu li a.sel font {
  font: normal normal normal 14px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 2  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_beerMenu ul li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_beerMenu ul {
  top: -9999px;
  left: -9999px;
}
ul.FM_CSS_beerMenu li:hover >ul {
  top: 38px;
  left: 0px;
}
/*************************************************************************************************/
/* II.B. Container design */
/*************************************************************************************************/
/* II.B.1. Background (color, image, image repeat, image position) */
/* II.B.2. Border */
/* II.B.3. Explicit container width/height (optional) */
ul.FM_CSS_beerMenu ul {
  border-left: 1px none #333333;
  border-top: 1px none #333333;
  border-bottom: 1px none #333333;
  border-right: 1px none #333333;
  width: 700px;
  height: auto;
  background-color: #ffffff;
  background-image: none;
}
/* II.B.4. Container padding */
ul.FM_CSS_beerMenu ul {
  padding: 0 0 0 10px;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_beerMenu ul li a {
  background: none no-repeat left center scroll;
  border-left: 0 solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #000000;
  padding: 8px 0 8px 5px;
  width: 695px;
  height: auto;
}
ul.FM_CSS_beerMenu ul li a, ul.FM_CSS_beerMenu ul li a span, ul.FM_CSS_beerMenu ul li a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_beerMenu ul li {
  padding: 0 0 0px 0;
}
/*************************************************************************************************/
/* II.D. Menu item design (hover state) */
/*************************************************************************************************/
/* II.D.*. Any of II.C. may be changed but colors should be the most common */
ul.FM_CSS_beerMenu ul li:hover >a {
  background: none no-repeat left center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
ul.FM_CSS_beerMenu ul li:hover >a, ul.FM_CSS_beerMenu ul li:hover >a span, ul.FM_CSS_beerMenu ul li:hover >a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_beerMenu ul li a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_beerMenu ul li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_beerMenu ul li a.sel span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_beerMenu ul li a.sel {
  background: none no-repeat left center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
ul.FM_CSS_beerMenu ul li a.sel, ul.FM_CSS_beerMenu ul li a.sel span, ul.FM_CSS_beerMenu ul li a.sel font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 3  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_beerMenu ul ul li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_beerMenu ul ul {
  top: -9999px;
  left: -9999px;
}
ul.FM_CSS_beerMenu ul li:hover >ul {
  top: 10px;
  left: 150px;
}
/*************************************************************************************************/
/* II.B. Container design */
/*************************************************************************************************/
/* II.B.1. Background (color, image, image repeat, image position) */
/* II.B.2. Border */
/* II.B.3. Explicit container width/height (optional) */
ul.FM_CSS_beerMenu ul ul {
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  width: 165px;
  height: auto;
  background-color: #ffffff;
  background-image: none;
}
/* II.B.4. Container padding */
ul.FM_CSS_beerMenu ul ul {
  padding: 0 0 0 0;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_beerMenu ul ul li a {
  background: none no-repeat left center scroll;
  border-left: 0 solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #000000;
  padding: 8px 0 8px 5px;
  width: 160px;
  height: auto;
}
ul.FM_CSS_beerMenu ul ul li a, ul.FM_CSS_beerMenu ul ul li a span, ul.FM_CSS_beerMenu ul ul li a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_beerMenu ul ul li {
  padding: 0 0 0px 0;
}
/*************************************************************************************************/
/* II.D. Menu item design (hover state) */
/*************************************************************************************************/
/* II.D.*. Any of II.C. may be changed but colors should be the most common */
ul.FM_CSS_beerMenu ul ul li:hover >a {
  background: none no-repeat left center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
ul.FM_CSS_beerMenu ul ul li:hover >a, ul.FM_CSS_beerMenu ul ul li:hover >a span, ul.FM_CSS_beerMenu ul ul li:hover >a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #000000;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_beerMenu ul ul li a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_beerMenu ul ul li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_beerMenu ul ul li a.sel span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_beerMenu ul ul li a.sel {
  background: none no-repeat left center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
}
 {
  undefined: none;
  undefined: none;
}
