
/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
/********************************************
*
* Main Navigation Style Definitions
********************************************/

#nav-bg {
    background: url(/images/nav_bg.gif) top left no-repeat;
    padding: 0 3px;
}

#nav {
    margin: 0;
    padding: 0;
    width: 727px;
}

#nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}

#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 31px;
    overflow: hidden;
}

#nav a#sobre {
    background: url(/images/nav_institucional.gif) top left no-repeat;
    width: 154px;
}
#nav a#produto {
    background: url(/images/nav_produtos.gif) top left no-repeat;
    width: 125px;
}
#nav a#sucesso {
    background: url(/images/nav_casos.gif) top left no-repeat;
    width: 159px;
}
#nav a#editorial {
    background: url(/images/nav_editorial.gif) top left no-repeat;
    width: 139px;
}
#nav a#contato {
    background: url(/images/nav_contato.gif) top left no-repeat;
    width: 139px;
}

#nav a:hover#sobre, body#sobre-on a#sobre {
    background: url(/images/nav_institucional.gif) bottom left no-repeat;
}
#nav a:hover#produto, body#produto-on a#produto {
    background: url(/images/nav_produtos.gif) bottom left no-repeat;
}
#nav a:hover#sucesso, body#sucesso-on a#sucesso {
    background: url(/images/nav_casos.gif) bottom left no-repeat;
}
#nav a:hover#editorial, body#editorial-on a#editorial {
    background: url(/images/nav_editorial.gif) bottom left no-repeat;
}
#nav a:hover#contato, body#contato-on a#contato {
    background: url(/images/nav_contato.gif) bottom left no-repeat;
}
/*********************************
* Subnav
*********************************/

#subnav {
    margin: 5px 0;
    padding: 0;
    width: 231px;
}

#subnav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 231px;
    height: 25px;
    overflow: hidden;
}