.pdcadropdownmenu, .pdcadropdownmenu ul{ /*topmost and sub ULs, respectively*/

	font-family:Calibri;
	font-size:16px;
	margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/

}


.pdcadropdownmenu li{
position: relative;
}

.pdcadropdownmenu li a{
	display: block;
	width: auto; /*width of menu (not including side paddings)*/
	color: #35465a;
	background-color: #ffffff;
	border-bottom: 1px solid black;
	text-decoration: none;
	padding: 4px 5px;
	font-family:Calibri;
	font-size:16px;
	font: #000000;
}

* html .pdcadropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.pdcadropdownmenu li a:hover, .pdcadropdownmenu li.selected>a{
	color: #ffffff;
	background-color: #35465a;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
