.drillmenu {
border: 2px solid black;
width: 140px;
height: 600px;
overflow-y: scroll;
background: #657aa5;
}

/*menu ULs*/
.drillmenu ul {
font: normal Verdana;
margin: 0;
padding: 0;
list-style-type: none;
background: #657aa5;
}

/*menu links*/
.drillmenu li a {
display: block;
color: #fff;
text-decoration: none;
padding: 5px;
}

/*IE6 CSS hack*/
* html .drillmenu li {
display: inline-block;
}

.drillmenu li a:hover {
background-color: #b90100;
color: #fff;
}

/*style of top level menu title*/
li.backcontroltitle {
background: #000;
color: #fff;
padding: 4px;
}

/*style of back button control that gets added to the top of each sub UL*/
li.backcontrol {
background: #000;
color: #fff;
padding: 4px;
cursor: hand;
cursor: pointer;
}

/*custom, user defined DIV that contains breadcrumb trail*/
#crumb {
margin-bottom: 0px;
font: bold 1.2em Verdana;
}

/*custom element*/
#crumb a {
color: #fff;
}