/* Definición de Menu Lateral de Navegación */
#hmenu-top {
	clear:both;
	background: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
	height:20px;
	line-height:20px;
	margin: 0;
	width:650px;
}

#hnav-top {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


#hnav-top ul
{
	text-align:left;
	color: #666666;
	width: 100%;
	list-style-type: none;
	
}

#hnav-top ul li
{
	text-align:left;
	display: inline;
	list-style-image: none;

}

#hnav-top ul li a
{

	padding-left: 7px;
	padding-right: 5px;
	color: #666666;
	text-decoration: none;

}

#hnav-top ul li a:hover
{
	color: #fff;
	background-color: #666666;
}

#hnav-top #active { border-left: 1px solid #F2EEEC; }



