.click-menu {
    /*width: 135px;*/
	 color: white;
}
.click-menu .box1 {
    color: white;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, tahoma;
	line-height: 27px;
    cursor:pointer;
   /* position: relative;*/
	text-decoration: none;
	text-valign:middle;
	vertical-align:center;
	position: relative;
	bottom: 8px;
}
.click-menu .box1-hover {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, tahoma;
    cursor: pointer;
    /*position: relative;*/
	line-height: 27px;
	text-decoration: underline;
	text-valign:middle;
	vertical-align:center;
	position: relative;
	bottom: 8px;
}
.click-menu .box1-open {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, tahoma;
    cursor: pointer;
    /*position: relative;*/
	line-height: 27px;
	text-decoration: underline;
	text-valign:middle;
	vertical-align:center;
	position: relative;
	bottom: 8px;
}
.click-menu .box1-open-hover {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, tahoma;
    cursor: pointer;
    /*position: relative;*/
	line-height: 27px;
	text-decoration: underline;
	text-valign:middle;
	vertical-align:center;
	position: relative;
	bottom: 8px;
}

.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: #99CCFF;
	color: #0066CC;
    font-family: Verdana, arial;
    font-size: 11px;
	line-height: 20px;
    display: none;
}
.click-menu .section a {
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
	line-height: 15px;
}
.click-menu .section a:hover {
	color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
	cursor:pointer;
}
.box2first {
	background-color: #0F6FCF;
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
	line-height: 5px;
}
.box2first a:hover {
	background-color: #0F6FCF;
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
	line-height: 5px;
}
.box2last {
	background-color: #99CCFF;
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
	line-height: 5px;
}
.box2last a:hover {
	background-color: #99CCFF;
    color: #0066CC;
    text-decoration: none;
    white-space: nowrap;
	line-height: 5px;
}
.click-menu .box2 {
	background-color: #99CCFF;
	color: #0066CC;
	height: 15px;
	padding: 6px 0px 0px 0px;
	text-valign:middle;
	vertical-align:center;
	text-decoration: none;
}
.click-menu .box2-visited {
	text-decoration:none;
}
.click-menu .box2-hover {
    background-color: #99CCFF;
	color: #0066CC;
	height: 15px;
	padding: 6px 0px 0px 0px;
	text-valign:middle;
	vertical-align:center;
	text-decoration:underline;
}

.click-menu .box2-active {
	background-color: #99CCFF;
	color: #0066CC;
	height: 15px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}
.click-menu .section .active,
.click-menu .section .active:hover {
    color: #FFFFFF;
}
