@charset "utf-8";
/* CSS Document */

body { background: url(img/bg2.gif) repeat-x #ff9933;
margin:0;
padding:0;
text-align:center;
}

.bancheff #header { background:url(img/menu.gif) no-repeat;
background-position:left;
width:860px;
height:131px; 
position:relative;
margin:0 auto;
padding:0 0 0 0;
top:30px;
z-index:1;
}

.bancheff #flash_logo { width:270px;
height:131px;
float:left; }

.bancheff #menu {
position:relative;
float:right;
top:79px;
right:35px;
width:auto;
height:44px;
padding:0;
}

.bancheff #menu ul { list-style:none;
margin:0;
padding:0;
}

.bancheff #menu ul li { float:left;
position:relative;
width:91px;
height:44px;
 }

.bancheff #menu ul li a { background:url(img/menu_bg.gif); 
display:block;
width:90px;
height:32px;
padding-top:14px;
text-align:center;
text-decoration:none;
font:12px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
}

.bancheff #menu ul li a:hover { background:url(img/menu_hover.gif); }

.bancheff #menu ul li span { background:#FFFFFF;
float:left; 
width:1px;
height:46px; }

/************************Drop Down Menu*************************/

.bancheff #menu ul li ul { display:none; }

.bancheff #menu ul li:hover ul { position:absolute;
top:46px;
left:0;
display:block;
border:1px solid #FFFFFF;
}

.bancheff #menu ul li:hover ul li { 
position:relative;
height:20px;
border:1px solid #FFFFFF;
}

.bancheff #menu ul li:hover ul li a { 
width:90px;
height:18px;
padding-top:2px;
border:1px solid #FFFFFF;
}

.bancheff #menu ul li:hover ul li a:hover { background: #CCCCCC; }

/***************************************************************/

.bancheff #menu ul li:hover ul li ul {
display:none; }

.bancheff #menu ul li:hover ul li:hover ul { position:absolute;
display:block;
top:0;
left:91px;
width:90px;
height:20px;
border:1px solid #FFFFFF;
}

.bancheff #menu ul li:hover ul li:hover ul li { 
height:20px;
border:1px solid #FFFFFF;
}

.bancheff #menu ul li:hover ul li:hover ul li a { width:90px;
height:18px;
padding-top:2px;
border:1px solid #FFFFFF;
}

.bancheff #menu ul li:hover ul li:hover ul li a:hover { background: #CCCCCC; }

/***************************************************************/

.bancheff #container { 
width:790px;
margin:0 auto;
text-align:left;
z-index:0;
}

.bancheff #sidebar { background: url(img/bg.gif) no-repeat #FFFFFF;
background-position:bottom;
width:208px;
float:left;
padding-left:10px;
}


.bancheff #maincontent {  background: url(img/bg_exp.gif) no-repeat #FFFFFF;
background-position:bottom;
width:532px;
float:right;
padding:60px 20px 20px 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.bancheff #maincontent h1 { font-size:20px;
font-weight:bold;
font-style:italic;
color:#CC0000;
}

.bancheff #footer { width:790px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-top:10px;
text-align:center; }

.bancheff #footer a { text-decoration:none;
color:#FFFFFF;
}

.bancheff #footer a:hover { text-decoration:underline; } 

.bancheff .clearfloat { clear:both; }

.bancheff .claerleft { clear:left; }