.drillmenu{
	/* main DIV container of menu */
	border: 1px ridge #0099FF;
	width: 160px; /*width of menu*/
	height: 150px; /*Height of DIV for those with JavaScript disabled*/
	overflow: scroll; /*background of menu.*/
	background-color: #C1F2FF;}

.drillmenu ul {
	/*menu ULs*/
	font: normal 10px Verdana,Tahoma;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #FFF; /*background of menu: lightyellow;*/}

.drillmenu li a{
	/*menu links*/
	display: block;
	color: #0000FF;
	text-decoration: none;
	padding: 7px;}

* html .drillmenu li{
	/*IE6 CSS hack*/
	display: inline-block;}

.drillmenu li a:hover{
	background-color: #ffffcc;
	color: #660000;
	font-weight:normal;}

li.backcontroltitle{
	/*style of top level menu title*/
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	background-color: #0099FF;}

li.backcontrol{
	/*style of back button control that gets added to the top of each sub UL*/
	background: #0099FF;
	color: white;
	text-align:right;
	padding: 4px;
	cursor: hand;
	cursor: pointer;}

#drillcrumb{
	/*custom, user defined DIV that contains breadcrumb trail*/
	margin-bottom: 5px;
	font: bold 13px Verdana;}

#drillcrumb a{
	/*custom element*/
	color: #0000CC;}
