#pdmenu {
	float: left;
    width:655px;
	height: auto;
	padding:0px;
	display:inline;
	margin:53px 0 0 191px;
	font-family: Arial,Verdana,Georgia,Tahoma; font-size: 12px;color: #027732; font-weight:bold;
	text-align: left;
}

#pdmenu ul {
    overflow:hidden;
	margin:0;
	padding: 13px 0 0 0;
	list-style-type:none;

}

#pdmenu li{
    float: left;
	margin: 0 0 0 0;
	padding: 0 12px 0 12px;
	text-decoration:none;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#027732;
}
#pdmenu a {
	text-decoration: none;
	color: #027732;
	padding: 0px 0px 2px 0;
	display: block;
}
#pdmenu a:hover {
    text-decoration: none;
	color: #027732;
	display: block;
}
#pdmenu li a span {
	width:180px;
	display:block;
	font-weight:normal;
	font-size: 12px;
	padding:2px 0px 5px 7px;
	color: #000000;
	text-decoration: none;
}

#pdmenu li a:hover span {
	width:180px;
	display:block;
    background: #004E20 url(images/arrow-nav.gif); 
	background-repeat:no-repeat; 
	background-position:left;
	padding:2px 7px 5px 7px;
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	cursor: hand;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#4c555e;
}
#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: #DFD4A0;*/
	background-color: #ffffff;
	z-index: 1px;
	width:180px;
	padding-right: 20px;
	margin-left: 0;
	cursor: hand;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#4c555e;
	}

#pdmenu li li {
	border: none;
	padding: 0
	}	

#pdmenu li li a {
	padding:0;
}