#pointermenu{
	margin: 0;
	padding: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #228BB3;
}

#pointermenu ul{
	margin: 0;
	margin-left: 15px; /*menu offset from left edge of window*/
	float: left;
	padding-left: 10px;
	background-color: #228BB3; /*optional left round corner*/
	background-image: url(images/leftround.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: ËÎÌå;
	font-size: 12px;
	font-weight: bold;
}

* 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 11px 7px 7px;
	text-decoration: none;
	background-image: url(images/bbbbb.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#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: #175F79;
}

#pointermenu ul li a#rightcorner{
	padding-right: 0;
	padding-left: 8px; /*optional right round corner*/
	background-image: url(images/rightround.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

