.bar-menu {
text-decoration: none;	
	
}
.bar-menu .box1 {
    background-color: #FFFFFF;
    color: #216440;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, sans-serif;
	/*text-decoration: none;*/
    padding: 4px 8px;
    border-width: 0px;
    /*cursor: default;*/
    position: relative;
}
.bar-menu .box1-hover {
    background-color: #FFFFFF;
    color: #216440;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, sans-serif;
	/*text-decoration: none;*/
    padding: 4px 8px;
    border-width: 0px;
    /*cursor: default;*/
    position: relative;
}
.bar-menu .box1-open {
    background-color: #FFFFFF;
    color: #216440;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, sans-serif;
	/*text-decoration: none;*/
    padding: 4px 8px;
    border-width: 0px;
    /*cursor: default;*/
    position: relative;
}
.bar-menu .box1-open-hover {
    background-color: #FFFFFF;
    color: #216440;
    font-weight: bold;
    font-size: 12px;
    font-family: arial, sans-serif;
	/*text-decoration: none;*/
    padding: 4px 8px;
    border-width: 0px;
    /*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: #FFFFFF;
    font-family: arial;
    font-size: 12px;
	/*text-decoration: none;*/
    line-height: 18px;
    padding: 10px 10px 10px 10px;
    border-width: 0px;
    display: none;
}
.bar-menu .section a {
    color: #999999;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    /*color: #red;*/
    /*text-decoration: none;*/
    white-space: nowrap;
}

.bar-menu .section .active,
.bar-menu .section .active:hover {
	background: #999999;
    /*color: #red;*/
	/*text-decoration: none;/*
}