.customNavigationMenu {
background: #fafbfc;
border: 1px solid #203b57;
padding: 5px;
min-width: 250px;
position: absolute;
z-index: 20000 !important;
cursor: pointer;
}

.customNavigationMenu a {
display: block;
padding: 4px 7px;
clear: both;
overflow: hidden;
text-decoration: none;
width: 236px;
color:#192B40;

}
.customNavigationMenu a:hover {
background: #ecf1f5;
color:#192B40;
text-decoration: none !important;
}

.customNavigationMenu a img {
float: left;
margin: 3px 12px 0px 3px;
}

.customNavigationMenu a strong {
display: block;
color:#192B40;
float: left;
}

.customNavigationMenu a span {
display: block;
float: left;
clear: both;
margin-top: -3px;
font-size: 10px;
color: #666;
width: 90%;
}