#tabnav {
		height: 32px;
		margin: 0px;
		padding-left: 12px;
		background: url(/images/lmore/tab_bottom.gif) repeat-x bottom;
}
#tabnav li {
		margin: 0px; 
		padding: 0px;
  		display: inline;
  		list-style-type: none;
}
#tabnav a:link, #tabnav a:visited {
		float: left;
		font-size: 11px;
		line-height: 16px;
		font-weight: normal;
		padding: 4px 30px 10px 10px;
		margin-right: 6px;
		text-decoration: none;
		color: #000;
		background: url(/images/lmore/tab_green.gif) right no-repeat #F1EFE7;
}
#tabnav a:link.active, #tabnav a:visited.active {	
		font-weight: bold;
		color: #000;
		background: url(/images/lmore/tab_blu.gif) right no-repeat #E2E7E7;
		
}
#tabnav a:hover {
background: #f5f0e9;
}
#tabnavContent {
	overflow: visible;
	padding: 13px 18px 18px 18px;
	background-color: #E2E7E7;
	z-index:0;
}

ul.tree, ul.tree li {
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
ul.tree li {
	text-decoration: none;
	list-style: none;
	padding-bottom: 10px;
	line-height: 13px;
}

ul.tree ul {
	margin-left:13px;
	padding: 0px;
}

ul.tree li span {
	padding-left: 12px;
	padding-bottom: 0px;
	display:inline;
	white-space:nowrap;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}

ul.tree li.none span {cursor: pointer; font-weight: normal;}
ul.tree li.open span {cursor: pointer; font-weight: bold; background: url(/images/pm-over.gif) center left no-repeat; }
ul.tree li.closed span {cursor: pointer; background: url(/images/pm.gif) center left no-repeat; }

ul.tree li.bullet {padding-top:10px;}

ul.tree li.open ul { display: block;}
ul.tree li.closed ul { display: none; }

ul.tree li span.current a {font-weight: normal; color: #6699CC; }

ul.lmlist{ margin: 1; padding:0; }
ul.lmlist li{ margin: 0 10px 0 12px; padding:0; list-style: url("/images/icons/dot.gif"); }
input:disabled,select:disabled {
	background-color:#acacac;
	color: #666;
}