@import url(https://9a14e2.claudeassets.com/20250713181818cs_/http://fonts.googleapis.com/css?family=PT+Sans:400,700);
body{ background:;}
.main_menu_main{ width:100%; background:; padding-bottom:10px;}
.main_menu{ max-width:1000px; width:97%; margin:0 auto; height: auto;}

.menu-menu-top-container {
  background: ;
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'PT Sans', sans-serif;
}
.menu-menu-top-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  background: ;
}
.menu-menu-top-container ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu-menu-top-container ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.menu-menu-top-container ul li a {
  text-decoration: none;
  display: block;
  color:#000;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu-menu-top-container ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
.menu-menu-top-container ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}
.menu-menu-top-container ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
.menu-menu-top-container ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.menu-menu-top-container ul li ul li a {
  font-size: 14px;
   color: #000;
  background:#0096d6;
  font-weight: 400;
  border-bottom: 1px solid #EEEEEE;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  width: 180px;
  color:#fff;
  padding: 11px 10px 11px 20px;
  position:relative;
  z-index:10000;
}
.menu-menu-top-container ul li ul li:hover > a,
.menu-menu-top-container ul li ul li.active > a {
  background:;
  color: #000;

}
.menu-menu-top-container ul li ul li:hover:after,
.menu-menu-top-container ul li ul li.active:after {
  background: #000;
}
.menu-menu-top-container ul li ul li:hover > ul {
  left: 170px;
  top: 0;
}
.menu-menu-top-container ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.menu-menu-top-container > ul > li {
  float: left;
}
.menu-menu-top-container > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: ; 
}
.menu-menu-top-container > ul > li.has-sub > a {
  padding-right: 13px;
}

.menu-menu-top-container > ul > li > a {
  background-image: url("https://be774e.claudeassets.com/20250713181818im_/http://supremeconstructions.com/images/nav_seprator.png");
    background-position: right center;
    background-repeat: no-repeat;
    color:#999;
    padding: 10px 25px;
  z-index: 2;
  position: relative;
}
.menu-menu-top-container > ul > li:hover:after,
.menu-menu-top-container > ul > li.active:after {
  height: 100%;
}
.menu-menu-top-container > ul > li:hover > a,
.menu-menu-top-container > ul > li.active > a {
    background:#0097d6 ; /* Old browsers */
color:#fff; text-decoration:underline; transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all;
}
.menu-menu-top-container > ul > li:hover > a:after,
.menu-menu-top-container > ul > li.active > a:after {
  background: #000000;
}
.menu-menu-top-container > ul > li:hover > a:before,
.menu-menu-top-container > ul > li.active > a:before {
  border-top-color: #ffffff;
}
.menu-menu-top-container > ul > li:hover > ul {
  left: 0;
}
.menu-menu-top-container > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
.menu-menu-top-container #menu-button {
  display: none;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .menu-menu-top-container > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  .menu-menu-top-container > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  .menu-menu-top-container ul {
    width: 100%;
  }
  .menu-menu-top-container ul > li {
    float: none;
  }
  .menu-menu-top-container ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  
   .menu-menu-top-container ul li a:hover {
	   background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#dedede 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#dedede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	 }
  .menu-menu-top-container ul > li:after {
    display: none;
  }
  .menu-menu-top-container ul li.has-sub > a:after,
  .menu-menu-top-container ul li.has-sub > a:before,
  .menu-menu-top-container ul li ul li.has-sub:after,
  .menu-menu-top-container ul li ul li.has-sub:before {
    display: none;
  }
  .menu-menu-top-container ul li ul,
  .menu-menu-top-container ul li ul li ul,
  .menu-menu-top-container ul li ul li:hover > ul {
    left: 0;
    position: relative;
  }
  .menu-menu-top-container ul li ul li,
  .menu-menu-top-container ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  .menu-menu-top-container ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #000;
    width: auto;
	background:none;
	border-bottom:none;
  }
  .menu-menu-top-container ul li ul{ background:none;}
  
  .menu-menu-top-container ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  .menu-menu-top-container ul li ul li:hover > a {
   color: #000;
  background:#fff;

  }
  .menu-menu-top-container #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #0096D6;
    cursor: pointer;
  }
  .menu-menu-top-container #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #0096D6;
    border-bottom: 2px solid #0096D6;
    right: 20px;
    top: 16px;
  }
  .menu-menu-top-container #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #0096D6;
    right: 20px;
    top: 26px;
  }
}

/*
     FILE ARCHIVED ON 18:49:31 Jul 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:07:27 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.378
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.006
  cdx.remote: 12.331
  LoadShardBlock: 98.057 (3)
  PetaboxLoader3.datanode: 60.748 (5)
  PetaboxLoader3.resolve: 116.535 (3)
  load_resource: 120.671
  loaddict: 48.802
*/