    body {
        background-color: #000000;
    }
    .click-menu {
    }
    .click-menu .box1 {
        background: url("images/button2.gif") no-repeat;
        color: #000000;
		text-align:left;
    }
    .click-menu .box1-hover {
        background: url("images/button2-click.gif") no-repeat;
        color: #000000;
		text-align:left;
    }
    .click-menu .box1-open {
        background: url("images/button2-click.gif") no-repeat;
        color: #000000;
		text-align:left;
    }
    .click-menu .box1-open-hover {
        background: url("images/button2-click.gif") no-repeat;
        color: #000000;
		text-align:left;
    }
    .click-menu .box1,
    .click-menu .box1-hover,
    .click-menu .box1-open,
    .click-menu .box1-open-hover {
        text-indent: 15px;
        font-weight: bold;
        font-size: 14px;
        line-height: 31px;
        font-family: arial;
        cursor: pointer;
        width: 175px;
    }
    .click-menu a {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu a:hover {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }

    .click-menu .section {
        background-color: #000000;
        font-family: arial;
        font-size: 13px;
        line-height: 15px;
        padding: 0 5px 10px 20px;
        /*display: none;*/
    }
    .click-menu .section a {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .section a:hover {
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
    }
    .click-menu .box2 {
        border-color: #ff3838;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
		text-align:left;
    }
    .click-menu .box2-hover {
        border-color: #ff3838;
        border-width: 1px;
        border-style: none none solid solid;
        padding: 1px 0 2px 6px;
        background: #ff3838;
	text-align:left;
    }
	


#dropmenudiv{
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:bold 11px Verdana;
    color: #000000;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#dropmenudiv a:hover{
	background-color: #FEC141;
	font-weight: bold;
	color: #000000;
}

#menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FEC141;
    text-decoration: none;
    text-align: center;
}

#menumulti{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

#menu a{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.menu a{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

.menu a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
}

