
.preload3 {	background: url(menuleft-butback.jpg);} /* w=114, h=22 */
.preload4 { background: url(menuleft-butback-current.jpg); }

/* ----------------------------------- */
#menuleft-t{
	/*width: 228px;*/
	width: 248px;
	height: 10px;
	position: relative;
	float: left;
	margin-top: 3px;		
	background: white url(../graphics/menuleft-back-t.jpg) no-repeat;
}
#menuleft-m{
	/*width: 228px;*/
	width: 247px;
	position: relative;
	float: left;
	background: white url(../graphics/menuleft-back-m.jpg) repeat;
}
#menuleft-b{
	/*width: 228px;*/
	width: 248px;
	height: 9px;
	position: relative;
	float: left;
	background: white url(../graphics/menuleft-back-b.jpg) no-repeat;
}

/* ----------------------------------- */
#menuleft ul {
	float:left;
	padding: 0 0 0 0px;
	margin: 10px 0 0 10px;
	_margin: 5px 0 0 5px;
	list-style: none;
	position: relative;
	font-family: arial, verdana, sans-serif; /*background:url(menuleft-butback.jpg) repeat;*/
	width:124px;
}

#menuleft li{
	margin: 0 0 6px 0;
	float: left; 
}

#menuleft li a span{
	padding: 2px 0 0px 6px; 
	float:left;
	display: block; 
	width:114px;
	height:22px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: url(menuleft-butback.jpg) no-repeat;
}

#menuleft li a:hover span{
	padding: 2px 0 0px 6px; 
	background: url(menuleft-butback-current.jpg) no-repeat;
}

#rolloverpic{
	float:left;
	width:100px;
	height:100px;
/*	margin-top:44px;*/
	margin-top:0px;
	padding-left:2px;
}

