#pointermenu{
margin: 17px 0 0 0;
padding: 0;
width:700px;
float:left;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 10px;
font: 14px ËÎÌå bold;

 /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: ;
padding: 2px 15px 7px 15px;
text-decoration: none;

}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: black;
width:48px;
height:28px;
text-align:center;
background:url(../images/on.jpg);
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 8px;
/*optional right round corner*/
}
