@charset "UTF-8";
/* CSS Document */

/*************************************************/
/**   E-CRENO							REV.25/09/2012				**/
/*************************************************/

ul#fixe
{
position:fixed;
width:100%;
top:0;
height:22px;
z-index:1000;
background-color:#000;
list-style-type:none;
overflow:hidden;
margin:0;
padding:0;
}


ul#fixe li {
text-align:center;
float:left;
cursor:pointer;
font-size:12px;
font-weight:500;
line-height:22px;
padding:0 15px;
border-right: solid 1px #FFF;
}

ul#fixe a {
color: #FFF;
}

ul#fixe a:hover {
color: #CCCCCC;
}

/*************************************************/
#menu-sites {
	height:137px;
	background-color:#6B4027;
	margin-bottom: 0px;
	margin-right: -10px;
	margin-left: -10px;
}

.sites {
	display: table;
	margin: 10px 0 0 0 ;
}

ul#horizontal-list
{
	width: 1000px;
	list-style: none;
	padding-top: 5px;
	
}

ul#horizontal-list li 
{
	display: inline;
	border-right: solid 1px #FFF;
	padding:0px 10px;
	font-size:20px;
	height:137px;
}
	
ul#horizontal-list li:hover 
{
	background-color:#000027;
}


ul#horizontal-list a:link, a:visited { color: #FFF;}

