<style type="text/css">

#pointermenu{
border-top: 0px none; /*optional border across top*/
margin:0px;
padding: 0;
width:100%
}

#pointermenu ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 15px;
font:  10px Verdana;
background-color: #2F0000;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom:1em;
margin-left: 1px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float:left;
color:  white;
font-weight: bold;
text-decoration: none;
background: url('pointer.gif') no-repeat bottom center;padding-left:24px; padding-right:22px; padding-top:4px; padding-bottom:8px
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color:white;
background-color:#800000;
font-color:white;
}

#pointermenu ul li a#rightcorner{
padding-right: 4px;
padding-left: 4px;
background: url('rightround.gif') no-repeat bottom right; /*optional right round corner*/
}

</style>