/* -- Main menu left -- */
#leftcol .mainmenu {
	background: url(../images/mainmenu_bg.jpg) repeat-y;
	position: relative;
	display: block;
	float: left;
	clear:left;
	width: 198px;
	height: 100%;
	margin: 7px 0 0 1px;
} 
#leftcol .ttl_Green {
	background: url(../images/mainmenu_ttl.jpg) repeat-y;
	width: 198px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin: 0 0 0px 0;
	border-bottom:1px solid #fff;
 }
#leftcol .ttl_Green h2 {
	margin: 0 0 0 30px;
	height: 28px;
	line-height: 28px;
} 

/* --- new menu -- */
#leftnav_new {
	background: url(../images/mainmenu_top.jpg) 0 0 no-repeat;
	width: 198px;
	height: 100%;
	min-height: 80px;
	display:block;
	float: left;
	clear:left;
	padding:0;
	margin: 0; }
	
#leftnav_new .glossymenu {
	padding: 10px 0;
	margin: 0;
	display: block;
	height: 100%;
	width:198px;}
	
#leftnav_new .glossymenu h2 {	padding:0px 0 0 30px;}

#leftnav_new .glossymenu h2,
#leftnav_new .glossymenu h2 a,
#leftnav_new .glossymenu h2 a:visited {
	position: relative; 
	color:#000;
	margin: 0;
	height: 24px; 
	line-height:24px;
	width:180px;
 	text-align: left;
 	cursor: pointer;	
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;}

#leftnav_new .glossymenu h2 a:hover {
	/*color:#0066CC;*/
	color: #fff;}

#leftnav_new .glossymenu h2:hover {
	background: #65CA00;
	height: 24px; 
	line-height:24px;
	width: 168px;}
	
#leftnav_new .glossymenu h2:active {
	height: 24px; 
	line-height:24px;
	width: 152px;
	color: #009900;
	border-left: 16px solid #65CA00;
	background: #65CA00;
	position: relative;
	margin: 0;}

#leftnav_new .glossymenu h2.active {
	height: 24px; 
	line-height:24px;
	width: 152px;
	color: #009900;
	border-left: 16px solid #BFF180;
	background: #E9F9D4;
	position: relative;}
	
#leftnav_new .glossymenu h2.active a,
#leftnav_new .glossymenu h2 a:active,
#leftnav_new .glossymenu h2:active a {
	position: relative;
	left: -16px;}

#leftnav_new .glossymenu h2.active a,
#leftnav_new .glossymenu h2.active a:hover {
	color: #009900;
}
#leftnav_new div.submenu { background: transparent;}

#leftnav_new div.submenu ul{ 
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;}

#leftnav_new div.submenu ul li{
  text-align: left;}

#leftnav_new div.submenu ul li a {
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	color: #376A03;
	text-decoration:none; 
	text-indent: 30px;
	padding:0px 10px 0px 0px; 
	margin: 0;
	display:block; 
	height: 16px;
	background: url(../images/bullet_hover.gif) 6px 5px no-repeat;}}

* html #leftnav_new div.submenu ul li a {
 	height: 16px;	
	margin: 0;
	background: url(../images/bullet_hover.gif) 6px 5px no-repeat;}

#leftnav_new div.submenu ul li a:hover,
#leftnav_new div.submenu ul li a.active {
	background: url(../images/bullet.gif) 6px 5px no-repeat;
	/*color:#0066CC;*/
	color: #fff;}

#leftnav_new div.submenu ul li a:focus {outline: none;}





/* ---------------- */





/* ---
#leftcol .main_menubox {
	background: url(../images/mainmenu_top.jpg) 0 0 no-repeat;
	width: 198px;
	height: 100%;
	min-height: 80px;
	line-height: 1.7;
	display:block;
	float: left;
	clear:left;
	padding: 10px 0;
	margin: 0;
}
#leftcol .main_menubox ul {
	list-style: none outside;
	line-height: 1.7;
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align: left;
	position: relative;
	left: -33px;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	width: auto;
}
#leftcol ul li {
	margin:0;
	background: url(../images/bullet.gif) 0 50% no-repeat;
	height: 100%;
	width: auto;
}
#leftcol ul li:hover,
#leftcol ul li.selected  {
	background: url(../images/bullet_hover.gif) 0 50% no-repeat;
}
#leftcol ul li.selected a {
	color:#009900;
	font-weight: normal;
	font-size: 11px;
}
#leftcol ul li.selected a:hover {
	font-weight: normal;
}
#leftcol ul a {
	text-decoration: none;
	color:#000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.7;
}
#leftcol ul a:hover {
	color: #006600;
	font-weight: normal;
}
 #leftcol li a {
 padding-left: 20px;
}    */

