You may need to experiment a bit, by adding a margin-left either within the A element itself, or its parent LI element, something like:
Code:
.glossymenu div.submenu ul li{
margin-top: 0;
margin-left: 10px;
padding: 0;
}
.glossymenu div.submenu ul li a{
/* display: block; */
font: bold 9px Arial, Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 0 0 0 10px;
margin-left: 10px;
}
You'd only be adding 1 of the above 3 highlighted at any given time, removing the other two.
Bookmarks