.click-menu {
    width: 182px;
	margin-left:20px;
	margin-top:5px;
}
/*	a{
    color: #5d5d5d;
	font-weight:bold;	
	text-decoration:none;
	}
	a:hover{
	color: #eb6909;
	font-weight:bold;	
	}*/

/*.click-menu .box1 a {
    color: #5d5d5d;
	text-decoration: none;
}
.click-menu .box1 a:hover {
    color: #eb6909;
    text-decoration: none;
    white-space: nowrap;
}*/


.click-menu .box1 {
    color: #5d5d5d;
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	font-weight:bold;
    font-family: arial;
    padding: 4px 8px;
    cursor: default;
    position: relative;
}
.click-menu .box1-hover {
    color: #eb6909;
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	font-weight:bold;
    font-family: arial;
    padding: 4px 8px;
    cursor: default;
    position: relative;
	text-decoration: none;
}
.click-menu .box1-open {
    color: #eb6909; /*color: #fed500;*/ /*color: #43b4dc;*/
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	font-weight:bold;
    font-family: arial;
    padding: 4px 8px;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    color: #5d5d5d;
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	font-weight:bold;
    font-family: arial;
    padding: 4px 8px;
    cursor: default;
    position: relative;
}
.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 {
	font-family: Arial, Helvetica, sans-serif;
    /*font-size: 13px;*/
	font-size: 1.1em;
	font-weight:bold;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    display: none;
}
.click-menu .section_empty {
    line-height: 5px;
    display: none;
}
.click-menu .section a {
    color: #5d5d5d;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #eb6909;
    text-decoration: none;
    white-space: nowrap;
}
/*.click-menu .box2 {
}
.click-menu .box2-hover {
}
.click-menu .section .active{
    color: #eb6909;
}
.click-menu .section .active:hover {
    color: yellow;
}*/
