.bar-menu {
    width: 195px;
}
.bar-menu .box1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #021A52;
	text-decoration: none;
    cursor: default;
    position: relative;
}
.bar-menu .box1 a {
    color: #021A52;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box1 a:hover {
    color: #0D348F;
    text-decoration: none;
    white-space: nowrap;
}

.bar-menu .box1-hover {
    color: #0D348F;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    color: #021A52;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open a {
    color: #021A52;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box1-open a:hover {
    color: #0D348F;
    text-decoration: none;
    white-space: nowrap;
}

.bar-menu .box1-open-hover {
    color: #0D348F;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    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: 0px;
    right: 0px;
}
.bar-menu .section {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    display: none;
}
.bar-menu .section a {
    color: #021A52;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #0D348F;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}
