.click-menu {
    width: 200px;
}
.click-menu .box1 {
	background-color: #F3DBB9;
	color: #000000;
	cursor: default;
	position: relative;
	width: 200px;
	height: 14px;
}
.click-menu .box1-hover {
    background-color: #FAF0D0;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 0.95em;
    font-family: tahoma;
    cursor: default;
    position: relative;
    width: 200px;
	height: 14px;

}
.click-menu .box1-open {
    background-color: #F3DBB9;
    color: #000000;
    font-weight: bold;
    font-size: 0.95em;
    font-family: tahoma;
    cursor: default;
    position: relative;
    width: 200px;
	height: 14px;

}
.click-menu .box1-open-hover {
    background-color: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 0.95em;
    font-family: tahoma;
    cursor: default;
    position: relative;
    width: 200px;
	height: 14px;

}
}
.click-menu .section {
    background-color: #FAF0D0;
    font-family: tahoma;
    font-size: 0.95em;
    display: none;
   
   
}
.click-menu .section a {
    color: #000000;
    text-decoration: none;
    
	
}
.click-menu .section a:hover {
    color: #801111;
    text-decoration: none;
   
}
.click-menu .box2 {
    background-color: #FAF0D0;
    color: #CCEEEB;
    font-weight: normal;
    font-size: 0.95em;
    font-family: tahoma;
    cursor: default;
    position: relative;
    width: 200px;
	height: 14px;
}
.click-menu .box2-hover {
    background: #FAF0D0;
    width: 200px;
	height: 14px;