.customNavigationMenu {
background: #849bb5;
border: 1px solid #6b86a6;
padding: 1px;
position: absolute;
z-index: 10000 !important;
cursor: pointer;
max-width: 140px;
}

.customNavigationMenu a {
display: block;
padding: 2px 2px;
clear: both;
overflow: hidden;
font-size:9px; /* Font size here */
text-decoration: none;
color:#192B40;
border-bottom: 1px dotted #6b86a6;
cursor: pointer;
max-width: 140px; /*Default width of the sub menu */
}
.customNavigationMenu a:hover {
background: #96a9bc
color:#192B40;
cursor: pointer;
}

.customNavigationMenu a img {
float: left;
margin:-1px 3px 0 3px; /* image position here */
cursor: pointer;
}

.customNavigationMenu a strong {
display: block;
color:#192B40;
float: left;
font-size: 12px;
cursor: pointer;
}

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

#Moreboxed ul li a
{
padding: 2px 2px; /* Play with those to adjust the distance between the links */
}

#Moreboxed ul li
{
width:90%;
margin-left:2px;
padding: 2px 2px 1px 0px; /* Chnage the value to increase the spaces between thelinks */
}