#pointermenu{
margin: 0;
padding: 0;
width:980px;
height:45px;
background:url(../images/nav_bg.gif) center no-repeat;
}
#pointermenu ul{
margin: 0;
float: left;
font: 12px ËÎÌå;
}
#pointermenu ul li{
display: inline;
}
#pointermenu ul li a{
width:100px;
float: left;
color: white;
margin-left:4px;
padding-bottom:7px;
padding-top:15px;
font-size:15px;
font-family:"Ó×Ìå";

text-decoration: none;
background: url(bg.gif) bottom center no-repeat;
}
#pointermenu ul li a:visited{
color: white;
}
#pointermenu ul li a:hover, #pointermenu ul li a#selected{/*hover and selected link*/
color:#FFCC00;
font-size:15px;
font-family:"Ó×Ìå";

}
#pointermenu ul li a#rightcorner{
background: url(rightround.gif) bottom right no-repeat;
}
