.drillmenu{ /* main DIV container of menu */
border: 0px;
width: 262px; /*width of menu*/
height: 349px; /*Height of DIV for those with JavaScript disabled*/

background: url(menu_panel.png); /*background of menu.*/

}


.drillmenu ul{ /*menu ULs*/

margin: 0;
padding: 0;
list-style-type: none;
width:262px; /*width of menu*/
height:349px;


}

.drillmenu li a{ /*menu links*/
display: block;
color:#7d8a37;
text-decoration: none;
padding: 4px;
background:url(font_shadow.png) no-repeat left bottom;

width:262px;
padding-left:15px;
line-height:17px;
padding-bottom:7px;
font-size:13px;
font-weight:bold;
font-family:Trebuchet MS;
text-align:left;
margin-left:18px;
}



* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.drillmenu li a:hover{
color:#545e1f;
}

li.backcontroltitle{ /*style of top level menu title*/
font-size:16px;
font-weight:bold;
color:#545e1f;
text-align:center;
margin-bottom:10px;
margin-top:35px;
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
font-size:16px;
font-weight:bold;
color:#545e1f;
text-align:center;
margin-bottom:10px;
margin-top:35px;
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;
}