.drillmenu{ /* main DIV container of menu */
background-position: center top; border:1px solid #CCCCCC; width: 168px; /*width of menu*/
height: 220px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
padding-top:5px; padding-bottom:5px; background-repeat:repeat; background-attachment:scroll; background-color:#F0EFE6
}


.drillmenu ul{ /*menu ULs*/
background:#EEE8AA url('bgx.gif'); margin:0; padding:0; list-style-type: none;
font-variant:normal; font-weight:bold; font-size:11px; font-family:Verdana; color:#800000
}

.drillmenu li a{ /*menu links*/
border-bottom:1px solid #CCCCCC; display: block;
color: #003366;
text-decoration: none;
padding: 5px; border-left-width:1px; border-right-width:1px; border-top-width:1px
}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.drillmenu li a:hover{
background-color: #666666;
color: #FFFFFF;
}

li.backcontroltitle{ /*style of top level menu title*/
background: #666666 url('boxtop.png');
color: #FFFFFF;
padding: 4px
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: #011054 url('boxtop2.png');
color: #FFFFFF;
padding: 4px;
cursor: hand;
cursor: pointer
}

#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
font-style:normal; font-variant:normal; font-weight:bold; font-size:11px; font-family:Arial; color:#008000
}

#drillcrumb a{ /*custom element*/
color: darkred;
}