@charset "utf-8";
/* CSS Document */
.MenuBDFContent {
float: left;
background: url(/images/menu/content_back_menu.png) repeat-x;
height: 61px;
width: 698px;
}

.divMenuBDFRight {
    background: url(/images/menu/corner_right_menu.png) no-repeat;
    width:19px;
     height:61px;
    float:right;
    }
    

.divMenuBDFLeft {
    background: url(/images/menu/back_ini_button_static.png) no-repeat;
    width:213px;
      float:left;
    height:61px;
    }
   

.divMenuBDF {
    height:61px !important;        
    width:930px;
    margin:0 auto;
    }   
    	
.nav
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.nav a { text-decoration: none;  }
 
nav li { color:#f69802; }

.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
 
.nav > li {
    display: block;
    float: left;
    margin-top:1px;
}

.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    padding: 0 32px;
    line-height: 54px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #fcfcfc;
    text-shadow: 0 0 1px rgba(0,0,0,.35);
    /*background: #372f2b;*/
    border-left: 1px solid #006bb3;
    margin-top: 3px;
 
    /*-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;*/
}


.nav > li:hover > a { background: #006bb3; }
 
.nav > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-left: none;
}

.nav > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 58px;
    left: 0;
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background:transparent url(/images/menu/transparent-bg.png) repeat scroll 0 0;  
    /*background:rgba(255,250,250,0.9);
    background:rgb(255,255,255);*/ 
	border-radius: 0 0 3px 3px;
 
    /*-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;*/
}

.nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav .nav-column {
    float: left;
    width: 23%;
    padding: 2%;
    margin-left:10px;
    /*list-style:inside;*/
    color:#f69802;
    padding-top: 0;
    
}
 
.nav .nav-column h3 {
    margin: 8px 0 5px 0;
    line-height: 18px;
 
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #0a70b8;
    /*text-transform: uppercase;*/
}
 
.nav .nav-column h3.orange { color: #ff722b; }
 
.nav .nav-column li a {
    display: block;
    line-height: 26px;
 
    font-family: Verdana, Geneva, sans-serif;
    /*font-weight: bold;*/
    font-size: 13px;
    color: #888888;
	border-bottom: 1px dotted #888888;
}
 
.nav .nav-column li a:hover { color: #666666; }