
/* Menu text properties (normal and mouseover) */
.minner {
	font: 14px Tahoma , Verdana, sans-serif;
	padding: 4px;
	font-weight: normal;	
	background-image:url(images/lhs-button.gif);
	background-repeat:no-repeat;
	width:259px;
	height:32px;
	line-height:24px;
	margin-left:-5px;
	display:block;
}
/* menu colors */
.moout {    
	text-decoration : none;
	border :0px solid #333333;
}
/* Mouse Over menu colors */
.moover {
	text-decoration : none;
	border : 0px solid #333333;
	
}
#L1	{
position:absolute;
}
