/* TOP NAV */
#top_nav {
    background-color: #cd0000;
    margin:0;
    padding:0;
}

#top_nav li {
    float: left;
    position: relative;
    z-index: 101;
    list-style-type: none;
    list-style-image: url("");
    font-size: .9em;
}
#top_nav .sub_nav li {
    z-index: 100;
    font-size: .9em;
    background-color: #ffffff;
    border-style: solid; /* firefox - keep border properties in separate lines */
    border-width: 1px;
    border-color: #c54127;
    float: none;
    list-style-type: none;
    list-style-image: url("");
}
#top_nav a {
    color: #333333;
    font-weight: bold;
    display: block;
    font-size: 1.25em;
    text-decoration: none;
}
#top_nav a:hover {
    text-decoration: none;
    color: #cd0000;
    background-color: #cccccc;
}

/* SUB NAV */
.sub_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 27px;
    font-weight: bold;
    font-size: 90%;
    padding: 1em 0;
    margin: 0px;
    vertical-align: top;
}
.last .sub_nav {right: -1.6em; left: auto}

.active .sub_nav {
    display: block;
}

.sub_nav li a {
	padding: .4em 1.2em !important;
}

/* adjust these widths to fit content */
#sub_nav_aboutus li{ width: 150px; }
#sub_nav_cs li{ width: 270px; }
#sub_nav_myaccount li{ width: 150px; }

