﻿#menu 
{ 
	position: absolute; 
	top: 118px;
	left: 0px; 
	width:178px;
	margin:10px 0px 0px 0px;
}

#menu ul 
{
	list-style-type: none; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px ; 
	border-width:0px
}

#menu ul li 
{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	font-size:0px;
	line-height:0px;
	list-style-type:none;
	display:inline;
}


#menu ul li ul 
{
	display:none;
}

#menu ul li ul li ul
{
	display:none;
}

.visibleMenu
{
	display:block;
}

#menu a 
{
	display: block;
	padding:0px 0px 0px 8px;
	border-style:none;
	width: 170px;
	height:24px;
	line-height:24px;
	text-decoration: none;
	font-size: 13px;
	font-family:'Arial Narrow';
	font-weight:500;
}

#menu a.cinza
{
	background-color: #E7E7E7;
	color: #757575;
	border-top:solid 1px white;
	border-bottom:solid 1px #CACACA;
}

#menu a.cinza_interno
{
    background-color: #E7E7E7;
	color: #398639;
	border-top:solid 1px white;
	border-bottom:solid 1px #CACACA;
	padding-left:20px;	
	width:158px;
	
}

#menu a.verde
{
	background-color: #A9C900;
	color: #157200;
	border-top:solid 1px rgb(219,255,15);
	border-bottom:solid 1px rgb(0,153,0);
	font-weight:bold;
}

#menu a.bottom_verde
{
	border-bottom-color:rgb(0,153,0);
}

#menu a.top_verde
{
	border-top-color:rgb(219,255,15);
}

#menu a.topo
{
	border-top:none;
	background-image:url(../usercontrol/img/menu_canto_top.gif);
	background-repeat:no-repeat;
	background-position: right top;
	height:25px;
}

#menu a.base
{
	position:relative;
	float:left;
	border-bottom:none;
	height:25px;
	width:155px;
}

#menu a.link_base
{
	display:block;
	float:right;
	width: 15px;
	height:26px;
	border-style:none;
	text-decoration: none;
	padding-left:0px;
	border-width:0px;
	background-color:Transparent;
}

#menu img.fig_base
{
	border-style:none; 
	text-decoration:none; 
	height:26px; 
	width:15px;
	border-width:0px;
}
	

#menu a.verde:hover
{
	color:rgb(239,245,83);
}

#menu a.cinza:hover
{
	background-color:#D2D2D2;
}

#menu a.cinza_selecionado
{
    background-color:#D2D2D2;
    cursor:pointer;
}

#menu a.cinza_interno:hover
{
    background-color:#D2D2D2;
    cursor:pointer;
}

#menu a.cinza_interno_selecionado
{
    background-color:#D2D2D2;
    cursor:pointer;
    padding-left:20px;	
    width:158px;
}

#menu a.verde_hover
{
	color:rgb(239,245,83);
}

#menu a.cinza_hover
{
	background-color:#D2D2D2;
}

#menu a.link_com_imagem
{
	padding:0px 4px 0px 4px;
}
#menu .bandeira
{
	border-style:none; 
	text-decoration:none;
	border-width:0px;
	margin-right:4px;
	width:59;
	height:23;
	float:left;
}

.BottonMenuInfo
{
	color: #F9E802;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.BottonMenuLinks
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
