.drillmenu{
	border: 2px solid #8B8EB1;
	width: 450px;
	height: 300px;
	overflow-y: scroll;
	background: white;
	background-color: #FFFFFF;
}


.drillmenu ul{
	font: bolder normal large "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: white;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

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

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

.drillmenu li a:hover{
background-color: #0000CC;
color: white;
}

li.backcontroltitle{
	background: blue;
	color: #333333;
	padding: 4px;
	background-color: #CCCCCC;
	font-weight: bolder;
}

li.backcontrol{
	background: #FFFFFF;
	color: #333333;
	padding: 4px;
	cursor: pointer;
	cursor: pointer;
	background-color: #CCCCCC;
}

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

#drillcrumb a{ /*custom element*/
color: #3C3CFF;
}
