.drillmenu{ /* main DIV container of menu */
border: 0px ;
width: 300px; /*width of menu*/
height: 700px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
background: white; /*background of menu.*/
}


.drillmenu ul{ /*menu ULs*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
list-style-type: none;
background: white; /*background of menu*/
}

.drillmenu li a{ /*menu links*/
display: block;
color: black;
text-decoration: none;
padding: 5px;
}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.drillmenu li a:hover{
	background-color: #4A2500;
	color: #666;
	font-family: Verdana;
}

li.backcontroltitle{ /*style of top level menu title*/
background: black;
color: white;
padding: 4px;
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: red;
color: white;
padding: 4px;
cursor: hand;
cursor: pointer;
}

#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
font:  10px Verdana;
}

#drillcrumb a{ /*custom element*/
color: darkred;
}#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
