.bar-menu {
    width: 165px;
}
.bar-menu .box1 {
	background-color: #e2e2e2;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	
	cursor: default;
	position: relative;
}
.bar-menu .box1-hover {
	background-color: #e2e2e2;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	
	cursor: default;
	position: relative;
}
.bar-menu .box1-open {
	background-color: #e2e2e2;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	
	cursor: default;
	position: relative;
}
.bar-menu .box1-open-hover {
	background-color: #e2e2e2;
	color: #006699;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	padding: 4px 8px;
	
	cursor: default;
	position: relative;
}
.bar-menu .box1 img, .bar-menu .box1-hover img, .bar-menu .box1-open img, .bar-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.bar-menu .section {
    background-color: #FFF;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    
    display: none;
}
.bar-menu .section a {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
.bar-menu .section a:hover {
	color: #006699;
	text-decoration: none;
	white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
	background-color: #FFF;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}