#nav ul { margin: 0; padding: 0; list-style-type: none; }
#nav ul#main-nav { padding-top: 5px; }

#nav ul li { position: relative;
    display: inline;
    float: left;
    border-left: 1px dotted #999;
}

#nav ul li.first { border-left: none; }

#nav ul li a { display: block;
    width: 128px;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #bf2300;
    text-align: center;
    /* height: 28px; */
}

#nav ul li a:hover { color: black; }

/* subs */
#nav ul li ul { position: absolute;
    left: 0;
    top: 1em;
    display: block;
    visibility: hidden;
}

#nav ul li ul li { display: list-item;
    float: none;
    border-left: none;
}

#nav ul li ul li ul { left: 147px;
    top: 0;
}

#nav ul li ul li a {
    display: block;
    width: 146px;
    color: #bf2300;
    background-color: #f2f2f2;
    border: 1px solid #bbb;
    text-decoration: none;
    padding: 3px 0 3px 3px;
    text-align: left;
}
#nav ul li ul li a:hover { background-color: #ddd; }

/* Holly Hack  \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
* html #nav ul li ul li { float: left;}
/* End */

