#MenuBar1:hover{cursor: pointer;font-size: 100%;}
#MenuBar1{
    position: relative;
    padding: 0 0 0 150px;
	height: 36px;
    list-style: none;
    margin: 62px 0 0 3px;
    z-index: 1000;
}
#MenuBar1 div{
    position: relative;
    font-weight: bold;
	font-size: 90%;
    margin: 0 4px;
	height: 35px;
    z-index: 1000;
	background: transparent url("../img/menu_butt.png") 0 0 no-repeat;
}
#MenuBar1 ul{
    width: 125px;
    list-style: none;
    padding: 4px;
    margin: 0;
    position: relative;
    z-index: 1000;
    left: 0px;
    display: none;
    overflow: hidden;
}
#MenuBar1 ul.show{
	display: block;
}
#b1{top:0px;left: 0px;}#b2{top:-35px;left: 105px;}#b3{top:-70px;left: 210px;}#b4{top:-105px;left: 315px;}#b5{top:-140px;left: 420px;}
#b5 ul{width: 160px;}
#b1 ul{background: transparent url("../img/b1.png") 0 0 no-repeat;}
#b2 ul{background: transparent url("../img/b2.png") 0 0 no-repeat;}
#b4 ul{background: transparent url("../img/b1.png") 0 0 no-repeat;}
#b3 ul{background: transparent url("../img/menu_butt1.png") 0 0 no-repeat;}

#MenuBar1 ul li{
    margin: 0;
    white-space: nowrap;
    padding: 4px;
    width: 110px;
	  height: 20px;
	  background: transparent;
}
#b5 ul li{width: 150px;}
#b5 ul{ background: transparent url("../img/b5.png") 0 0 no-repeat;}
#MenuBar1 ul li:hover{
    text-decoration: underline;
}
#MenuBar1 div:hover ul, #MenuBar1 div ul:hover {
    display: block;
}
#MenuBar1 a, #MenuBar2 a
{
    display: block;
    width: 95px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    padding: 10px 0px;
}
#MenuBar2 a{
  width: 105px;
}
#MenuBar1 ul a{
    display: inline;
    
    width: auto;
}
#MenuBar2{
    font-weight: bold;
    font-size: 90%;
    height: 40px;
    list-style: none;
}
#MenuBar2>li{
    margin: 5px;
    height: 35px;
    width: 110px;
    text-align: center;
    background: transparent url("../img/side_menu_butt.png") 0 0 no-repeat;
}
/**/
#b6 ul a{
    width: 80px;padding: 3px 0;
} 
#b6 ul{
  display: none;
}
#b6:hover ul{
  display: block;
}
#b6 ul li{
    font-size: 12px;
    text-align: left;
    list-style: none;
}
#MenuBar2>li>ul{
    position: relative;
    z-index: 1000;
    left: 110px;
    background: #8F8984!important;
    width: 90px;
    height: 65px;
    border-top: white solid 1px;
    border-bottom: white solid 1px;
    border-right: white solid 1px;
    padding: 0 0 0 10px;
    margin: -35px 0 0 0;
}
#MenuBar2 li.wide{
    height: 50px;
    background: transparent url("../img/side_menu_big_butt.png") 0 0 no-repeat;
}

#MenuBar2 li img.fbIcon{
    position: absolute;
    margin-top: -1px;
    margin-left: -20px;
}
