#LeftHandNavHeading {
	font-weight: bold;
	margin-left: 4px;
}

#LeftHandNav {
	margin-left: 10px;
	margin-top: 20px;
}

#LeftHandNav ul li a span {
	visibility: hidden;
	font-size: 6px; 
	width: 10px; 
	height: 10px; 
	font-weight: normal;
	background-color: #FF9900;
}
#LeftHandNav ul li a:hover span {
	visibility: visible;
}

#LeftHandNav ul, #LeftHandNav li, #LeftHandNav li a {
	/* width = width of menu; padding = affects both static & dropdown menus (set to 0px if not needed)*/
	width: 158px;
	padding: 1px;
	text-decoration: none;
}
#LeftHandNav li ul {
	/* Sets the x & y of where the dropdown appears */
	left: 158px;
	top: 0px;
	background-color: white;
	border: 1px silver solid;
}


#LeftHandNav li ul a {
	/* Controls the style of the dropdown */
	/* border: 3px outset threedface; */
	width: 170px;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-weight: normal;
}

#LeftHandNav ul li a {
	text-indent: -13px;
	padding-left: 27px;
}

#LeftHandNav ul li a:hover {
	color: blue;
	visibility: visible;
}

/* DO NOT CHANGE BELOW */
#LeftHandNav ul {
	list-style: none;
	display: inline;
	margin: 0px;
}

#LeftHandNav ul li {
	position: relative;
}

#LeftHandNav li ul {
	display: none;
	position: absolute;
}

#LeftHandNav li {
	margin: 0px;
	float: left;
}

#LeftHandNav li ul li a {
	/* Make sure limk is the whole width of the box */
	width: 100%;
}
/* DO NOT CHANGE ABOVE */
