#cfnavbar_{
	margin: 0;
	margin-left: 0px;
	padding: 0;
	/*border-top: 1px solid #579f09;*/
}
#cfnavbar_ ul{
	background: url(../images/bgpink.gif) top center repeat-x;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 80% Verdana;
}
* html #cfnavbar_ ul{ /*IE only rule. Add extra margin-bottom*/
	margin-bottom: 1em;
}
#cfnavbar_ ul li{
	display: inline;
}
#cfnavbar_ ul li a, #cfnavbar_ ul li span{
	float: left;
	color: black;
	font-weight: bold;
	padding: 7px 13px 8px 6px;
	text-decoration: none;
	background: url(../images/dividerpink.gif) top right no-repeat;
}
#cfnavbar_ ul li span{ /*Targets span tag to the right of #leftcorner_ below*/
	padding-left: 0px;
}
#cfnavbar_ ul li a#leftcorner_{
	float: none;
	padding-left: 10px;
	padding-right: 0px;
	background: url(../images/leftcornerpink.gif) top left no-repeat;
}
#cfnavbar_ ul li a#rightcorner_{
	padding-right: 10px;
	background: url(../images/rightcornerpink.gif) top right no-repeat;
}
#cfnavbar_ ul li a:hover{text-decoration: underline;}




