body {
margin-left: 0px;
margin-top: 0px;
}

img {
	border: 0px;
}

.drillmenu{ /* main DIV container of menu */
border: 0px solid black;
width: 151px; /*width of menu*/
height: 600px; /*Height of DIV for those with JavaScript disabled*/
overflow-y: scroll; /*Scrollable DIV for those with JavaScript disabled*/
background: transparent; /*background of menu.*/
background-image:url(../images/bottom_corner_food.jpg);
background-repeat:no-repeat;
background-position:bottom;
}


.drillmenu ul{ /*menu ULs*/
font: normal 12px Verdana;
margin: 0;
padding: 0;
list-style-type: none;
background: transparent; /*background of menu*/
}

.drillmenu li a{ /*menu links*/
display: block;
text-decoration: none;
padding: 0px 0px 0px 0px;
}

* html .drillmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.drillmenu li a:hover{

}

li.backcontroltitle{ /*style of top level menu title*/
background: black;
color: white;
padding: 4px;
}

li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
background: #592500;
color: white;
padding: 4px;
cursor: hand;
cursor: pointer;
}

li.backcontrol:hover {
	color: #fead3a;
}

#drillcrumb{ /*custom, user defined DIV that contains breadcrumb trail*/
margin-bottom: 5px;
font: bold 13px Verdana;
}

#drillcrumb a{ /*custom element*/
color: darkred;
}
/* Modified CSS From Here */

.classtit1 {
font: bold 13px "Times New Roman", Times, serif;
height: 27px;
width: 154px;
display: block;
border-width: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #fff;
margin: 0;
padding: 0px 0px;
color: #FFF;
background: #FFF;
text-decoration: none;
}

.classlink1 {
font: bold 12px Arial, Times, serif;
padding: 5px 0px 0px 0px;
height: 19px;
display: block;
text-align:center;
vertical-align:middle;
border-width: 0px;
border-bottom: 1px;
border-style: solid;
border-color: #fff;
margin: 0;
padding: 0px 0px;
color: #FFF;
background: #FFF;
text-decoration: none;
}

.classlink2 {
font: bold 11px Arial, Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000;
margin: 0;
padding: 2px 3px;
color: #000000;
background: #ac927f;
text-decoration: none;
text-align:center;
} 

.classlink3 {
font: bold 11px Arial, Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000;
margin: 0;
padding: 2px 3px;
color: #000000;
background: #ffe5b6;
text-decoration: none;
text-align:center;
}

.classlink4 {
font: bold 11px Arial, Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000;
margin: 0;
padding: 2px 3px 0px 0px;
color: #000000;
background: #f2e5e6;
text-decoration: none;
text-align:center;
}

a.classlink2:hover {
	background: #fead3a;
}

a.classlink3:hover {
	background: #fead3a;
}

a.classlink4:hover {
	background:  #fead3a;
}

.style12 {font-size: 9px}
.style13 {font-size: 11px}
