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