.customNavigationMenu {
background: #0775c2;
border: 3px solid #125382;
padding: 0px;
position: absolute;
z-index: 10000 !important;
cursor: pointer;
opacity:0.8;filter:alpha(opacity=90);

}

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


.customNavigationMenu a {
display: block;

clear: both;
overflow: hidden;
font-size:9px; /* Font size here */
text-decoration: none;
color:#ffffff;
cursor: pointer;
width: 150px; /*Default width of the sub menu */
border-top: 1px solid #2996e5; 
border-bottom: 1px solid #002c4b;
padding: 5px 5px 5px 15px;
}

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

.customNavigationMenu a:hover {
background: #097fd2;
color:#ffffff;
cursor: pointer;
}

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

#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 */
}