.bar-menu {
    width: 219px;
	max-width: 219px;
	min-width: 219px;
}
.bar-menu .box1 {
    height: 63px;
    background-color: #FFFFFF;
    color: #99bb99;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 0px 0px;
    border-width: 0px;
    border-color: #158A06;
    border-style: solid solid none solid
    cursor: default;
    position: relative;
}
.bar-menu .box1-hover {

    height: 63px;
    background-color: #FFFFFF;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 0px 0px;
    border-width: 0px;
    border-color: #158A06;
    border-style: solid solid none solid
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    background-color: #202340;
    color: #99bb99;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 0px 0px;
    border-width: 0px;
    border-color: #158A06;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    background-color: #113344;
    color: #CCEEEB;
    font-weight: bold;
    font-size: 10px;
    font-family: tahoma;
    padding: 0px 0px;
    border-width: 0px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.bar-menu .section {
	max-width: 207px;
    background-color: #ECFFE9;
    font-family: arial;
    font-size: 10px;
    line-height: 15px;
    padding: 7px 5px 6px 5px;
    border-width: 1px;
    border-color: #158A06;
    border-style: none solid solid solid;
    display: none;
}
.bar-menu .section a {
    color: #001893;
    text-decoration: none;
   /** white-space: nowrap; **/  <-- zapobiega zawijaniu wierszy -->;
	width: 200px;
font-size: 10px;
}
.bar-menu .section a:hover {
    color: #001893;
    text-decoration: none;
   /* white-space: nowrap; */
font-size: 10px;
}
.bar-menu .box2 {

}
.bar-menu .box2-hover {
    background: #a1ff9c;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}

