/*
    LEFT MENU OTHER START
    GENERAL
*/
#left_manu_other{
	position: fixed;
    padding-top: 145px;
    float:left;
    width:172px;
    margin-left: 4px;
    margin-right: 4px;
    height:100%;
}
.wrapperOtherMenu{
    margin-top: 4px;
    width: 172px;
    height: 60px;
    background-color: #DFF1FD;
}
#left_manu_other div :hover{
    background-color: #83D0F4;
}

#leftManuOther1,
#leftManuOther2,
#leftManuOther3,
#leftManuOther4,
#leftManuOther5,
#leftManuOther6,
#leftManuOther7{
    width: 172px;
    vertical-align: middle;
    height: 60px;
}
#leftManuOther1 tr td a,
#leftManuOther2 tr td a,
#leftManuOther3 tr td a,
#leftManuOther4 tr td a,
#leftManuOther5 tr td a,
#leftManuOther6 tr td a,
#leftManuOther7 tr td a{
    text-decoration: none;
    color: #264796;
    font-family: "Arial";
    font-weight: bold;
	font-size: 11.5px;
}
.leftMenuOtherContacts{
	color: #264796;
	font-weight: bold;
	text-align:center;
	height:100%;
	font-size: 11.5px;
	line-height:30px;
}