ul.FM_CSS_navigationV4, ul.FM_CSS_reset, ul.FM_CSS_navigationV4 div, ul.FM_CSS_navigationV4 span, ul.FM_CSS_navigationV4 ul, ul.FM_CSS_navigationV4 li, ul.FM_CSS_navigationV4 table, ul.FM_CSS_navigationV4 tr, ul.FM_CSS_navigationV4 th, ul.FM_CSS_navigationV4 td, ul.FM_CSS_navigationV4 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_navigationV4, ul.FM_CSS_navigationV4 ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
/* I.A.2. Remove anchor outlines when clicked */
ul.FM_CSS_navigationV4 a:active, ul.FM_CSS_navigationV4 a:focus {
  outline-style: none;
}
/* I.A.3. Force block display on lists and list items */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  display: block;
}
ul.FM_CSS_navigationV4 li {
  display: block;
}
/* I.A.4. Hide span overflow */
ul.FM_CSS_navigationV4 span {
  /*overflow: hidden;*/
}
/* I.A.5. Display and positioning for containers */
ul.FM_CSS_navigationV4 {
  position: relative;
  display: inline-block;
  width: auto;
  height:60px;
}
div.FM_CSS_navigationV4_container {
  float: left;
  z-index: 2000;
  text-align: center;
  background-repeat: repeat-x;
  background-position: center center;
    height:60px;
}
*+html ul.FM_CSS_navigationV4 {
  display: inline;
}
ul.FM_CSS_navigationV4 ul {
  position: absolute;
  z-index: 2000;
}
/* I.A.6. Reset margin to 0 for all menu containers */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  margin: 0 0 0 0;
}
/* I.A.7. Reset padding to 0 for all menu containers */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  padding: 0 0 0 0;
}
/* I.A.8. Display block for all anchors in list items */
ul.FM_CSS_navigationV4 a {
  display:block;
}
/* I.A.9. Display block for all spans in list items, also height 100% */
ul.FM_CSS_navigationV4 span {
  display: block;
}
/*************************************************************************************************/
/* I.B. Sub-menu visibility */
/*************************************************************************************************/
/* I.B.1. Hide by default all menus of level greater than one */
ul.FM_CSS_navigationV4 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_navigationV4 li:hover {
  position: relative;
}
ul.FM_CSS_navigationV4 ul li:hover {
  position: relative;
}
ul.FM_CSS_navigationV4 ul ul li:hover {
  position: relative;
}
/* I.B.3. Show submenu when hovering over menu item */
ul.FM_CSS_navigationV4 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_navigationV4 li {
  float:left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_navigationV4 {
  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_navigationV4_container {
 /*  background-image:-webkit-linear-gradient(270deg, rgb(169, 174, 180) 0%, rgb(92, 98, 105) 100%);
    background-image: linear-gradient(180deg, rgb(169, 174, 180) 0%, rgb(92, 98, 105) 100%); */
background-color:#798084;
    border-left: 0px none #000000;
  border-top: 0px none #000000;
  border-bottom: 0px none #000000;
  border-right: 0px none #000000;
  width: 100%;
  height: 60px;
}
/* II.B.4. Container padding */
div.FM_CSS_navigationV4_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_navigationV4 li a {
  background: url('') no-repeat left center scroll;
  border-left: 0px solid #000000;
  border-top: 0 solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  padding: 23px 30px 20px 30px;
  width: auto;
  height: 60px;
}
ul.FM_CSS_navigationV4 li a, ul.FM_CSS_navigationV4 li a span, ul.FM_CSS_navigationV4 li a font {
  font: normal normal normal 1em/100% Ubuntu, Verdana, serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 li {
  padding: 0px 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_navigationV4 li:hover >a {
 /* background-image:-webkit-linear-gradient(270deg, rgb(169, 174, 180) 42%, rgb(92, 98, 105) 100%);
    background-image: linear-gradient(180deg, rgb(169, 174, 180) 42%, rgb(92, 98, 105) 100%); */
    background-color: #606569;
    border-radius: 3px;
          opacity: 0.8;
     transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;


    
}
ul.FM_CSS_navigationV4 li:hover >a, ul.FM_CSS_navigationV4 li:hover >a span, ul.FM_CSS_navigationV4 li:hover >a font {
  font: normal normal normal 1em/100%   Ubuntu, Verdana, serif;
  color: #fff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 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_navigationV4 li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 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_navigationV4 li a.sel {
  background: #a32b26 url('') no-repeat left center scroll;
  border-left: 0px solid #631a17;
  border-top: 0 solid #000000;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #000000;
}
ul.FM_CSS_navigationV4 li a.sel, ul.FM_CSS_navigationV4 li a.sel span, ul.FM_CSS_navigationV4 li a.sel font {
  font: normal normal normal 1em/100% Ubuntu, Verdana, serif;
  color: #fff;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: #a32b26;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  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_navigationV4 ul li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_navigationV4 ul {
  top: -9999px;
  left: -9999px;
}
ul.FM_CSS_navigationV4 li:hover >ul {
  top: 36px;
  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_navigationV4 ul {
  border-left: 0px solid #cdc78f;
  border-top: 0px solid #cdc78f;
  border-bottom: 0px solid #cdc78f;
  border-right: 0px solid #cdc78f;
  width: 100%;
  height: 60px;
  background-color: #fff8b2;
  background-image: url('');
}
/* II.B.4. Container padding */
ul.FM_CSS_navigationV4 ul {
  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_navigationV4 ul li a {
  background: #fff8b2 url('') no-repeat left center scroll;
  border-left: 5px solid #dea140;
  border-top: 0 solid #dea140;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #dea140;
  padding: 0px 0px 0px 14px;
  width: 100%;
  height: 60px;
}
ul.FM_CSS_navigationV4 ul li a, ul.FM_CSS_navigationV4 ul li a span, ul.FM_CSS_navigationV4 ul li a font {
  font: normal normal normal 12px/100% Ubuntu, Verdana, serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #fff8b2;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 ul 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_navigationV4 ul li:hover >a {
  background: #dea140 url('') no-repeat left center scroll;
  border-left: 0px solid #dea140;
  border-top: 0 solid #dea140;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #dea140;
}
ul.FM_CSS_navigationV4 ul li:hover >a, ul.FM_CSS_navigationV4 ul li:hover >a span, ul.FM_CSS_navigationV4 ul li:hover >a font {
  font: normal normal normal 12px/100% Ubuntu, Verdana, serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #dea140;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 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_navigationV4 ul li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 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_navigationV4 ul li a.sel {
  background: #a32b26 url('') no-repeat left center scroll;
  border-left: 0px solid #631a17;
  border-top: 0 solid #631a17;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #631a17;
}
ul.FM_CSS_navigationV4 ul li a.sel, ul.FM_CSS_navigationV4 ul li a.sel span, ul.FM_CSS_navigationV4 ul li a.sel font {
  font: normal normal normal 12px/100% Ubuntu, Verdana, serif;
  color: #ffffff;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: #a32b26;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  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_navigationV4 ul ul li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_navigationV4 ul ul {
  top: -9999px;
  left: -9999px;
}
ul.FM_CSS_navigationV4 ul li:hover >ul {
  top: 0px;
  left: 125px;
}
/*************************************************************************************************/
/* 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_navigationV4 ul ul {
  border-left: 0px solid #cdc78f;
  border-top: 0px solid #cdc78f;
  border-bottom: 0px solid #cdc78f;
  border-right: 0px solid #cdc78f;
  width: 100%;
  height: 60px;
  background-color: #fff8b2;
  background-image: url('');
}
/* II.B.4. Container padding */
ul.FM_CSS_navigationV4 ul ul {
  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_navigationV4 ul ul li a {
  background: #fff8b2 url('') no-repeat left center scroll;
  border-left: 0px solid #fff8b2;
  border-top: 0 solid #fff8b2;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #fff8b2;
  padding: 5px 0px 0px 14px;
  width: 100%;
  height: 60px;
}
ul.FM_CSS_navigationV4 ul ul li a, ul.FM_CSS_navigationV4 ul ul li a span, ul.FM_CSS_navigationV4 ul ul li a font {
  font: normal normal normal 12px/100% Ubuntu, Verdana, serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #fff8b2;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 ul ul li {
  padding: 0 0px 1px 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_navigationV4 ul ul li:hover >a {
  background: #dea140 url('') no-repeat left center scroll;
  border-left: 0px solid #fff8b2;
  border-top: 0 solid #fff8b2;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #fff8b2;
}
ul.FM_CSS_navigationV4 ul ul li:hover >a, ul.FM_CSS_navigationV4 ul ul li:hover >a span, ul.FM_CSS_navigationV4 ul ul li:hover >a font {
  font: normal normal normal 12px/100% Ubuntu, Verdana, serif;
  color: #000000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #dea140;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 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_navigationV4 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_navigationV4 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_navigationV4 ul ul li a.sel {
  background: #a32b26 url('') no-repeat left center scroll;
  border-left: 0px solid #a32b26;
  border-top: 0 solid #a32b26;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #a32b26;
}
ul.FM_CSS_navigationV4 ul ul li a.sel, ul.FM_CSS_navigationV4 ul ul li a.sel span, ul.FM_CSS_navigationV4 ul ul li a.sel font {
  font: normal normal normal 12px/100% Ubuntu, Verdana, serif;
  color: #ffffff;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  background-color: #a32b26;
}
