.botonmenu {    font-family: verdana, arial, sans-serif; 
   background: url(../images/black/m_button_fg.png) 0 0 repeat;
   font-size: 10pt; 
   font-weight: bold; 
   padding: 4px;   
   color:#FFF;
   text-decoration: none;   
   width:150px;
   text-align:center;
} 

.botonmenu:link,  
.botonmenu:visited { 
   background: url(../images/black/m_button_active_bg.png) 0 0 repeat;   
} 
.botonmenu:hover { 
   background: url(../images/black/m_button_bg.png) 0 0 repeat;    
}

.botonmenuactive {    font-family: verdana, arial, sans-serif; 
  background: url(../images/black/m_button_bg.png) 0 0 repeat;    
   font-size: 10pt; 
   font-weight: bold; 
   padding: 4px;   
   color:#FFF;
   text-decoration: none;   
   width:150px;
   text-align:center;
} 

.menuseparador {
	background: url(../images/black/mw_menu_separator.png) 0 0 repeat;
	width:1px;

	
}

.barramenu {
	background-color:#000;
	width:auto;	
}

.barrasubmenu {	
	background: url(../images/black/submenu_bg.png) 0 0 repeat;  
	width:auto;
}

.botonsubmenu {    font-family: verdana, arial, sans-serif; 
   background: url(../images/black/m_button_fg.png) 0 0 repeat;
   font-size: 7pt; 
   font-weight: bold; 
   padding: 4px;   
   color:#FFF;
   text-decoration: none;   
   width:120px;
   text-align:center;
} 

.botonsubmenu:link,  
.botonmenu:visited { 
   background: url(../images/black/m_button_active_bg.png) 0 0 repeat;   
} 
.botonsubmenu:hover { 
   background: url(../images/black/m_button_bg.png) 0 0 repeat;    
}

.botonsubmenuactive {    font-family: verdana, arial, sans-serif; 
  background: url(../images/black/m_button_bg.png) 0 0 repeat;    
   font-size: 7pt; 
   font-weight: bold; 
   padding: 4px;   
   color:#FFF;
   text-decoration: none;   
   width:120px;
   text-align:center;
} 

.botonpageback {    font-family: verdana, arial, sans-serif; 
   background: url(../images/black/page_back_bg.png) 0 0 repeat;
   font-size: 10pt; 
   font-weight: bold;    
   color:#FFF;
   text-decoration: none;      
   text-align:center;         
} 

.botonpageback:link,  
.botonpageback:visited { 
     background: url(../images/black/page_back_fg.png) 0 0 repeat;
} 
.botonpageback:hover { 
     background: url(../images/black/page_back_fg.png) 0 0 repeat; 
     border: 0px solid #CCC;
}

.botonpagenext {    font-family: verdana, arial, sans-serif; 
   background: url(../images/black/page_next_bg.png) 0 0 repeat;
   font-size: 10pt; 
   font-weight: bold;    
   color:#FFF;
   text-decoration: none;      
   text-align:center;         
} 

.botonpagenext:link,  
.botonpagenext:visited { 
     background: url(../images/black/page_next_fg.png) 0 0 repeat;
} 
.botonpagenext:hover { 
     background: url(../images/black/page_next_fg.png) 0 0 repeat; 
     border: 0px solid #CCC;
}


