Hi G
Would you have a URL to an example of the grey shadow?
To float your menu items vertically in the sidecol-a module positions try adding the following to the Custom CSS field of your templates parameters...
#sidecol_a ul li {
float: left !important;
}
#sidecol_a ul li a {
margin-top: 0 !important;
}
CiarĂ¡n