.customNavigationMenu {
background: #fafbfc;
border: 1px solid #203b57;
padding: 1px;
position: absolute;
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:#192B40;
cursor: pointer;
width: 200px; /*Default width of the sub menu */
}
.customNavigationMenu a:hover {
background: #ecf1f5;
color:#192B40;
cursor: pointer;
}

.customNavigationMenu a img {
float: left;
margin:-1px 6px 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: 98%;
}

#Moreboxed ul li a
{
padding: 2px 4px; /* Play with those to adjust the distance between the links */
}

#Moreboxed ul li
{
width:98%;
margin-left:2px;
padding: 2px 2px 1px 0px; /* Chnage the value to increase the spaces between thelinks */
}
