
/*** ESSENTIAL STYLES ***/
.durolenz-menu, .durolenz-menu * {
  margin:      0;
  padding:    0;
  list-style:    none;
}
.durolenz-menu {
  line-height:  1.0;
}
.durolenz-menu ul {
  position:    absolute;
  top:      -999em;
  width:      12em; /* left offset of submenus need to match (see below) */
}
.durolenz-menu ul li {
  width:      100%;
}
.durolenz-menu li:hover {
  visibility:    inherit; /* fixes IE7 'sticky bug' */
}
.durolenz-menu li {
  float:      left;
  position:    relative;
}
.durolenz-menu a {
  display:    block;
  position:    relative;
}
.durolenz-menu li:hover ul,
.durolenz-menu li.sfHover ul {
  left:      0;
  top:      46px; /* match top ul list item height */
  z-index:    99;
}
ul.durolenz-menu li:hover li ul,
ul.durolenz-menu li.sfHover li ul {
  top:      -999em;
}
ul.durolenz-menu li li:hover ul,
ul.durolenz-menu li li.sfHover ul {
  left:      12em; /* match ul width */
  top:      0;
}
ul.durolenz-menu li li:hover li ul,
ul.durolenz-menu li li.sfHover li ul {
  top:      -999em;
}
ul.durolenz-menu li li li:hover ul,
ul.durolenz-menu li li li.sfHover ul {
  left:      12em; /* match ul width */
  top:      0;
}

.durolenz-menu-wrap {
  margin:     0;
  padding:    0;
  position:    relative;
  z-index:    49;
}


/*** DEMO SKIN ***/
.durolenz-menu {
  float:      left;
  margin-bottom:  0px;
}
.durolenz-menu a {
  border-left: 0;
  border-top:  0;
  text-decoration:none;
}
.durolenz-menu li a, .durolenz-menu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.durolenz-menu li li a, .durolenz-menu li li a:visited {
  color: #000000;
  font-size: 13px;
  text-shadow: none;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

.durolenz-menu li li a:hover {
  color: #00A0AF;
  
}

.durolenz-menu li {
  background:  #768087;
  height: 18px;
  display: block;
  padding: 14px 0px;
}
.durolenz-menu li li {
  border: 1px solid #596269;
  border-top: none;
  height: 100%;
  background:    #ffffff;
  padding: 10px;
  display: block;
}

.durolenz-menu li:first-child, .durolenz-menu li.first-child {
}

.durolenz-menu li:last-child, .durolenz-menu li.last-child {
}


.durolenz-menu li li:hover, .durolenz-menu li li.sfHover {
  background:    #ffffff;
  outline:    0;
  color: #00A0AF;
  text-decoration: none;
}

.durolenz-menu li .separator {
  display: block;
  padding: 0;
  text-decoration:none;
}


/*** arrows **/
.durolenz-menu a.sf-with-ul {
  padding-right:   0px;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:    absolute;
  display:    block;
  right:      .75em;
  top:      1.05em; /* IE6 only */
  width:      10px;
  height:      10px;
  text-indent:   -999em;
  overflow:    hidden;
/*  background:    url('../images/arrows-ffffff.png') no-repeat -10px -100px; */ /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
  top:      .8em;
  background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.rkw-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.rkw-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.rkw-menu ul a:focus > .sf-sub-indicator,
.rkw-menu ul a:hover > .sf-sub-indicator,
.rkw-menu ul a:active > .sf-sub-indicator,
.rkw-menu ul li:hover > a > .sf-sub-indicator,
.rkw-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0; /* arrow hovers for modern browsers*/
}



.superfish_clear { 
  clear: both !important;
  height: 1px !important;
  overflow: hidden !important;
  font-size: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}


.durolenz-menu .home {
  width: 94px;
  background: #768087;
  text-align: center;
}

.durolenz-menu .products {
  width: 141px;
  background: #828C93;
  text-align: center;
}

.durolenz-menu .specs {
  width: 203px;
  background: #9099A0;
  text-align: center;
}

.durolenz-menu .contact {
  width: 126px;
  background: #9DA6AD;
  text-align: center;
}

.durolenz-menu .quote {
  width: 174px;
  background: #A03D51;
  text-align: center;
}

.durolenz-menu .sample {
  width: 182px;
  background: #BF6741;
  text-align: center;
}

.durolenz-menu #current li li, .durolenz-menu .active li li {
  color: #00A0AF;
}