    .click-menu {
    }
    .click-menu .box1 {
        background: url("img/button1.gif") no-repeat;
        color: #f9f9f9;
    }
    .click-menu .box1-hover {
        background: url("img/button1.gif") no-repeat;
        color: #ee2b9e;
    }
    .click-menu .box1-open {
        background: url("img/button1-click.gif") no-repeat;
        color: #ee2b9e;
    }
    .click-menu .box1-open-hover {
        background: url("img/button1-click.gif") no-repeat;
        color: #ee2b9e;
    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 12px;
        font-weight: normal;
        font-size: 12px;
        line-height: 31px;
        font-family: Verdana;
        cursor: pointer;
        width: 100%;
    }
    .click-menu .section {
        background-color: #3b3a3a;
        font-family: verdana;
        font-size: 12px;
        line-height: 15px;
        padding: 0 0 5px 10px;
        display: none;
    }
    .click-menu .section a {
        color: #ee2b9e;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }
	 .click-menu .section a:visited {
        color: #ee2b9e;
        text-decoration: none;
        white-space: nowrap;
    }
	
    .click-menu .box2 {
        border-color: #707070;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 3px 0 2px 10px;
    }
    .click-menu .box2-hover {
        border-color: #707070;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 3px 0 2px 10px;
        background: #262626;
    }
	 
	
