.drillmenu{ /* main DIV container of menu */

width: 150px; /*width of menu*/
height: 100%; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
background: #003777; /*background of menu.*/
color: white;
}
.drillmenuHeight /*JCP*/
{
	height:100%; 
}
.drillmenu ul{ /*menu ULs*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
list-style-type: none;
background: #003777; /*background of menu.*/
color: white;l
}
.drillmenu li a{ /*menu links*/
display: block;
color: white;
text-decoration: none;
padding: 5px;
}
* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}
.drillmenu li a:hover{
background-color: lightgrey;
color: black;
}
li.backcontroltitle{ /*style of top level menu title*/
background: #CE2A04;
color: white;
padding: 4px;
}
li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: #CE2A04;
color: white;
padding: 4px;
cursor: hand;
cursor: pointer;
}
#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
font: bold 13px Verdana;
background-color: #D3D3D3;
}
#drillcrumb a{ /*custom element*/
color: #CE2A04;
}
a.Drill, a.Drill:link, a.Drill:active, a.Drill:visited, a.Drill:hover
{
	color: white;
	text-decoration: none;
}
.Search
{
	background-color: #FFFFDF;
}