.left_menu{
	width: 100%;
	margin-top: 0;
}

.left_menu ul {
	margin: 0;
	padding: 0 5px 0 5px ;
 	list-style: none;
}

.left_menu ul li a {
    display: table-cell;
	vertical-align: middle;
    width: 189px;
    height: 40px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    margin-bottom: 1px;
    padding-left: 27px;
	background: scroll url(images/index067.png) left top no-repeat;
	background-position: 0 -40px;
}

.left_menu ul li .selected {
	background-position: 0 0px;
    color: #353535;
    text-decoration: none;
}
.left_menu ul li a:hover {
	background-position: 0 0px;
    color: #353535;
    text-decoration: none;
}
.left_menu ul li .selected:hover {
	background-position: 0 0px;
    color: #353535;
    text-decoration: none;
}

.podmenu {
	margin-bottom: 1px;
}

.podmenu ul li a {
    display: table-cell;
	vertical-align: middle;
    text-decoration: None;
    color: #7a7a7a;
    font-size: 13px;
	background: #fff;
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    padding-left: 16px;
	margin-bottom: 0px;
}

.podmenu ul li .selected {
	color: #000;
	font-weight: bold;
/*background: #bccffe;*/
}

.podmenu ul li a:hover {
    color: #000;
/*background: #bccffe;*/
    text-decoration: none;
	font-weight: bold;
}
.podmenu ul li .selected:hover {
    color: #000;
    text-decoration: none;
	font-weight: bold;
}


.m_line{
	margin: auto 0;
	padding-bottom: 2px;
}