.click-menu {
    width: 190px;
}
.click-menu .box1 {
    background-color: #242730;
    color: #FaFaFa;
    font-weight: bold;
    font-size: 10px;
    font-family: arial,tahoma,verdana;
    padding: 4px 8px;
	padding-top: 7px;
    border-width: 0px;
    border-color: #448882;
    border-style: none;
    cursor: default;
    position: relative;
	height:12px;
}
.click-menu .box1-hover {
    background-color: #41444C;
    color: #FAFAFA;
    font-weight: bold;
    font-size: 10px;
    font-family: arial,tahoma,verdana;
    padding: 4px 8px;
	padding-top: 7px;
    border-width: 0px;
    border-color: #99CCAE;
    border-style: none;
    cursor: default;
    position: relative;
	height:12px;
}
.click-menu .box1-open {
    background-color: #7A2910;
    color: #FaFaFa;
    font-weight: bold;
    font-size: 10px;
    font-family: arial,tahoma,verdana;
    padding: 4px 8px;
	padding-top: 7px;
    border-width: 0px;
    border-color: #448882;
    border-style: none;
    cursor: default;
    position: relative;
	height:12px;
}
.click-menu .box1-open-hover {
    background-color: #2B2E36;
    color: #FAFAFA;
    font-weight: bold;
    font-size: 10px;
    font-family: arial,tahoma,verdana;
    padding: 4px 8px;
	padding-top: 7px;
    border-width: 0px;
    border-color: #99CCAE;
    border-style: none;
    cursor: default;
    position: relative;
	height:12px;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.click-menu .section {
    background-color: #D4D4D4;
    font-family: arial,tahoma,verdana;
    font-size: 10px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 0px;
    border-color: #448882;
    border-style: none;
    display: none;
}



.click-menu .section a:link {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .section a:visited {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .section a:hover {
    color: #FAFAFA;
    text-decoration: none;
    white-space: nowrap;
    background: #000000;
}


.click-menu .box2 {
}

.click-menu .box2-hover {
    color: #FaFaFa;
    text-decoration: none;
    background: #000000;
    white-space: nowrap;
}



.click-menu .box2-hover a:link{
    color: #FaFaFa;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box2-hover a:visited{
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box2-hover a:hover{
    color: #FaFaFa;
    text-decoration: none;
    background: #000000;
    white-space: nowrap;
}

.click-menu .section .active:hover {
    color: #FaFaFa;
    background: #000000;
}

.a:hover {color:#FAFAFA}