#menu {
    width:625px;
    height:26px;
}
#menu .top {
    font-family: verdana, tahoma;
    font-weight: bold;
    font-size: 7pt;
    padding: 5px 5px 3px 10px;
    height:26px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	letter-spacing: 1px;
}


#menu .top a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-size:  7pt !important;
}
#menu .top a:hover {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-size:  7pt !important;
}

#menu .section-top {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #ddd;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: #666;
    font-family: verdana, tahoma;
    font-size:  7pt !important;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
    z-index: 20;
}
#menu .box-hover {
    background-color: #BA0000;
    font-family: verdana, tahoma;
    font-size:  7pt !important;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}

#menu a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-size:  7pt !important;
}
#menu a:hover {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-size:  7pt !important;
}