#pdmenu {
	float: left;
    width: 885px;
	height: 44px;
	margin:0 0 0 25px;
	display:inline;
	padding-left: 15px;
	background: url(images/nav-bar.jpg) repeat-x;
	font-family: Arial,Verdana,Georgia,Tahoma; font-size: 12px;color: #1E4D80; 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:#1E4D80;
}
#pdmenu a {
	text-decoration: none;
	color: #1E4D80;
	padding: 0px 0px 2px 0;
	display: block;
}
#pdmenu a:hover {
    text-decoration: none;
	color: #1E4D80;
	display: block;
}
#pdmenu li a span {
	width:150px;
	display:block;
	font-weight:normal;
	font-size: 12px;
	padding:2px 0px 5px 7px;
	color: #1E4D80;
	text-decoration: none;
}

#pdmenu li a:hover span {
	width:150px;
	display:block;
    background: #1878B9 url(images/arrow-nav.gif); 
	background-repeat: no-repeat; 
	background-position:left;
	padding:2px 7px 5px 7px;
	font-size: 12px;
	color: #FFFFFF;
	cursor: hand;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#0D588B;
}
#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: #E2EDF8;
	width:150px;
	padding-right: 7px;
	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:#BBD2E8;
	}

#pdmenu li li {
	border: none;
	padding: 0
	}	

#pdmenu li li a {
	padding:0;
}