<style type="text/css">



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation  {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly */
/*border-bottom: 1px solid #999E87; */

}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 0 40;
	padding: 0;
        list-style:none;
                	
}
#navigation li {
	display: inline;
	background: url(images/goldbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 10px;	
	float: left;
        border-bottom: 1px solid #999E87;
        margin-bottom: 6px;
     
}
#navigation a {
	color: #333333;
        background: url(images/goldleft.gif) no-repeat left top;
        float: left;
	margin:	0;
	padding-left:7px;
        text-decoration: none;
        }

#navigation a span {
        background: url(images/goldright.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
        
}
#navigation a span {
	float: none;
        white-space: nowrap;
		
		
}
p { font-size: 11pt;  }
</style>
