#crimePreventionTabs.ui-tabs .ui-tabs-panel
{
    overflow: visible;
    padding-left: 19em;
}

#crimePreventionTabs.ui-tabs .ui-tabs-nav
{
    float: left;
    width: 18em;
    margin-right: 1em;
    background-image:none;
    padding-right:0;
    background-color:Transparent;
    border:none;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}

#crimePreventionTabs.ui-tabs .ui-tabs-nav li
{
    width: 100%;
    margin-bottom: 0.3em;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-right:none;
}

#crimePreventionTabs.ui-tabs .ui-tabs-nav li a
{
    display: block;
    width:100%;
}