/*----------------- DIV ABAS HEAD ---------------*/
.menuAba{background:#CCC;}
.menuAba ul{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0 0 0;
	background: url(../imagens/aba_bottom.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.menuAba ul li{float:left;}
.menuAba ul li a{
	float: left;
	display: block;
        color:#000;
        text-decoration: none;
        font:bold 11px  verdana;
        padding:0 0 0 16px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;	
}

.menuAba ul li a b{
        float: left;
        display: block;
        padding: 0 24px 0 8px;
}

.menuAba ul li.selected a, .menuAba ul li a:hover{
        color: #fff;
        background: url(../imagens/aba_left.gif) no-repeat;
        background-position: left;
}

.menuAba ul li.selected a b, .menuAba ul li a:hover b{
        color: #fff;
        background: url(../imagens/aba_right.gif) no-repeat right top;
}
/*----------------- FIM DIV ABAS ---------------*/