div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: .9em;
	padding-bottom: 0px;
}
div.sdmenu2 {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: .75em;
	padding-bottom: 8px;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div.collapsed {
	height: 2em;
}
div.sdmenu div span {
	display: block;
	padding: 10px 5px 5px 15px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 0px center;
	cursor: pointer;
	font-weight:bold;
}

div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);	
	background-position: 0px 10px;
	font-weight:bold;	
}

div.sdmenu div a {
	padding: 10px 5px 0px 20px;
	display: block;
	color:#ffffff;
	text-decoration:none;
}

div.sdmenu div a:hover {
	/*background : url(../images/linkarrow.gif) no-repeat right center;*/
	color:#FFCC00;
	font-weight:bold;	
}
a[href *=".pdf"]
	{padding: 10px 5px 0px 20px;
 	background-image: url(../images/acrobat_icon.png);
	background-repeat: no-repeat; 
}

