.customNavigationMenu {
background: rgba(0, 0, 0, 0.702);
border-radius: 4px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.804);
font-size: 1em !important;
margin-top: 3px;margin-bottom: -5px;
padding-left: 0px;padding-bottom: 0px;padding: 3px;padding-top: 9px;
position: absolute;
width: 195px;
z-index: 10000 !important;
cursor: pointer;
}

.customNavigationMenu a {
display: block;
padding: 4px 4px;
clear: both;
overflow: hidden;
font-size:9px; /* Font size here */
text-decoration: none;
color:#a7a7a7;
cursor: pointer;
width: 170px; /*Default width of the sub menu */
margin-top: -8px;
}
.customNavigationMenu a:hover {
background: #ecf1f5;
color:#ffffff;
cursor: pointer;

}

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

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

.customNavigationMenu a:hover strong {
color:#ffffff;
}


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

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

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