dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dt {
	color: #ffffff;
	cursor: pointer;
	margin: 1px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	border: 1px none #000000;
	background: #313131;
	padding-right: 1px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#menu dt:hover {
	background: #999999;
		 color: #400c0e;  

} 


#menu dd {
	border: 1px none gray;
	padding: 1px;
}
#menu li {
	text-align: center;
	background: #666666;
	font-size: 85%;
	padding-top: 3px;
	padding-bottom: 1px;
	list-style-type: none;
	line-height:18px;
}

#menu li a, #menu dt a {
	color: #ffffff;
	display: block;
	border: 0 none;
	height: 100%;
	text-decoration: none;	

}

#menu li a:hover, #menu dt a:hover {
	text-decoration: none;	
	/*	background: #999999; */
	 color: #400c0e;  
	
}

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../images/doctypepdf.gif) center left no-repeat;
}