﻿
#wrapper{
    border: 0px solid green;
    bottom: 0px;
    position: absolute;
    width: 98%;
    
}
#wrapper .header{
   background-color: #bebebe;
   height:80px;
   width:100%;
    margin: 0px;
 
  
}
#wrapper .main{
   background-color: white;
   height:1100px;
    margin: 0px;
    width:100%;
    z-index:-1;
  
  
}
#wrapper .footer
{
    
    height: 70px;
    text-align: center;
    
}


.header .logo
{
    font-size: larger;
    background-color: #336699;
    color: #fff;
    padding: 10px;
    text-align: left;
}

.header .nav
{
    overflow: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    background-color: #0099CC;
}

.header .nav li{
  float  :left;
  list-style:none;
  width:100px;
  
 
}

.header .nav li ol
{
   
    display: none;
    width: 100px;
    margin-top: 30px;
    margin-left: -40px;
    position: absolute;
    left: inherit;
}
.header .nav li ol li a
{
    background-color: #CCCCFF;
    color: #000000;
    width: 100px;
    text-align: left;
}

.header .nav li ol ol li a
{
    background-color: #CCCCFF;
    color: #000000;
    width: 100px;
}


.header .nav li ol li ol{
  
  display: none;
  width:130px;
  margin-top: 30px;
  margin-left: 0px;
  position:absolute;
  
}




.header .nav a{
  background-color:#2894ff;
  color:#fff;
  font-size:15px;
  padding:10px;
  float:left;
  text-decoration: none;
  width:90px;
  
}   

.header .nav a:hover{
   background-color:#97cbff;
   text-decoration: underline;
}

.header .nav li:hover ol
{
    display: block;
    width: 100px;

}

.header .nav li:hover ol li
{
    
    border-style: none;
    border-width: 1;
    border-color: inherit;
    width: 100px;
    background-color: #E2E2E2;
    text-align: center;
}

.header .nav  li:hover ol li ol{
   display:none; 
   width:100px;
}


.header .nav li ol li:hover ol
{
    margin: inherit;
    display: block;
    width: 100px;
    position: absolute;
    top: auto;
    left: 150px;
    text-align: center;
    vertical-align: middle;
    background-color: #E2E2E2;
    padding-left: 0px;
}