
img {
	border: 0px;
	}
#menuleft {
	margin:0 10px 0 10px;
	border-top:1px solid #3d4346;	
	border-right:1px solid #3d4346;	
	border-bottom:1px solid #3d4346;
}
#menuleft ol {
	margin:0;
	padding:0;
	list-style:none;
	} 
#menuleft ol li
{
	list-style:none;
	
	}     
 	
#menuleft a{
	text-decoration: none;
	
}

#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: 0 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;
    display: block;
    padding: 2px 10px 2px 5px;
	color:#bdbdbd;
	font-weight:bold;
   	background:url(../../../templates/silver/images/menuleft-bg.gif) no-repeat bottom left;
	cursor: hand !important;
	cursor: pointer !important;
}
#menuleft ol li ul li .menu_item a:hover
{
	background:none;
	color:#224a5c;
}
#menuleft ol li ul li .menu_item .icon
{
	padding: 0px 5px 2px 0px;
	float:left;
	height:19px;
	width:14px;
	background:url(../../../templates/silver/images/icon-menuchild.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;
    display: block;
	font-weight:bold;
	color:#bdbdbd;
    padding: 2px 0 2px 0px;
	background-color:#373833;
	background:url(../../../templates/silver/images/menuleft-bg.gif) no-repeat bottom right;

}
ol .menu_item a:hover {
	background:none;
	color:#224a5c;
}
ol .menu_item .icon
{
	padding: 0px 5px 2px 0px;
	float:left;
	height:19px;
	width:14px;
	background:url(../../../templates/silver/images/icon-menuparent.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:0 0 0 0;
	color:#bdbdbd;
    padding: 2px 0 2px 0;
	background:url(../../../templates/silver/images/menuleft-bg.gif) no-repeat 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 5px 2px 0px;
	float:left;
	height:19px;
	width:14px;
	background:url(../../../templates/silver/images/icon-menuparent.gif) left top no-repeat;
}
ol li .itemwrap a:hover {	
    background-color:#CCCCCC;
	background:none;
	color:#224a5c;
}
ol li .active a{
	background:none;
	color:#224a5c;
	font-weight:bold;
	list-style: none;
    display: block;
    padding: 2px 0 2px 0px;
	
}
ol li .active .icon{
	padding: 0px 5px 2px 0px;
	float:left;
	height:19px;
	width:14px;
}

