﻿#nav {
  height: 39px;
  margin-bottom: 10px; }

#nav_vertical {
  position: relative;
  z-index: 99; }
  #nav_vertical a {
    text-decoration: none;
    display: block; }
  #nav_vertical .ul_menu {
    position: absolute;
    background: #00A3E4;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #nav_vertical > ul > li {
    border-bottom: solid 1px #FFFFFF;
    height: 37px; }
    #nav_vertical > ul > li > a {
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 41px;
      font-size: 12px; }
    #nav_vertical > ul > li:last-child {
      border-bottom: none; }
    #nav_vertical > ul > li:hover {
      background: #000; }
      #nav_vertical > ul > li:hover .sub_nav {
        display: block; }
    #nav_vertical > ul > li span.icon_root {
      float: left;
      background: #000;
      display: block;
      width: 40px;
      height: 100%;
      text-align: center;
      border-right: solid 1px #fff;
      margin-right: 8px; }
      #nav_vertical > ul > li span.icon_root img {
        margin-top: 8px; }
    #nav_vertical > ul > li > ul.sub_nav {
      position: absolute;
      left: 270px;
      height: 378px;
      width: 616px;
      top: 0;
      background: white;
      z-index: 99;
      border: solid 1px #d00;
      display: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #nav_vertical > ul > li > ul.sub_nav .box_cate {
        padding: 10px;
        float: left;
        line-height: 24px;
        width: 185px; }
        #nav_vertical > ul > li > ul.sub_nav .box_cate .sub1 {
          font-weight: bold;
          color: #d00;
          font-size: 13px; }
  #nav_vertical:hover .ul.ul_menu {
    display: block !important; }

.title_nav_verticle {
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto Condensed;
  color: #fff; }
  .title_nav_verticle .arrow_cate {
    width: 0;
    height: 0;
    border-top: solid 7px #333;
    border-right: solid 7px transparent;
    border-left: solid 7px transparent;
    float: right;
    margin-top: 16px;
    margin-right: 10px; }
