/*
Theme Name: 	Tema Depto Contabeis  DECONT
Theme URI:      http://www.sociaisaplicadas.ufpr.br/portal/contabeis
Description:    SubSite DEPECON usando o framework de CSS Zurb Foundation 6 (Sociais Aplicadas)
Author: 		UFPR|CCE|Divisao de WebDesign
Author URI: 	http://blog.ufpr.br/redeweb
Template:       wpufpr_zurb6_sociais
Version: 		4.0
*/

/***************************************************/
/*                TEMA FILHO PARA O                */
/*           PRO-REITORIA DE PLANEJAMENTO          */
/***************************************************/

/**************************************************/
/*                  Redefinições do               */
/*             Menu principal horizontal          */
/**************************************************/
#access {
	background-color: #0C548C; /* substituir a cor de preenchimento do menu usando uma cor de fundo sólida */
}
#access ul{
	color: #000;
	background-color: #0C548C;
}

#access ul li {
	float: left;
	position: relative;
	/*width: 7.5em;*/
	width: 8em;
	text-align: center;
	border-style: solid;
	border-right-width: 0.1em;
	border-left-width: 0.0em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-color: #0C548C;	
}
#access ul li:last-child{
	border-right: none;
}
#access ul li a{
	color: #fff;
	display: block;
	line-height: 3.0em; /* mudar a altura do menu */
	padding: 0 0.2em;
	text-decoration: none;
}
#access ul li a:hover{ /* quando passar o mouse sobre o link */
	background-color: #dfded2;
	color: #004B82;
	/*
	color: #649bff;
	background: #dfded2;
	*/
}
/* INICIO sub-menus*/
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	width: 7.5em;
	left: 0;
	list-style-type: none;
}
*/
#access ul ul li {
	left: 100%;
}
#access ul ul li a {	
	text-align: left;
	line-height: 2.0em;
	text-decoration: none;
	color: #fff;
	background-color: #004B82;
	font-size: 0.95em;
	font-weight: normal;
	height: auto;
	/*line-height: 1.5em;*/
	padding: 10px 10px;
	width: 14em;
	text-decoration: none;
}
#access ul ul li a:hover {
	color: #004B82;
	background: #dfded2;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background-color: #dfded2;
	color: #004B82;
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}
/**************************************************/
/*                  Redefinições do               */
/*                      Cabecalho                 */
/**************************************************/

/**************************************/
/*              CABECALHO             */
/**************************************/

 #cabecalho{
    padding: 0;
    width: 100%;
    background-size: 100% 100%;
	background-image: url('images/topo.png');
} 

#cabecalho h1 a:hover{
	color:#0C548C;
}

