    body {
        background-color: #000;
    }

    .click-menu {
    }
    .click-menu .box1,
    .click-menu .box1 a {
        background: url("images/button1.gif") no-repeat;
        color: #f9f9f9;
	text-decoration: none;
	white-space: nowrap;
    }
    .click-menu .box1-hover,
    .click-menu .box1-hover a {
        background: url("images/button1.gif") no-repeat;
        color: #FFEBA9;
	text-decoration: none;
	white-space: nowrap;
    }
    .click-menu .box1-open,
    .click-menu .box1-open a {
        background: url("images/button1-click.gif") no-repeat;
        color: #f9f9f9;
	text-decoration: none;
	white-space: nowrap;
    }
    .click-menu .box1-open-hover,
    .click-menu .box1-open-hover a {
        background: url("images/button1-click.gif") no-repeat;
        color: #FFEBA9;
	text-decoration: none;
	white-space: nowrap;
    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: bold;
        font-size: 14px;
        line-height: 31px;
        font-family: arial;
        cursor: pointer;
        width: 150px;
    }
    .click-menu .section {
        background-color: #46351F;
        font-family: arial;
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .click-menu .section a {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #FFFF99;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
    }
    .click-menu .box2-hover {
        border-color: #7B6139;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
        background: #5B4529;
    }

    #content {
	background: #000000;
	color: #ffffff;
	padding: 10px;
	width: 500px;
	height: 400px;
	align: left;
	position: absolute; top: 120px; left: 200px;
	border-top-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-top-color: red;
	border-bottom-color: red;
	border-top-width: 2px;
	border-bottom-width: 2px;
	z-index: 4;
    }
    a {
	color: #ffffff;
    }
    #inset_right {
	float: right;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	margin: 10px;
	font-size: 10px;
	align: center;
	text-align: center;
	z-index: 5;
    }
    #inset_left {
	float: left;
	color: #000000;
	background: #ffffff;
	padding: 5px;
	margin: 10px;
	font-size: 10px;
	align: center;
	text-align: center;
	z-index: 5;
    }


