﻿.drillmenu{ /* main DIV container of menu */
width: 141px; /*width of menu*/
height: 190px; /*Height of DIV for those with JavaScript disabled*/
/* overflow-y: scroll; Scrollable DIV for those with JavaScript disabled*/
margin-left:19px;
}


.drillmenu ul{ /*menu ULs*/
font-size: 12px;
color:#EEFAFF;
}

.drillmenu li a{ /*menu links*/
display: block;
color:#EEFAFF;
text-decoration: none;
line-height: 23px;
border-bottom: solid 1px #A0D4DF;
}

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

.drillmenu li a:hover{
color: #FFEA00;
}

li.backcontroltitle{ /*style of top level menu title*/
	display:none;
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
color:#EEFAFF;
cursor: pointer;
font-weight:bold;
}

#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
display:none;
}

#drillcrumb a{ /*custom element*/
}