.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	}
.treeview .hitarea1 li 
{
	margin-left:0px;
	width:120px;
	padding-left:26px;
	background-image:url(./images/leftmenu/b2_liner.gif);
	background-repeat:repeat-y;
	color: #ffffff;
	border-bottom:solid 1px #208bcf;	
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}
/*
.treeview ul {
	
	margin-top: 0px;
	width:147px;
	margin-left:-1px;
	margin-bottom:-1px;
	margin-right:0px;
}
.hitarea1 ul
{
	margin-top: 4px;
	width:147px;
	margin-left:26px;
	margin-bottom:-5px;
	
}

.treeview .hitarea2 li
{
	width:180px;
	margin-left:0px;
	background-image:url(./images/leftsection/third_submenu_nor.gif);
	background-repeat:no-repeat;
	color: #00639f;
	border-bottom:solid 1px #fffffc;
	
}
 fix for IE6 */
* html .hitarea1 {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	color:#35a1f6;
	
}

/*#treecontrol { margin: 1em 0; display: none; }*/

.treeview .hitarea1 li :hover { color:#00CCFF;cursor:pointer; }

.MGroup 
{
	font-size: 14px;
	padding: 0px;
	text-transform: none;
	text-decoration: none;
	
	
}


.MGroup ol 
{
	
	text-decoration: none;
	display: block;
	color:#ffffff;
	text-align: left;
	cursor:pointer;
	font-size:14px;
	font-family:Arial;	
	padding-left:0px;
	padding-top:2px;
	padding-bottom:0px;
	margin-left:0px;
}

.MGroup ol:hover, .MGroup ol:active, .MGroup ol:hover, .MGroup ol:active
 {
	color: #ffffff;
	background:#0069ac;
	background-repeat:repeat-y;
	background-position:0px;
 }

.MGroup li:hover, .MGroup li:active, .MGroup li:hover, .MGroup li:active
 {
	color: #ffffff;
	background:#0069ac;
	background-repeat:repeat-y;
	background-position:0px;
 }
 
.MGroup li
{
	background-image:url(./images/leftmenu/mainmenu_liner.gif);
	background-repeat:repeat-y;
	padding-left:0px;
	padding-top:0px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:0px;
	border-bottom:solid 1px #208bcf;
	list-style:none;
	width:147px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFcc;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}