/** ------------------------------------------------------- Main Menu ----- **/
#main-menu {
  clear: both;
  
  list-style: none;
  
  margin: 0 auto;
  
  font-family: Arial;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

#main-menu li {
  float: left;
}

#main-menu li.left {
  width: 6px;
  height: 39px;
  
  background: url(/var/img/v11/main-menu/left.jpg) no-repeat;
}

#main-menu li.right {
  width: 6px;
  height: 39px;
  
  background: url(/var/img/v11/main-menu/right.jpg) no-repeat;
}

#main-menu li a {
  display: block;
  
  float: left;

  color: #FFF;
  text-decoration: none;
  outline: none;
}

#main-menu li.first-layer {
  height: 39px;

  background: #737172;
}

#main-menu li.first-layer a {
  padding: 13px 0 12px 0;
}

#main-menu li a span {
  padding: 0 12px;
  
  height: 11px;
  
  border-left: solid 1px #919191;
  border-right: solid 1px #494949;
}

#main-menu ul {
  position: absolute;
  clear: both;
  
  display: none;
  
  margin: 25px 0 0 0;
  
  list-style: none;
}

#main-menu ul li {
  clear: both;
  
  width: 145px;
  
  background: #FFF;
}

#main-menu ul li a {
  display: inline;
  
  width: 133px;
  
  padding: 10px 5px !important;
  margin: 0;

  border-left: dotted 1px #3C8BCF;
  border-right: dotted 1px #3C8BCF;
  border-bottom: dotted 1px #3C8BCF;

  color: #016B93;
  text-decoration: none;
  font-weight: normal;
}

#main-menu ul li a:hover {
  border-left: solid 1px #3C8BCF;
  border-right: solid 1px #3C8BCF;
  border-bottom: solid 1px #3C8BCF;
}
