


/*---------------------------------left menu----------------------------------*/
#leftnav
{
	width: auto;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: none;
}
#leftnav a.menu_item
{
	display: block;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	height:30px;
	outline: none;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	-moz-outline-style: none; 			line-height:30px;
	width: auto;
	overflow:hidden;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
	background-image: url(../images/index_08.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0px;
}
#leftnav a.menu_item:hover
{
	display: block;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	outline: none;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	-moz-outline-style: none; 			line-height:30px;
	width: auto;
	overflow:hidden;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
	background-image: url(../images/index_08.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	margin: 0px;
}
#leftnav .submenu .submenu_item
{
	display: block;
	font-size: 12px;
	background: url(../images/icon2.gif) no-repeat 26px 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:18px;
	width:100%;
	text-decoration:none;
	overflow:hidden;
	text-align:left;
	font-weight:normal;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 40px;
}
#leftnav .submenu .submenu_item:hover
{
	color: #FF0000; background: url(../images/icon2.gif) no-repeat 26px 6px;
}
#leftnav .submenu .submenu_active
{
	color: #FF5A00;
	background-image: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


