ul.FM_CSS_Recibos, ul.FM_CSS_reset, ul.FM_CSS_Recibos div, ul.FM_CSS_Recibos span, ul.FM_CSS_Recibos ul, ul.FM_CSS_Recibos li, ul.FM_CSS_Recibos table, ul.FM_CSS_Recibos tr, ul.FM_CSS_Recibos th, ul.FM_CSS_Recibos td, ul.FM_CSS_Recibos a {
  background: transparent 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_Recibos, ul.FM_CSS_Recibos ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
/* I.A.2. Remove anchor outlines when clicked */
ul.FM_CSS_Recibos a:active, ul.FM_CSS_Recibos a:focus {
  outline-style: none;
}
/* I.A.3. Force block display on lists and list items */
ul.FM_CSS_Recibos, ul.FM_CSS_Recibos ul {
  display: block;
}
ul.FM_CSS_Recibos li {
  display: block;
}
/* I.A.4. Hide span overflow */
ul.FM_CSS_Recibos span {
  /*overflow: hidden;*/
}
/* I.A.5. Display and positioning for containers */
ul.FM_CSS_Recibos {
  position: relative;
  display: inline-block;
  width: auto;
}
div.FM_CSS_Recibos_container {
  float: left;
  text-align: right;
  background-position: left center;
}
*+html ul.FM_CSS_Recibos {
  display: inline;
}
ul.FM_CSS_Recibos ul {
  position: absolute;
}
/* I.A.6. Reset margin to 0 for all menu containers */
ul.FM_CSS_Recibos, ul.FM_CSS_Recibos ul {
  margin: 0 0 0 0;
}
/* I.A.7. Reset padding to 0 for all menu containers */
ul.FM_CSS_Recibos, ul.FM_CSS_Recibos ul {
  padding: 0 0 0 0;
}
/* I.A.8. Display block for all anchors in list items */
ul.FM_CSS_Recibos a {
  display: block;
}
/* I.A.9. Display block for all spans in list items, also height 100% */
ul.FM_CSS_Recibos span {
  display: block;
}
/*************************************************************************************************/
/* I.B. Sub-menu visibility */
/*************************************************************************************************/
/* I.B.1. Hide by default all menus of level greater than one */
ul.FM_CSS_Recibos 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_Recibos li:hover {
  position: static;
}
ul.FM_CSS_Recibos ul li:hover {
  position: relative;
}
ul.FM_CSS_Recibos ul ul li:hover {
  position: relative;
}
/* I.B.3. Show submenu when hovering over menu item */
ul.FM_CSS_Recibos 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_Recibos li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_Recibos {
  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_Recibos_container {
  border-left: 4px groove #cccccc;
  border-top: 5px groove #356781;
  border-bottom: 5px groove #356781;
  border-right: 2px groove #000000;
  width: 625px;
  height: 50px;
  background-color: #333333;
  background-image: none;
}
/* II.B.4. Container padding */
div.FM_CSS_Recibos_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_Recibos li a {
  background: #24aabc none repeat-x left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  padding: 10px 20px 10px 40px;
  width: 100px;
  height: 16px;
}
ul.FM_CSS_Recibos li a, ul.FM_CSS_Recibos li a span, ul.FM_CSS_Recibos li a font {
  font: normal normal bold 14px/100% Tahoma,Geneva,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #24aabc;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_Recibos li {
  padding: 0 10px 10px 40px;
}
/*************************************************************************************************/
/* 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_Recibos li:hover >a {
  background: #356781 none no-repeat left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
ul.FM_CSS_Recibos li:hover >a, ul.FM_CSS_Recibos li:hover >a span, ul.FM_CSS_Recibos li:hover >a font {
  font: normal normal bold 14px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #356781;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos 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_Recibos li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_Recibos li a.sel span {
  padding: 0px 0px 0px 0px;
  background-image: url('tabbed/rails/blue/main_arrow_down.png');
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_Recibos li a.sel {
  background: #2c3d51 none no-repeat left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
ul.FM_CSS_Recibos li a.sel, ul.FM_CSS_Recibos li a.sel span, ul.FM_CSS_Recibos li a.sel font {
  font: normal normal bold 14px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #2c3d51;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  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_Recibos ul li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_Recibos ul {
  top: -9999px;
  left: -9999px;
}
ul.FM_CSS_Recibos li:hover >ul {
  top: 48px;
  left: -0px;
  right: -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_Recibos ul {
  border-left: 0px solid #4ebac9;
  border-top: 1px solid #4ebac9;
  border-bottom: 1px solid #4ebac9;
  border-right: 0px solid #4ebac9;
  width: auto;
  height: 29px;
  background-color: #ffffff;
  background-image: none;
}
/* II.B.4. Container padding */
ul.FM_CSS_Recibos 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_Recibos ul li a {
  background: #24aabc none repeat-x left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  padding: 5px 20px 0px 20px;
  width: auto;
  height: 20px;
}
ul.FM_CSS_Recibos ul li a, ul.FM_CSS_Recibos ul li a span, ul.FM_CSS_Recibos 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: #24aabc;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_Recibos ul li {
  padding: 0 10px 0px 50px;
}
/*************************************************************************************************/
/* 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_Recibos ul li:hover >a {
  background: #356781 none no-repeat left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
ul.FM_CSS_Recibos ul li:hover >a, ul.FM_CSS_Recibos ul li:hover >a span, ul.FM_CSS_Recibos ul li:hover >a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #356781;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos 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_Recibos ul li:hover >a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_Recibos 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_Recibos ul li a.sel {
  background: #2c3d51 none no-repeat left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
ul.FM_CSS_Recibos ul li a.sel, ul.FM_CSS_Recibos ul li a.sel span, ul.FM_CSS_Recibos ul li a.sel font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #2c3d51;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  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_Recibos ul ul li {
  float: none;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_Recibos ul ul {
  top: -9999px;
  left: -9999px;
}
ul.FM_CSS_Recibos ul li:hover >ul {
  top: 29px;
  left: 0px;
  right: 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) */
ul.FM_CSS_Recibos ul ul {
  border-left: 1px solid #4ebac9;
  border-top: 1px solid #4ebac9;
  border-bottom: 1px solid #4ebac9;
  border-right: 1px solid #4ebac9;
  width: 130px;
  height: auto;
  background-color: #ffffff;
  background-image: none;
}
/* II.B.4. Container padding */
ul.FM_CSS_Recibos 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_Recibos ul ul li a {
  background: #24aabc none repeat-x left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  padding: 5px 0px 5px 12px;
  width: 108px;
  height: auto;
}
ul.FM_CSS_Recibos ul ul li a, ul.FM_CSS_Recibos ul ul li a span, ul.FM_CSS_Recibos 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: #24aabc;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_Recibos ul ul li {
  padding: 0 10px 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_Recibos ul ul li:hover >a {
  background: #356781 none no-repeat left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
ul.FM_CSS_Recibos ul ul li:hover >a, ul.FM_CSS_Recibos ul ul li:hover >a span, ul.FM_CSS_Recibos ul ul li:hover >a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #356781;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos 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_Recibos 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_Recibos 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_Recibos ul ul li a.sel {
  background: #2c3d51 none no-repeat left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
ul.FM_CSS_Recibos ul ul li a.sel, ul.FM_CSS_Recibos ul ul li a.sel span, ul.FM_CSS_Recibos ul ul li a.sel font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #2c3d51;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 4  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_Recibos ul ul ul li {
  float: none;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_Recibos ul ul ul {
  top: -9999px;
  left: -9999px;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_Recibos ul ul li:hover >ul {
  top: 0px;
  left: 120px;
  right: 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) */
ul.FM_CSS_Recibos ul ul ul {
  border-left: 1px solid #4ebac9;
  border-top: 1px solid #4ebac9;
  border-bottom: 1px solid #4ebac9;
  border-right: 1px solid #4ebac9;
  width: 120px;
  height: auto;
  background-color: #ffffff;
  background-image: none;
}
/* II.B.4. Container padding */
ul.FM_CSS_Recibos ul 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_Recibos ul ul ul li a {
  background: #24aabc none repeat-x left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  padding: 5px 0px 5px 12px;
  width: 108px;
  height: auto;
}
ul.FM_CSS_Recibos ul ul ul li a, ul.FM_CSS_Recibos ul ul ul li a span, ul.FM_CSS_Recibos ul 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: #24aabc;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_Recibos ul ul 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_Recibos ul ul ul li:hover >a {
  background: #356781 none no-repeat left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
ul.FM_CSS_Recibos ul ul ul li:hover >a, ul.FM_CSS_Recibos ul ul ul li:hover >a span, ul.FM_CSS_Recibos ul ul ul li:hover >a font {
  font: normal normal normal 12px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #356781;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos ul 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_Recibos ul 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_Recibos ul 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_Recibos ul ul ul li a.sel {
  background: #2c3d51 none no-repeat left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
 {
  undefined: double;
  undefined: groove;
}
/*************************************************************************************************/
/* 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_Recibos li a.SELECTECTED {
  background: #00ffff none repeat-x left center scroll;
  border-left: 3px double #ffffff;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
  border-right: 3px double #ffffff;
  padding: 0px 0px 0px 0px;
  width: auto;
  height: 24px;
}
ul.FM_CSS_Recibos li a.SELECTECTED, ul.FM_CSS_Recibos li a.SELECTECTED span, ul.FM_CSS_Recibos li a.SELECTECTED font {
  font: normal normal bold 14px/100% Tahoma,Geneva,sans-serif;
  color: #ff0000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #00ffff;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_Recibos li.SELECTECTED {
  padding: 10px 10px 10px 10px;
}
/*************************************************************************************************/
/* 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_Recibos li:hover >a.SELECTECTED {
  background: #24aabc none no-repeat left center scroll;
  border-left: 0px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 1px solid #ffffff;
}
ul.FM_CSS_Recibos li:hover >a.SELECTECTED, ul.FM_CSS_Recibos li:hover >a.SELECTECTED span, ul.FM_CSS_Recibos li:hover >a.SELECTECTED font {
  font: normal normal bold 16px/100% Tahoma,Geneva,sans-serif;
  color: #212121;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #24aabc;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos li a.SELECTECTED span {
  padding: 0px 0px 0px 0px;
  background-image: url('tabbed/rails/blue/main_arrow_up.png');
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos li:hover >a.SELECTECTED span {
  padding: 0px 0px 0px 0px;
  background-image: url('tabbed/rails/blue/main_arrow_over.png');
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_Recibos li a.sel_SELECTECTED span {
  padding: 0px 0px 0px 0px;
  background-image: url('tabbed/rails/blue/main_arrow_down.png');
  background-repeat: no-repeat;
  background-position: center center;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_Recibos li a.sel_SELECTECTED, ul.FM_CSS_Recibos li:hover >a.sel_SELECTECTED {
  background: #2c3d51 none no-repeat left center scroll;
  border-left: 3px double #ffffff;
  border-top: 3px double #ffffff;
  border-bottom: 3px double #ffffff;
  border-right: 3px double #ffffff;
  width: auto;
  height: 24px;
}
ul.FM_CSS_Recibos li a.sel_SELECTECTED, ul.FM_CSS_Recibos li a.sel_SELECTECTED span, ul.FM_CSS_Recibos li a.sel_SELECTECTED font, ul.FM_CSS_Recibos li:hover >a.sel_SELECTECTED, ul.FM_CSS_Recibos li:hover >a.sel_SELECTECTED span, ul.FM_CSS_Recibos li:hover >a.sel_SELECTECTED font {
  font: normal normal bold 16px/100% Tahoma,Geneva,sans-serif;
  color: #ff0000;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  background-color: #24aabc;
}
/*************************************************************************************************/
/* 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_Recibos li a.SELECTED2 {
  background: #24aabc none repeat-x left center scroll;
  border-left: 3px solid #ff0000;
  border-top: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  border-right: 3px solid #ff0000;
  padding: 12px 20px 10px 55px;
  width: 130px;
  height: 24px;
}
ul.FM_CSS_Recibos li a.SELECTED2, ul.FM_CSS_Recibos li a.SELECTED2 span, ul.FM_CSS_Recibos li a.SELECTED2 font {
  font: normal normal bold 18px/100% Tahoma,Geneva,sans-serif;
  color: #ff0000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #24aabc;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_Recibos li.SELECTED2 {
  padding: 0 10px 10px 50px;
}
/*************************************************************************************************/
/* 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_Recibos li:hover >a.SELECTED2 {
  background: #356781 none no-repeat left center scroll;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
ul.FM_CSS_Recibos li:hover >a.SELECTED2, ul.FM_CSS_Recibos li:hover >a.SELECTED2 span, ul.FM_CSS_Recibos li:hover >a.SELECTED2 font {
  font: normal normal bold 18px/100% Arial,Helvetica,sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #356781;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos li a.SELECTED2 span {
  padding: 10px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_Recibos li:hover >a.SELECTED2 span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_Recibos li a.sel_SELECTED2 span {
  padding: 0px 0px 0px 0px;
  background-image: url('tabbed/rails/blue/main_arrow_down.png');
  background-repeat: no-repeat;
  background-position: right center;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_Recibos li a.sel_SELECTED2, ul.FM_CSS_Recibos li:hover >a.sel_SELECTED2 {
  background: #2c3d51 url('../../../#24aabc') no-repeat left center scroll;
  border-left: 3px double #ff0000;
  border-top: 3px double #ff0000;
  border-bottom: 3px double #ff0000;
  border-right: 3px double #ff0000;
  height: 24px;
  width: 130px;
}
ul.FM_CSS_Recibos li a.sel_SELECTED2, ul.FM_CSS_Recibos li a.sel_SELECTED2 span, ul.FM_CSS_Recibos li a.sel_SELECTED2 font, ul.FM_CSS_Recibos li:hover >a.sel_SELECTED2, ul.FM_CSS_Recibos li:hover >a.sel_SELECTED2 span, ul.FM_CSS_Recibos li:hover >a.sel_SELECTED2 font {
  font: normal normal bold 18px/100% Arial,Helvetica,sans-serif;
  color: #ff0000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  background-color: #25aabc;
}
