/* CSS Document */

ul, li {margin: 0;padding: 0;list-style: none;}
ol {margin-left:  1.8em;padding: 0;}
	ol li {list-style: decimal;margin-bottom: 1em;}
.pdnavintro {
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: center; 
	color: #E7E0D8;
	line-height: 12px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
}
#pdnav {
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #D5C5B0;
	line-height: 18px;
	vertical-align: middle;
}
	#pdnav ul {margin-left: 5px;}
	#pdnav li {float: left;position: relative;}
	#pdnav a {
		height: 31px;
		font-size: 12px;
		font-weight: bold;
		color: #D5C5B0;
		line-height: 18px;
		padding: 0px 0.6em;
		text-decoration: none;
	}
	#pdnav ul ul a {font-weight: normal;font-size: 12px;line-height: 18px;}
		#pdnav a:hover {color: #FFF;}
		
	#pdnav ul ul {
		display: none;
		background: #000;
		width: 160px;
	}
	
	#pdnav ul li:hover ul {
		position: absolute;
		z-index: 10;
		display: block;
		top: 18px;
		left: -2px;
		}
	#pdnav li li {
		width: 144px;
		border-bottom: 1px solid #898989;
		display: block;
		padding: 0 8px;
		}
	#pdnav li li a {
		padding: 0;
		
		}

