img {
	border: 0px;
	}
#menuleft {
	margin:0 10px 0 10px;
	
	
}
#menuleft ol {
	margin:0;
	padding:0;
	list-style:none;
	} 
#menuleft ol li
{
	list-style:none;
	
	}     
 	
#menuleft a{
	text-decoration: none;
	color:#FFF;
	 background:url(../images/menuleft-under.gif) repeat-x bottom left;
}
#menuleft a:hover{
	text-decoration: none;
	color:#dbd910;
	
}
#menuleft ol li img {
	padding-right:6px;
}
#menuleft ol li:hover {
	list-style: none;
   
}
#menuleft ol li ul {
	margin: 0 0 0 15px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
#menuleft ol li ul li{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style:none;
	cursor: hand !important;
	cursor: pointer !important;
}

/* css for sub menuleft */
#menuleft ol li ul li .menu_item{
	display: block;
	list-style:none;
}
#menuleft ol li ul li .menu_item a{
	list-style: none;
    font-weight: normal;
    display: block;
    padding: 2px 10px 2px 5px;
	font-weight:bold;
   	/*background:url(../images/menuleft-under.gif) repeat-x bottom left;*/
	cursor: hand !important;
	cursor: pointer !important;
}
#menuleft ol li ul li .menu_item a:hover{
}
#menuleft ol li ul li .menu_item .icon
{
	padding: 0px 5px 2px 0px;
	float:left;
	height:19px;
	width:14px;
	background:url(../images/menuleft-icon.gif) left top no-repeat;
}
/* css for menuleft don't have submenu*/
ol  .menu_item{
	cursor: hand !important;
	cursor: pointer !important;
	list-style: none;
	
}

ol .menu_item a {
	list-style: none;
    font-weight: normal;
    display: block;
	font-weight:bold;
    padding: 2px 0 4px 0px;
	/*background:url(../images/menuleft-under.gif) repeat-x bottom left;*/

}
ol .menu_item a:hover {
	color:#FFFF00;
	margin: 0px;
    display: block;
}
ol .menu_item .icon
{
	padding: 0px 5px 2px 0px;
	float:left;
	height:19px;
	width:14px;
	background:url(../images/menuleft-icon.gif) left top no-repeat;
}

/*----------------------*/
/* css for menuleft have submenu*/
ol li .itemwrap {
	margin:5px 0 0 0;
	list-style: none;
}

ol li .itemwrap a
{
	list-style: none;
    display: block;
	margin:10px 0 0 0;
    padding: 2px 0 2px 0;
	/*background:url(../images/menuleft-under.gif) repeat-x bottom left;*/
	font-weight:bold;
	cursor: hand !important;
	cursor: pointer !important;

}
ol li .itemwrap span{
	font-weight:bold;
	padding: 0px 0px 2px 15px;
	
	

}
ol li .itemwrap .icon{
	 padding: 0px 0px 2px 0px;
	
	

}
ol li .itemwrap a:hover {	
    display: block;
	color:#6083ad;

}
ol li .active a{
	color:#385b85;
	list-style: none;
    display: block;
    padding: 2px 0 2px 0px;
	
}

