/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.barra {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3d362c;
    font-weight: normal;
    text-transform:none;
    margin: 0px 0  0px 0;
    line-height: 150%;
}

.menu_top{
background: url(imgs/faixa_produtos.jpg);
background-color: #f9a529;
width: 158px;
font-size: 12px;
border: solid 1px #fff;
font-weight: bold;
padding: 5px;
}

.suckerdiv{
font-size: 11px;
z-index: 100;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
border-bottom: 1px solid #fff;
background: #bfbfbf;
z-index: 101;
}
  
.suckerdiv ul li{
position: relative;
z-index: 102;
}
  
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
z-index: 103;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #bfbfbf;
padding: 5px;
border: 1px solid #fff;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #f7ab34;
color: white;
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(imgs/r_arrow.gif) no-repeat center right;
}

.suckerdiv .subfolderstyle:hover{
background: url(imgs/r_arroww.gif) no-repeat center right;
background-color: #f7ab34;
}
  
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.desc{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #505050;
}