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