.menue {
    width: 100%;
}
.menue .box1 {
    background: #D33201;
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    height: 17px;
    padding: 3px 8px 0px 10px;
    padding
    cursor: default;
    position: relative;
    border-bottom: 1px dotted #FFF;
}
.menue a {
    color: #FFF;
    text-decoration: none;
}

.menue .box1-hover {
  	background: #D33201;
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    height: 21px;
    padding: 3px 8px 0px 10px;
    cursor: default;
    position: relative;
    border-bottom: 1px dotted #FFF;
}
.menue .box1-open {
    background: #D33201;
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    height: 21px;
    padding: 3px 8px 0px 10px;
    cursor: default;
    position: relative;
}
.menue .box1-open-hover {
    background: #D33201;
    color: #FFF;
    font-weight: normal;
    font-size: 11px;
    height: 21px;
    padding: 3px 8px 0px 10px;
    cursor: default;
    position: relative;
}
.menue .box1 img, .menue .box1-hover img, .menue .box1-open img, .menue .box1-open-hover img {
    position: absolute;
    top: 5px;
    right: 6px;
}
.menue .section {
    color: #616161;
    font-size: 11px;
    line-height: 15px;
    display: none;
    margin: 0px;
    margin-left: 0px;
    padding: 3px;
    padding-left: 6px;
    background: #EBEDED;
}
.menue .section a {
    color: #616161;
    text-decoration: none;
    white-space: nowrap;
}
.menue .section a:hover {
    text-decoration: none;
    white-space: nowrap;
}
.menue .box2 {
  	color: #111;
    font-weight: normal;
    font-size: 11px;
    height: 15px;
    padding: 3px 8px 0px 20px;
    padding
    cursor: default;
    position: relative;
    border-bottom: 1px dotted #FFF;
    background: #EBEDED;
}

.menue .box2 a {
  	color: #111;
}

.menue .section .active,
.menue .section .active:hover {
    color: yellow;
}
