.parent_menu {
    width: 150px;
    height: 30px;
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
    font-size: 24;
    color: #ffffff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: url(/template/dropdown/images/menubg_navy.gif);
}

.child_menu {
    position: absolute;
    visibility: hidden;
    background: #cccccc;
    text-align: center;
}

.parent_link:link, .parent_link:visited, .parent_link:active, .parent_link:hover  {
    text-decoration: none;
    color: #ffffff;
}

.child_link {
    display: block;
    width: 150px;
    border: 1px solid black;
    padding: 0px 5px;
    text-decoration: none;
    font-weight: 900;
    color: #0000C0;
    /* display: table-cell; */
}

.no_bottom_border {
    border-bottom: none;
}