﻿
*
{
	margin: 0;
	padding: 0;
}
* html ul ul li a
{
	height: 100%;
}
* html ul li a
{
	height: 100%;
}
.leftmenu_container
{
	background:none;
	border-top-style: none;
}
#leftmenu
{
	width: 160px;
	margin: 0;
}
#leftmenu ul li
{
	position: relative;
	padding: 0px 2px 2px 10px;
	border-bottom: dotted 1px #fff;
	background:none;
}
#leftmenu ul li a
{
	display: block;
	text-decoration: none;
	color: #000000;
	background: url(../skin/menu_left_icon_child.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	line-height:20px;
	padding-left:5px;
}
#leftmenu ul li:hover
{
	display: block;
	background:none;
	text-decoration: none;
	cursor: pointer;
}
#leftmenu li
{
	list-style-type: none;
}
#leftmenu a.head
{
	display: block;
	text-align: left;
	background: url(../skin/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-align: left;
	padding-left: 10px;
	line-height: 24px;
	margin-top: 0px;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
#leftmenu a.head:hover, #leftmenu a.selected:hover
{
	color:#000000;
}
#leftmenu a.selected
{
	display:block;
	text-align:left;
	background: url(../skin/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-align: left;
	padding-left:10px;
	line-height:24px;
	margin-top:4px;
	cursor:pointer;
}

#leftmenu a.head1
{
	color: #000000;
	font-size: 11px;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
	outline:0
} 