BODY {
	scrollbar-base-color : #FFCC66;
	scrollbar-face-color : #FFCC66;
	scrollbar-darkshadow-color : #FFCC66;
	scrollbar-track-color : #FFCC66;
}

#divCont {
	position: relative;
	z-index:1;
	left:10px;
	top:10px;
	height: 400px;
	width:150px;
	visibility: hidden;
}

TD#1 {
	background-repeat : repeat-y;
	background-image : img/b1.gif;
}

.clTop   {
	position: absolute;
	z-index:1;
	width:150px;
	line-height:6px;
}
.clSub   {
	position: absolute;
	z-index:1;
	left:15px;
	top:20px;
	width:150px;
	line-height:14px;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
	color: #997711;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}
#divCont .clTop a:hover {
	color: Black;
	font-weight : bold;
}
#divCont .clTop .clSub a {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	font-style : normal;
}
#divCont .clTop .clSub a:hover {
	color: #B8860B;
	text-decoration: underline;
}  

