#pointermenu2{
	margin: 0;
	padding: 0;
	float: left;
	width: 668px;
}

#pointermenu2 ul{
	float: left;
	padding-left: 8px; /*optional left round corner*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: italic;
	margin: 0;
	width: 660px;
	color: #898989;
}

* html #pointermenu2 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*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
	float: left;
	color: #898989;
	text-decoration: none;
	margin-right: 28px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#pointermenu2 ul li a:visited{
	color: #898989;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	color: #F7941D;
	background: transparent url(../images/pointer.gif) bottom center no-repeat;
}

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