﻿/*-------------------------------------------------------------------------------
MENU DIREITA
-------------------------------------------------------------------------------*/
.spanMenuDireita_Destaque {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #005379;
}

.divMenuDireita_AreaRestrita
{
	height: 122px;
    width: 148px;
    background-color: #FFFFFF;
    padding:5px;
    border-color: #005379;
    border-style: solid;
    border-width: 1px;
}

.divMenuDireita_AreaRestrita p
{
	line-height: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.divMenuDireita_Noticia_Header
{
    margin-top: 20px;
    background-image: url('../imagens/topo_noticias.png');
    background-repeat: no-repeat;
    width: 160px;
    padding-top:5px;
}

.divMenuDireita_Noticia_Body
{
    width: 158px;
    border-color: #005379;
    border-style: solid;
    border-width: 1px;
    border-top-style: none;
}

.divMenuDireita_RedeSocial_Header
{
    margin-top: 20px;
    background-image: url('../imagens/topo_redes_sociais.png');
    background-repeat: no-repeat;
    height: 22px;
}

.divMenuDireita_RedeSocial_Body
{
     background-image: url('../imagens/base_redes_sociais.png');
     background-repeat: no-repeat;
     height:36px;
}

.divMenuDireita_Plataforma
{
    margin-top: 20px;
    background-image: url('../imagens/bg_icones.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
}

/*-------------------------------------------------------------------------------
MENU ESQUERDA
-------------------------------------------------------------------------------*/
.divMenuEsquerda
{
    width:100%;
}

.divMenuEsquerda p
{
    padding-left: 15px;
    padding-right: 15px;
}

.divMenuEsquerda_Titulo
{
    padding-top: 5px;
    padding-left: 15px;
    width: 155px;
    height: 33px;
    background-image: url('../imagens/bg_submenu.jpg');
    background-repeat: repeat-x;

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #005379;
}

/* SubMenuEsquerdo
--------------------------------------------------- */
ul#menu
{
	width:155px;
	background:#C6D4DD;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul#menu li a:link, ul#menu li a:visited
{
	display:block;
	height:25px;
	width:155px;
	text-decoration:none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	color:Black;
	border-left:10px solid #C6D4DD;
	padding-left:5px;
}
ul#menu li a:hover
{
	background-color: #E3E9EF;
	color:Black;
	border-left:10px solid #E3E9EF;
} 