body div#smoothmenu1{
	margin-top:0px;
	/*font: bold 9px Arial;*/
}

.ddsmoothmenu{
/*	font: bold 9px Verdana;*/
/*	background: #eeeeee; /*background of menu bar (default state)*/
	width: 100%;    
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
   font-size:12px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
    font-size:12px;
    background-color: #D6D5D5;    	
}

#aba_principal a:link, #aba_principal a:visited{
	color: #ffffff;
	background: transparent url("imgs/aba_princ.jpg") no-repeat left top;
}

#aba_principal ul li a:link, #aba_principal ul li a:visited{
	color: #ffffff;
	background: transparent url("imgs/aba_princ_filha.jpg") no-repeat left top;
}

#aba_filha a:link, #aba_filha a:visited{
	color: #000000;
	background: transparent url("imgs/aba_filha.jpg") no-repeat left top;	
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: transparent url("imgs/aba.jpg") no-repeat left top;
	color: #000000;
	padding: 3px 7px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
	font-size:12px;
}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #000000;
	font-size:12px;

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color: #eeeeee; 
	color: #000000;
	font-size:12px;

}

.ddsmoothmenu ul li a:hover{
	background: #ffffff; /*background of menu items during onmouseover (hover state)*/
	color: #000000;
	font-size:12px;
}

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ 
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	font-size:12px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	/*display: list-item;
	float: none;*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	/*top: 0;*/
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{	
	font-size:12px;
	width: 235px; /*width of sub menus*/
	padding: 3px 10px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	line-height:12px;
}

.ddsmoothmenu ul li ul li a:hover{	
	font-weight: bold;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### INICIO CSS DAS IMAGENS DAS SETAS P/BAIXO E P/DIREITA  ######### */
.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### FIM CSS DAS IMAGENS DAS SETAS P/BAIXO E P/DIREITA  ######### */

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}

/* ######### INICIO CSS DO MENU2 (PESQ/MANUT, NOVO REG, AJUDA)  ######### */
#smoothmenu2 a {
/* 	width:90px;*/
	min-width:90px;
    color:#ffffff;
    margin:3px 5px 0 5px;
    padding:1px 10px 1px 10px;
	font-size:12px;
    display:block;/*again, all you need is the float: left;*/
	float:right;
	background-color:#a0a0a0;
	text-decoration:none;
	text-align:center	;
}

#smoothmenu2 a:focus, #smoothmenu2 a:active, #smoothmenu2 a.current /*wherever you have :hover, you likely should add :focus for those visitors who cannot or do not use mice to navigate pages... it tells them where they are.  :active here is for IE6 to do :focus and as far as I know nothing in CSS can be done for IE7*/ {
/*	width:90px;*/
    color:#ffffff;
    margin:3px 5px 0 5px;
    padding:1px 10px 1px 10px;
	font-size:12px;
    display:block;
	float:right;
	background-color:#208040;
	text-decoration:none;	
	text-align:center;	
}
/* ######### FIM CSS DO MENU2 (PESQ/MANUT, NOVO REG, AJUDA)  ######### */

/* ######### INICIO CSS DO DOS ITENS DO TOPO A DIREITA DA TELA  ######### */
a.link_topo_dir:link , a.link_topo_dir:active , a.link_topo_dir:visited{
	color:#0060c0;
	font-weight:bold;	
    font-size:9px;
	text-decoration:none;
}

a.link_topo_dir:hover {
/*	color:#0060c0;*/
/*	font-weight:bold;	*/
	font-size:12px;
	text-decoration:underline;	
}

span.link_topo_dir{
	color:#000000;
	font-size:12px;	
	font-weight:bold;		
}

a.menu_nav:link , a.menu_nav:active , a.menu_nav:visited{
	color:#0060c0;
	font-weight:bold;	
	font-size:12px;
	text-decoration:none;
}

a.menu_nav:hover {
	color:#0060c0;
	font-weight:bold;	
	font-size:12px;
	text-decoration:underline;	
}

span.menu_nav{
	color:#0060c0;
	font-weight:bold;	
	font-size:12px;
}
/* ######### FIM CSS DO DOS ITENS DO TOPO A DIREITA DA TELA  ######### */

div.div_conteudo{
	width:98%;
	position:absolute;
	padding:0;
	border:1px solid #333;
}

#aba_aberta{
	background-image:url(aba_verm.jpg);
	color:#ffffff;
	font-weight:bold;	
	font-size:12px;
    margin:0 5px 0 5px;
    padding:1px 10px 1px 10px;
}