.drillmenu{ /* main DIV container of menu */
width: 180px; /*width of menu*/
height: 190px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
/*background: lightyellow; /*background of menu.*/*/
}

.drillmenubrady{ /* main DIV container of menu */
width: 150px; /*width of menu*/
height: 190px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
/*background: lightyellow; /*background of menu.*/*/
}


.drillmenu ul{ /*menu ULs*/
font: normal 14px "Times New Roman", Times, serif;
margin:0px;
padding: 0;
list-style-type: none;
/*background: lightyellow; /*background of menu*/*/
}

.drillmenu li a{ /*menu links*/
font:"Times New Roman", Times, serif;
color: #787879;
text-decoration: underline;
padding: 5px;
}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}



li.backcontroltitle{ /*style of top level menu title*/
background: url(images/product-nav-title.gif);
color: white;
padding: 4px;
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: url(images/product-nav-title-back.gif);
color: white;
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: darkred;
}
