﻿body {
        behavior: url('../js/menucat/csshover2.htc');
        font: bold 10px/12px arial, helvetica, sans-serif;
        }/* inclui efeito :hover, :active e :focus para Internet Explorer 6 */

.menuCat {
    width: 100%;
    background: #eee;
    float: left;
}

.menuCat ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 107px;
    float: left;
}

.menuCat a, .menuCat h2 {
    font: bold 10px/12px arial, helvetica, sans-serif;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0;
    padding: 2px 3px;
}

.menuCat h2 {
    color: #fff;
    background: url('../Imagens/bg_site.gif');
}

.menuCat a {
    color: #000;
    background: #efefef;
    text-decoration: none;
}

.menuCat a:hover {
    color: #a00;
    background: #fff;
}

.menuCat li {
    position: relative;
}

.menuCat li a{
    background: #ccc;
}

.menuCat li:hover{
    background: lime;
}

.menuCat ul ul {
    position: absolute;
    z-index: 500;
    left: 0;
    text-align: left;
}

.menuCat ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.menuCat ul ul ul a{
    background: #eee;
    height: auto;
}

div.menuCat ul ul,
div.menuCat ul li:hover ul ul,
div.menuCat ul ul li:hover ul ul {
    display: none;
}

div.menuCat ul li:hover ul,
div.menuCat ul ul li:hover ul,
div.menuCat ul ul ul li:hover ul {
    display: block;
}

.menuCat ul a {
	height: 25px;
}

/** **/
.menuCat a.x {
	font-weight: normal;
	background: #ddd url('../Imagens/seta_menu_cat.gif') no-repeat bottom right ;
	color: #000;
	height: auto;
	
}

.menuCat a.x:hover {
    color: #a00;
    background: #fff;
}
