    .bar-menu {
    }
    .bar-menu .box1 {
        background: url("../Images/button/button2.gif") no-repeat;
        color: #f9f9f9;
    }
    .bar-menu .box1-hover {
        background: url("../Images/button/button2.gif") no-repeat;
        color: #FFEBA9;
    }
    .bar-menu .box1-open {
        background: url("../Images/button/button2-click.gif") no-repeat;
        color: #f9f9f9;
    }
    .bar-menu .box1-open-hover {
        background: url("../Images/button/button2-click.gif") no-repeat;
        color: #FFEBA9;
    }
    .bar-menu .box1,
    .bar-menu .box1-hover,
    .bar-menu .box1-open,
    .bar-menu .box1-open-hover {
        text-indent: 8px;
        font-weight: bold;
        font-size: 11px;
        line-height: 32px;
        font-family: arial;
        cursor: pointer;
        width: 180px;
    }
	
    .bar-menu a {
        color: #f9f9f9;
    }

    .bar-menu a:visited {
        color: #f9f9f9;
    }

	.bar-menu a:hover {
        color: #FFEBA9;
    }

	.bar-menu .section {
        background-color: #46351F;
        font-family: arial;
        font-size: 10px;
        line-height: 15px;
        padding: 0px;
        display: none;
    }
    .bar-menu .section a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
    .bar-menu .section a:hover {
        color: #FFFF99;
        text-decoration: none;
        white-space: nowrap;
    }
    .bar-menu .box2 {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
    }
    .bar-menu .box2-hover {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
        background: #5B4529;
    }
	.menu_left {
	background-color: #46351F; 
	vertical-align: top;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	}