
#sgl-nav {
    font-size: 0.75em;

}
#sgl-nav ul {
    background-image: url('http://www.rxspecialties.com/themes/default/images/bg.png');
    background-repeat: repeat-x;
    height: 24px;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    b\\ackground-color: #d9d9d9;
    z-index: 100;
    border-bottom: 1px outset;
}
#sgl-nav ul li {
    position: relative;
    float: left;
    margin: 0;
    /* IE :hover silly javascript workaround */
    behavior: url(http://www.rxspecialties.com/themes/default/css/listItemHover.htc);

}
#sgl-nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    color: #993399;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    b\\order-bottom: 2px outset;
    border-right: 2px outset;
    background-image: url('http://www.rxspecialties.com/themes/default/images/bg.png');
    background-repeat: repeat-x;

}
#sgl-nav ul li a:hover {
border-bottom: 2px inset;
border-right: 2px inset;

    color: #0066CC;
    text-decoration: underline;
    b\\ackground-color: #993399;
}
/* This one doesn't affect IE */
#sgl-nav ul li:hover > ul {
    display: block;
}
#sgl-nav ul ul li {
    width: 100%;
}
#sgl-nav ul ul li a {
    border: 1px solid #355CA7;
    border-top: none;
    padding: 0.2em;
    font-size: 1.1em;
    color: #355CA7;
    background-color: #d9d9d9;
    width: 100%;
}
#sgl-nav ul ul li a:hover {
    background-color: #355CA7;
    text-decoration: none;
}
#sgl-nav ul ul li:first-child > a {
    border-top: 1px solid #355CA7;
}
/*hide all sublevels*/
#sgl-nav ul ul {
    display: none;
}
#sgl-nav ul ul ul {
    top: 0.6em;
    left: 100%;
}

