.drillmenu{ /* main DIV container of menu */
border: 1px #6A006A solid;
width: 120px; /*width of menu*/
height: 580px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
background: #D1B6CF; /*background of menu.*/
; left: -5px; clip:    rect(   )
}


.drillmenu ul{ /*menu ULs*/
margin: 0;
padding: 0;
list-style-type: none;
background: #D1B6CF; /*background of menu*/
; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; font-variant: normal
; font-size: 10pt
}

.drillmenu li a{ /*menu links*/
display: block;
color: #6A006A;
text-decoration: none;
padding: 4px;
}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.drillmenu li a:hover{
background-color: #6A006A;
color: white;
}

li.backcontroltitle{ /*style of top level menu title*/
background: #D1B6CF;
color: #6A006A;
padding: 4px;
; font-weight: bold
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: #D1B6CF;
color: white;
padding: 4px;
cursor: hand;
cursor: pointer;
}

#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
; font-family: Arial, Helvetica, sans-serif; font-weight: bold
; clip:   rect(   )
}

#drillcrumb a{ /*custom element*/
color: #6A006A;
}