div.menu + p {
    clear:both;
}

div.menu {
    margin:0pt !important;
    margin-bottom: -30px;
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
}

div.menu ul {
    list-style-type:none;
    margin:0pt !important;
    padding:0pt 0pt 25px;
}

div.menu ul li {
    background-image: url("/images/greenTab.gif");
    width: 90px;
    border-bottom: 2px solid #056839;
    color: #FFFFFF;
    float:left;
}

#widestTab {
    background-image: url("/images/greenWidestTab.gif");
    background-repeat: no-repeat;
    width: 230px;
}

#widerTab {
    background-image: url("/images/greenWiderTab.gif");
    background-repeat: no-repeat;
    width: 170px;
}

#wideTab {
    background-image: url("/images/greenWideTab.gif");
    background-repeat: no-repeat;
    width: 130px;
}

#lollipopSubmenu {
    background-image: none;
    background-color: #66CC66;
    color: #056892;
    border: 0px;
    width: 120px;
    height: 31px;
}

div.menu a {
    color:#FFFFFF;
    font-weight: bold;
    display:block;
    padding:5px;
    text-decoration:none;
}

div.menu a:hover {
    background-image: url("/images/whiteTab.gif");
    background-repeat: no-repeat;
    color:#056839;
    text-decoration: none;
}

div.menu #wideTab a:hover {
    background-image: url("/images/whiteWideTab.gif");
    background-repeat: no-repeat;
    color:#056839;
    text-decoration:none;
}

div.menu #widerTab a:hover {
    background-image: url("/images/whiteWiderTab.gif");
    background-repeat: no-repeat;
    color:#056839;
    text-decoration:none;
}

div.menu #widestTab a:hover {
    background-image: url("/images/whiteWidestTab.gif");
    background-repeat: no-repeat;
    color:#056839;
    text-decoration:none;
}

div.menu #lollipopSubmenu a:hover {
    background-image: none;
    background-repeat: no-repeat;
    color:#056839;
    text-decoration:none;
}

div.menu li ul {
    display:none;
    margin:0pt !important;
}

div.menu li:hover ul {
    background-image: none;
    display:block;
    margin:0pt !important;
    padding:0pt;
    position:absolute;
    visibility:visible;
    width:100px;
    z-index:1;
}

div.menu li li a {
    padding:2px;
}