hey mark -
i do use a combination of my own stylesheet as well as the simple-horizontal menu stylesheet that ships with CMSMS. the only menu specifications i have in my own stylesheet is the div for placing the menu in the right location on the page and some basic font specifications. here is the code:
#menu {
margin: 0px 0px 0px 0px;
padding: 0px;
width: auto;
height: 20px;
border-top: 0px solid #999999;
border-bottom: 3px solid #999999;
background-color: yellow;
text-align:center;
color: #666666;
font-size: 14px;
z-index: 12;
}
what is strange is that the menu items list VERTICALLY (even though i am using the simple-horizontal stylesheet) and there is this most annoying bullet that appears before each item. you can see how the menu renders by visiting this link:
http://www.marcohaber.com/cmsmadesimple/index.phpany additional advice would be great. i am sort of at a loss here.
thanks.
marco