ol, ul {
    list-style: none outside none;
    margin: 0;
	padding: 0;
	border: 0;
}
.clearme:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* layout */
#mt-header {
  text-align: center;
  z-index: 999;
}
#mt-header .nav, #mt-header .nav > li {
  position: relative;
  text-align: left;
  float: left;
}
#mt-header .login a, #mt-header .nav a {
  display: block;
  white-space: nowrap;
}
#mt-header .nav ul {
  position: absolute;
  top: -9999px;
  left: 0;
  z-index: 999;
  opacity: 0;
}


/* visual style */
#mt-header  {
  letter-spacing: normal;
  line-height: 1em;
  height: 50px;
  max-height: 50px;
  position: relative;
}

#mt-header  a {
  text-decoration: none;
  color: #000000;
}
#mt-header .nav > li {
  /*height: 70px*/
}
#mt-header .nav > li > a {
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    font-size: 14px;
    margin: 0 4px;
    padding: 5px 16px;
}
#mt-header .nav > li:hover > a,
#mt-header .nav > li.active > a,
#mt-header .nav > li > a:focus,
body.hostingpage #mt-header .nav > li.menu-1 > a,
body.whymtpage   #mt-header .nav > li.menu-2 > a,
body.companypage #mt-header .nav > li.menu-3 > a,
body.blogpage    #mt-header .nav > li.menu-4 > a,
body.supportpage #mt-header .nav > li.menu-5 > a {
  color: #fd6e63;
}

#mt-header .nav li > ul {
  width: 180px;
  background-color: #FFFFFF;
  filter: Alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#mt-header .nav li.menu-1 > ul {
  width: 250px;
  font-size: 14px;
}
#mt-header .nav li > ul, #mt-header .nav li > ul li:last-child a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mt-header .nav li > ul li {
  border-bottom: 2px solid #fafafa;
}
#mt-header .nav li > ul li:last-child {
  border-bottom: none;
}
#mt-header .nav ul a {
  padding: 8px 0;
  text-indent: 22px;
  font-size:13px;
}
#mt-header .nav ul a:hover,
#mt-header .nav ul a:focus {
  background: #68aacd;
  color:#FFFFFF;
  text-shadow: 0 0 9px rgba(26,179,217,.8);
}
#mt-header .nav .menu-1 > ul a {
  padding: 0;
  text-indent: 0;
  clear: left;
  height: 50px;
  line-height: 50px;
}
/* icon menu */
#mt-header .nav .menu-1 > ul a:before {
  content: "";
  display: block;
  float: left;  
  width: 75px;
  height: 50px;
}

#mt-header ul#cart {
  position: absolute;
  right: 226px;
}

#mt-header .nav .tab a.cart {
  box-shadow: none;
  padding: 5px 10px;
}

#mt-header .nav .empty a.cart {
  background-position: -263px -210px !important;
  cursor: default;
}

#mt-header .nav .full a.cart {
  background-position: -263px -236px !important;
}

#mt-header .nav .menu-1 > ul .menu-1-1 a:before { background-position: -492px -125px; } /* virb */
#mt-header .nav .menu-1 > ul .menu-1-2 a:before { background-position: 10px   -130px; } /* gs */
#mt-header .nav .menu-1 > ul .menu-1-3 a:before { background-position: -73px  -130px; } /* dv */
#mt-header .nav .menu-1 > ul .menu-1-4 a:before { background-position: -244px -130px; } /* ve */
#mt-header .nav .menu-1 > ul .menu-1-5 a:before { background-position: -158px -133px; } /* nitro */

#mt-header .nav .navadd a:before {
  content: "+";
  display: inline-block;
  color: #fff;
  background: #5C9E1F;
  font-size: 9px;
  font-weight: bold;
  line-height: 1em;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 0 rgba(0,0,0,.3);
  padding: 2px 4px 3px;
  margin: -2px 15px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

#mt-header .nav .navnew a:after {
  content: "new";
  display: inline-block;
  color: #fff;
  background: #5C9E1F;
  font-size: 9px;
  font-weight: bold;
  line-height: 1em;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 0 rgba(0,0,0,.3);
  padding: 2px 4px 3px;
  margin: -2px 0 0 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

#mt-header .login {
  margin: 23px 30px 0 10px;
  padding-left: 15px;
}
#mt-header .login-button, #mt-header .toll-free {
  padding: 5px 8px;
  margin: 0 4px;
}
#mt-header .login-button {
  font-size: 9px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #27282E;
  background-color: rgba(255,255,255,.1);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.45)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background-image: linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%); /* W3C */
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.2);
  opacity: .9;
}
#mt-header .login-button:hover, #mt-header .login-button:focus {
  opacity: 1;
  background: #1782AB;
  background: rgba(23,174,229,.7);
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 -1px 0 rgba(0,0,0,.2);
}

#mt-header a.toll-free {
  display: block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: normal;
  color: #B3CFDC;
  text-decoration: none;
}
#mt-header a.toll-free:hover,
#mt-header a.toll-free:focus {
  color: #D7EBF5;
  text-shadow: 0 0 9px rgba(26,179,217,.8);
}

/* animation */
#mt-header a {
  -webkit-transition: all 150ms linear;
  -moz-transition:    all 150ms linear;
  -ms-transition:     all 150ms linear;
  -o-transition:      all 150ms linear;
  transition:         all 150ms linear;
}

#mt-header .nav ul {
  -webkit-transition: opacity 150ms linear;
  -moz-transition:    opacity 150ms linear;
  -ms-transition:     opacity 150ms linear;
  -o-transition:      opacity 150ms linear;
  transition:         opacity 150ms linear;
}

#mt-header .nav li:hover > ul, 
#mt-header .nav li.active > ul {
  top: 100%;
  opacity: 1;
}

#mt-header .nav li:hover > ul,
#mt-header .nav li.fade > ul {
  opacity: 0.9;
}

