.menu{
	background:url(../img/menu/bgMenu.gif) repeat-x;
	border-left:1px solid #bcbcbc;
	height:23px;
    font-size:11px;
}
.submenu
{
    height:22px;
    background-color:#FFFFFF; 
	font-size:11px;
	border-bottom:1px solid #bcbcbc;
}
.menu ul
{
    margin:0px 0px 0px 10px;
    list-style: none;
	padding:0px;
	float:left;
	display:inline;
}
.submenu ul
{    
	list-style: none;
	margin:0px 0px 0px 11px;
	padding:0px;
	float:left;
}
.menu li{
    background:url(../img/menu/separador.gif) no-repeat right;
	padding:4px 12px 4px 10px;
	height: 14px;
	float:left;
}
.submenu ul li
{
    background:url(../img/menu/separador_subMenu.gif) no-repeat right 6px;
	padding:4px 10px;
	height: 13px;
	float:left;
}

.menu a{
	color:#000000;	
}

.submenu a{
    color:#666666;	
}

.menu li:hover, .submenu li:hover{
	text-decoration:none;
	cursor:pointer;
}

li.menuSel{
	background:url(../img/menu/abaSel.gif) repeat;
	position:relative;
	left:-2px;
	padding:5px 10px 4px 10px;
	border-left:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
}

.submenu li.menuSel{
	position:relative;
	left:-2px;
	padding-right:10px;	
	border:none;
	background:url(../img/menu/separador_subMenu.gif) no-repeat right 6px;
}

.menuSel a{
	font-weight:bold;
}

.menuSel a:hover
{
    text-decoration:none;
}

/* MENU PROJETOS */
.conjuntoAbas{
	height:19px; 
	width:100%; 
	margin:10px auto 0px auto; 
}
.aba, .abaSel, .abaDisabled{
	font-weight:bold; 
	margin-right:5px; 
	float:left;
	cursor:pointer;
	background:url(../img/aba/bgBranca.gif); 
	color:#0067ce;
}
.abaSel{
	background:url(../img/aba/bgCinza.gif);
	border-bottom:#e1e1e1 1px solid;
	color:#000000;
	position:relative;
	top:1px;
}
.abaDisabled{
	color:gray;
}
