.menu_table
{
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 vertical-align:top; 	
 width:100%;
 height:100%;
 padding-left:0px;
 border-left-width:0px;
 border-top-width:0px;
 border-bottom-width:0px;
 border-right-width:0px;
 background-color: white;
}
.menu_table_bar
{
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 width:180px;    
 max-width:180px;    
 background-color:#E1E1E1;   
 color: black; 
 text-align:center;
 vertical-align:top;    
 border-left-width:0px;
 border-top-width:0px;
 border-bottom-width:0px;
 border-right-width:0px;  
}
.menu_table_context
{
 margin-top: 0px;
 margin-left: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 width:180px;    
 background-color:white;    
 color: black; 
 text-align:center;
 vertical-align:top;    
 border-left-width:0px;
 border-top-width:0px;
 border-bottom-width:0px;
 border-right-width:0px;
 text-align:justify;  
}
.menu_container
{
 width:170px;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 border-bottom: 1px solid gray;
 margin-top:10px;
 margin-left:3px;
}

.menu_header_open
{
 background-color: #ECECEC;
 display:block;
 color: black; 
 height: 25px;
 padding-top: 5px;
 text-indent:4px;
 text-align:left;
 vertical-align:middle; 
 border-top: 1px solid gray; 
 font-size:small;
 font-weight:bolder;
 cursor:hand;
 background-image:url(./images/menuup.gif);
 background-repeat:no-repeat;
 background-position:3px center;
 padding-left:15px;
}
.menu_header_close
{
 background-color: #ECECEC;
 display:block;
 color: black; 
 height: 25px;
 padding-top: 5px;
 text-indent:4px;
 text-align:left;
 vertical-align:middle; 
 border-top: 1px solid gray; 
 font-size:small;
 font-weight:bolder;
 cursor:hand;
 background-image:url(./images/menudown.gif);
 background-repeat:no-repeat;
 background-position:3px center;
 padding-left:15px;
}
.menu_header_frozen
{
 background-color: #ECECEC;
 display:block;
 color: black; 
 height: 25px;
 padding-top: 5px;
 text-indent:4px;
 text-align:left;
 vertical-align:middle; 
 border-top: 1px solid gray; 
 font-size:small;
 font-weight:bolder;
 cursor:default;
 background-image:url(./images/menufrozen.gif);
 background-repeat:no-repeat;
 background-position:3px center;
 padding-left:15px;
}
a.menu_option:active,
a.menu_option:visited,
a.menu_option:link
{
 background-color: #FAFAFA;
 display: block;
 height: 20px;
 color: black;
 text-align:left;
 text-indent:10px;
 vertical-align:middle;  
 margin:0px;
}
a.menu_option:hover
{
 background-color: #EFFFCE;
 display: block;
 height: 20px; 
 text-indent:10px;
 color: #333333;
 text-align:left;
 vertical-align:middle;
 font-style:italic; 
 margin:0px;
}
.menu_show
{
 display: block;
 background-color: #FAFAFA;
}
.menu_hide
{
 display: none;	
 background-color: #FAFAFA;
}

.menu_imagem
{
padding-right:7px;
vertical-align:middle;
}
