.click-menu {
		padding-left: 10px;
	}
.click-menu .box1 {
        /* background: url("images/button1.gif") no-repeat; */
        color: #990033;
    }
.click-menu .box1-hover {
        /* background: url("images/button1.gif") no-repeat; */
        color: #990033;
    }
.click-menu .box1-open {
        /* background: url("images/button1-click.gif") no-repeat; */
        color: #990033;
    }
.click-menu .box1-open-hover {
        /* background: url("images/button1-click.gif") no-repeat; */
        color: #990033;
    }
.click-menu .box1,
.click-menu .box1-hover,
.click-menu .box1-open,
.click-menu .box1-open-hover {
        text-indent: 15px;
        font-weight: 500;
        font-size: 11px;
        line-height: 140%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        cursor: pointer;
		color: #990033;
		text-decoration: none;
    }
.click-menu .box1 a,
.click-menu .box1-open a {
		color: #990033;
		text-decoration: none;
    }
.click-menu .box1-hover a,
.click-menu .box1-open-hover a {
		color: #990033;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		border-top-width: 1px;
		border-top-style: none;
		border-top-color: #990033;
		background-color: #F4F4F4;
        white-space: nowrap;
    }
.click-menu .section {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 140%;
		padding: 0px 0px 8px 15px;
        display: none;
    }
.click-menu .section a {
        color: #990033;
        text-decoration: none;
        white-space: nowrap;
    }
.click-menu .section a:hover {
		color: #990033;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		border-top-width: 1px;
		border-top-style: none;
		border-top-color: #990033;
		background-color: #F4F4F4;
        white-space: nowrap;
    }
.click-menu .box2 {
	    padding-left: 1px;
    }
    .click-menu .box2-hover {
	    padding-left: 1px;
    }