.item0,
.item0:hover,
.item0-active,
.item0-active:hover {
    padding: 10px 10px 9px 10px;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
}

.item0:hover,
.item0-active,
.item0-active:hover {
    background: #267DB1;
}

.item1,
.item1:hover,
.item1-active,
.item1-active:hover {
    padding: 10px 10px 9px 10px;
    border-right: 1px solid #106EA4;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
}

.item1:hover,
.item1-active,
.item1-active:hover {
    background: #267DB1;
}

.item2,
.item2:hover,
.item2-active,
.item2-active:hover {
    padding: 10px 9px 9px 10px;
    border-right: 1px solid #106EA4;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
    position: relative;
}


.item2:hover,
.item2-active,
.item2-active:hover {
    background: #FF0000;
}

.item3,
.item3:hover,
.item3-active,
.item3-active:hover {
    padding: 10px 10px 9px 10px;
    border-right: 1px solid #106EA4;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
    position: relative;
}


.item3:hover,
.item3-active,
.item3-active:hover {
    background: #FF9900;
}

.item4,
.item4:hover,
.item4-active,
.item4-active:hover {
    padding: 10px 10px 9px 10px;
    border-right: 1px solid #106EA4;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
    position: relative;
}


.item4:hover,
.item4-active,
.item4-active:hover {
    background: #009933;
}


.item5,
.item5:hover,
.item5-active,
.item5-active:hover {
    padding: 10px 10px 9px 10px;
    border-right: 1px solid #106EA4;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
    position: relative;
}


.item5:hover,
.item5-active,
.item5-active:hover {
    background: #000066;
}


.item6,
.item6:hover,
.item6-active,
.item6-active:hover {
    padding: 10px 10px 9px 10px;
    border-right: 1px solid #106EA4;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
    position: relative;
}


.item6:hover,
.item6-active,
.item6-active:hover {
    background: #660099;
}

.item7,
.item7:hover,
.item7-active,
.item7-active:hover {
    padding: 10px 10px 9px 10px;
    background: #93BED8;
    font: 12px Verdana;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block ;
    white-space: nowrap;
}

.item7:hover,
.item7-active,
.item7-active:hover {
    background: #267DB1;
}

#dropmenudiv{
position:absolute;
border:1px solid #000000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #b8b4ae;
}