<style type="text/css">

#pointermenu{
border-top: 0px solid black; /*optional border across top*/
margin: 0;
padding: 0;

}

#pointermenu ul{
margin: 0;
margin-left: px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: 12px Tahoma;
background-color: black;
background: #dfdfdf 
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 0em;
margin-left: 150px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: #868686;

font-weight: ;
padding: 1px 25px 1px 25px;
text-decoration: none;
background: 
}

#pointermenu ul li a:visited{
color: #868686;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background: #d2d2d2 url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: 
}

</style>