<!--

/* ========== ESTILOS DO MENU LATERAL ========== */

.menu-lateral-tabela
{
	background-color : #E0E0E0;
	border-right     : 2px solid #999999;
}

.menu-lateral-categoria
{
	color          : #FFFFFF;
	padding-top    : 3px;
	padding-bottom : 3px;
	padding-left   : 5px;
	font-weight    : bold;
	font-size      : 11px;
	background-color : #6699CC;
}

.menu-lateral-item
{
	padding-bottom   : 3px;
	padding-top      : 2px;	
}

.menu-lateral-item a:link, .menu-lateral-item a:visited
{
	color            : #666666;
	padding-left     : 10px;
	padding-bottom   : 5px;
	padding-top      : 5px;	
	text-decoration  : none;
	font-size        : 11px;
	font-weight      : bold;
}

.menu-lateral-item a:hover
{
	color            : #6699CC;
	font-size        : 11px;
}

/*.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 : 98%;
	float : right;
}

.submenu
{
	position         : absolute;
	top              : 87px;
	width            : 180px;
	visibility       : hidden;
	background-color : #F5F5F5;
	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;
	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       : 11px;	
	color           : #666666;	
}

-->