#pdmenu {
	float: left;
    width:901px;
	height: 37px;
	margin:0px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 10px;
	font-family: Verdana,Arial,Georgia,Tahoma; font-size: 12px;color: #97af8d; font-weight:bold;
	text-align: left;
	vertical-align: middle;
	background: url(images/navbar.jpg) no-repeat;
}

#pdmenu ul {
    overflow:hidden;
	margin:0;
	padding: 10px 0 0 10px;
	list-style-type:none;

}
#pdmenu li{
    float: left;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	text-decoration:none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#97af8d;
}
#pdmenu a {
	text-decoration: none;
	color: #97af8d;
	padding: 0px 0px 2px 0;
	display: block;
}
#pdmenu a:hover {
    text-decoration: none;
	color: #97af8d;
	display: block;
}
#pdmenu li a span {
	width:160px;
	display:block;
	font-weight:normal;
	font-size: 11px;
	padding:2px 0px 5px 7px;
	color: #dfb242;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#4D5546;
}

#pdmenu li a:hover span {
	width:160px;
	display:block;
    background: #333333 url(images/arrow-nav.gif); 
	background-repeat:no-repeat; 
	background-position:left;
	padding:2px 7px 5px 7px;
	font-size: 11px;
	color: #f2f2f2;
	cursor: hand;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}
#pdmenu li ul{
	display: none;
}
#pdmenu li ul li:last-child a{ 
padding-bottom:5px;
}
/*#menuselected li a:hover,#menuselected ul li a:hover, #menuselected ul li:hover, #menuselected li:hover*/
#pdmenu li:hover ul{
    visibility: visible;
	display:block;
	position:absolute;
	background-color: #4a5243;
	z-index: 1px;
	width:160px;
	padding-right: 20px;
	margin-left: 0;
	cursor: hand;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	}

#pdmenu li li {
	border: none;
	padding: 0
	}	

#pdmenu li li a {
	padding:0;
}