.menublock {
    display:none;
}

.cascade-menu-content {
    float:left;
    padding:0px;
    margin: 0px;
    width: 132px !important;
    width: 134px;
    height: 126px;
    line-height: 21px;
    font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 10px;
    text-align:left;
    border-right: 2px solid #FFFFFF;
}

.cascade-menu-content-last {
		border-right: none;
		width: 129px;
}

.menu_interno p {
    padding-left: 5px; 
    margin: 0;
}

.menu_interno {
		/*background: #FFFFFF;*/
    width: 100%;
		height: 21px;
}

.menu_active p {
    padding-left: 1px; 
    margin: 0;
    /*color: white;*/
}

.menu_active {
		/*padding-left: 4px;*/
		border-left: 4px solid #FF7433;
		/*background: #FFFFFF;*/
    width: 128px !important;
    width: 100%;
		height: 21px;
}

.menu_interno  a{
		height: 21px;
		/*background: #FFFFFF;*/
		color: #000000;
		display: block;
		text-decoration: none;
}

div.menu_interno :hover{
	background: #FF7433;
	color: #000000;
	text-decoration: none;
 }

div.menu_interno, div.menu_active{
	float: left;
	height: 21px;
	width: 100%;
 }