﻿/*.bodyWrap
{
 width: 100%;
}
.header, .content, .footer
{
 width: 100%;
 float:left;
}*/
.header {
    background:#ffffff url('../images/BH1.png') no-repeat;
    position:relative;
    height:50px;
    box-shadow: 0px 2px 10px #1B1919;
    /*z-index:2000;*/
}



body{
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  overflow-y:hidden;
}


nav{  
  position:absolute;
  top:0px; 
  right:53px;
  float:right;
}

ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 100%; 
  overflow:visible;
  z-index: 1000;
}

ul.dropdown li{ 
  font-weight: bold; 
  float: left; 
  width:180px;
  position: relative;
  background: #0090FF;
  z-index: 2000; 
    
    border-bottom: 1px solid #0090FF;
  
}

    ul.sub_menu {
        overflow:hidden;
        position:relative;
        
    }



ul.dropdown a:hover{ 
   
  color:white;
}

ul.dropdown li a { 
 display: block;
  padding: 14px 23px 0px 13px;
  color: white;
  position: relative;
  z-index: 2000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  height: 30px;
  font-size: 13px;

}

ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #0090FF;
  position: relative;
  color: #fff;
    margin-top: 1px;


}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  right:0;
  margin-right:0px;
  width: 180px; 
  z-index: 1000;
  overflow:hidden;
}

ul.dropdown ul li { 
  font-weight: normal; 
   background: #FFFFFF;
  color: #000; 
  border-top: 1px solid #ccc;
}

ul.dropdown ul li a{ 
  display: block; 
  color: #34495e !important;
  background: #eee !important;
  
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #3498db !important;
  color: #fff !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 5px;
  top: 45%;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}
