.cssnav      {
position:relative;
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/d_arrow_2.gif);
background-repeat: no-repeat;
display: block;
width: 184px;
height: 12px;
margin: 0px; 
margin-bottom:0px;
padding: 0px; 
}
.cssnav a {
display:block;
font-size: 9pt;
font-weight: bold;
width: 184px;
height: 12px;
display: block;
float: left;
margin: 0;
padding: 0px;
color: #956346; text-decoration: none; 
}
.cssnavblue a {
display:block;
font-size: 8pt;
font-weight: normal;
width: 184px;
height: 12px;
display: block;
float: left;
margin: 0;
padding: 0px;
color: #000099; text-decoration: none; 
}
.cssnav img {width: 16; height: 11; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
	position:absolute;
	left:21px;
	top:0px;
	margin:0;
	cursor: pointer;
	width: 250px;
	overflow: visible;
}a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	text-decoration: underline;
}
