.left_m
{
	width:196px;
	margin:0 0 15px 0;
}
	.left_head_left
	{
		width:15px;
		height:52px;
		background-image:url(../images/head_sides.png);
		background-position:left;
		float:left;
	}
	.left_head_middle
	{
		width:166px;
		height:52px;
		line-height:52px;
		background-image:url(../images/head_middle.png);
		background-repeat:repeat-x;
		color:#11538d;
		font-weight:bold;
		float:left;
	}
	.left_head_right
	{
		width:15px;
		height:52px;
		background-image:url(../images/head_sides.png);
		background-position:right;
		float:left;
	}
	
	.left_m_body
	{
		width:164px;
		padding:15px;
		border-left:1px solid #d5d5d5;
		border-right:1px solid #d5d5d5;
		background-color:white;
	}
		.left_m_body ul
		{
			list-style-type:none;
			margin:0px;
			padding:0px;
		}
		.left_m_body ul li
		{
			border-bottom:1px dashed #ccc;
			padding:8px 0;
		}
			.left_m_body ul li ul.subgroup li
			{
				border-bottom:0px;
				padding:1px 0;
				background-position: 10px 5px;
				
			}
				.left_m_body ul li ul.subgroup li a
				{
					background-position: 10px 5px;
					padding:0 0 0 20px;
				}
		.left_m_body ul li a
		{
			display:block;
			padding:0 0 0 15px;
			background-image:url(../images/arrows.gif);
			background-position:left;
			background-repeat:no-repeat;
		}
		.left_m_body ul li a:hover
		{
			background-image:url(../images/arrows_hover.gif);
		}
			.left_m_body ul li a.subpage
			{
				background-image:url(../images/arrows_subpage.gif);
			}
	
	.left_m_bottom_left
	{
		width:15px;
		height:15px;
		background-image:url(../images/box_bottom_sides.png);
		background-position:left;
		float:left;
	}
	.left_m_bottom_middle
	{
		width:166px;
		height:15px;
		background-image:url(../images/box_bottom_middle.png);
		background-repeat:repeat-x;
		float:left;
	}
	.left_m_bottom_right
	{
		width:15px;
		height:15px;
		background-image:url(../images/box_bottom_sides.png);
		background-position:right;
		float:left;
	}
