<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
margin: 0;
padding: 0;
}

#pointermenu ul{
	float: left;
	font: bold 13px Verdana;
	background-color: black;
	background: black url(_images/leftround.gif) bottom left no-repeat;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 35px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}

#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(_images/pointer.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*/
	background-image: url(_images/menubkg.jpg);
	background-repeat: repeat-x;
}

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

</style>
