#menu {
   /* background: #D6D7DE;*/
}
#menu .top {
    /*background-color: #E1E1E3;*/
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 10px 3px 15px;
}

#menu .top a {
    color: #4e4e4e;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #0078c6;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #81868B;
    border-width: 1px;
    border-style: solid solid solid solid;
    border-right: 2px solid black;
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}
#menu .section {
    border-color: #81868B;
    border-width: 1px;
    border-style: solid solid solid solid;
    border-right: 2px solid black;
    position: absolute;
    z-index: 1000;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
  }
#menu .box {
    background-color: #EFEFEF;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid black;
}
#menu .box-hover {
    background-color: #f6f6f6;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid black;
}
#menu .box-right {
    background-color: #EFEFEF;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 20px 4px 8px;
    border: none;
    border-bottom: 1px solid black;
}
#menu .box-right-hover {
    background-color: #f6f6f6;
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 20px 4px 8px;
    border: none;
    border-bottom: 1px solid black;
}
#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 2px;
    right: 0px;
}

#menu .box-right label
{
position: absolute;
top: 2px;
right: 2px;
}

#menu .box-right-hover label
{
position: absolute;
top: 2px;
right: 0px;
}

#menu a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #0078c6;
    text-decoration: none;
    white-space: nowrap;
}
