<!--

/* ========== ESTILOS DO MENU LATERAL ========== */

.menu-lateral-tabela
{
	background-color : #E0E0E0;
	border-right     : 2px solid #999999;

}

.menu-lateral-categoria
{
	color          : #666666;
	padding-top    : 20px;
	padding-bottom : 10px;
	padding-left   : 10px;
	font-weight    : bold;
	font-size      : 12px;
	text-transform : uppercase;
	
}

.menu-lateral-item a:link, .menu-lateral-item a:visited
{
	color            : #666666;
	padding-left     : 15px;
	padding-bottom   : 10px;
	text-decoration  : none;
	font-size        : 12px;
}

.menu-lateral-item a:hover
{
	color            : #666666;
	padding-left     : 15px;
	padding-bottom   : 10px;
	text-decoration  : underline;
	font-size        : 12px;
}

/*.menu-lateral-item-selecionado a:link, .menu-lateral-item-selecionado a:visited 
{
	color            : #666666;
	padding-left     : 20px;
	text-decoration  : underline;	
}*/


/* menu 2 [popup] */

#menupop
{
	width : 80%;
	float : right;
	
}

.submenu
{
	position         : absolute;
	top              : 168px;
	width            : 180px;
	visibility       : hidden;
	background-color : #006699;
	border           : 1px solid #999999;
	padding          : 5px;
	
}

.itemmenu
{
	float:left;
	
/*    width:100px;*/
}

.itemmenu a:link, .itemmenu a:visited
{
	background      : none;
	font-size       : 12px;
	padding         : 0px;
	color           : #FFFFFF;
	font-family     : arial;
	text-decoration : none;
	position        : relative;
	font-weight     : bold;
	margin-right    : 20px;
	left            : 0px;
	
}

.itemmenu a:hover
{
	background      : none;
	font-size       : 12px;
	padding         : 0px;
	color           : #FFFFFF;
	text-decoration : underline;
	position        : relative;
	font-weight     : bold;
	margin-right    : 20px;
	left            : 0px;
}

.submenu a:link, .submenu a:visited, .submenu a:hover 
{ 
	font-weight     : normal; 
	top             : 0px; 
	margin-bottom   : 2px; 
	display         : block; 
	width           : 100%;
	text-transform  : none;	
	font-size       : 12px;
	font-family     : arial;	
	color           : #ffffff;	
}

-->