<style type="text/css">


#pointermenu{
border: 0px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 2px;
font: bold 12px Times New Roman;
background-color: black;
background: black url(leftround.gif) bottom left no-repeat; /*optional left round corner*/
white-space: nowrap;
text-decoration: none;}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
white-space: nowrap;
text-decoration: none;}
;
#pointermenu ul li{
display:inline;
text-decoration: none;}
#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
white-space: nowrap;
text-decoration: none;
background: url(pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
white-space: nowrap;
text-decoration: none;}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
white-space: nowrap;
text-decoration: none;}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround.gif) bottom right no-repeat; /*optional right round corner*/
white-space: nowrap;}

</style>