
img {
	border: 0px;
	}
#menuleft {
	padding:5px;
}
#menuleft ol {
	margin:0;
	padding:0;
	list-style:none;
	} 
#menuleft li{
	list-style:none;
	margin:1px 0 0 0;
	}     
 	
#menuleft a{
	text-decoration: none;
	color:#3b3b3b;
}
#menuleft a:hover{
	text-decoration: none;
	color:#FFFFFF;
}
#menuleft ol li img {
	padding-right:6px;
}
#menuleft ol li:hover {
	list-style: none;
   
}
#menuleft ol li ul {
	margin: 0 0 0 20px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
#menuleft ol li ul li{
	margin: 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 0;
	font-weight:bold;
	background-color:#f2f2f2;	
   	/*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
{
	background-color:#455c86;
}
#menuleft ol li ul li .menu_item .icon
{
	padding: 0px;
	float:left;
	margin:0 7px 0 0;
	width:20px;
	background:url(../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;
    font-weight: normal;
    display: block;
	font-weight:bold;
    padding: 2px 0 2px 0px;
	background-color:#f2f2f2;

}
ol .menu_item a:hover {
	background-color:#455c86;
}
ol .menu_item .icon
{
	padding: 0px 5px 2px 0px;
	float:left;
	height:18px;
	margin:0 7px 0 0;
	width:20px;
	background:url(../images/icon-menuchild.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;
	text-transform:uppercase;
	background-color:#f2f2f2;
	font-weight:bold;
	cursor: hand !important;
	cursor: pointer !important;

}

ol li .itemwrap .icon{
	padding: 0px 5px 2px 0px;
	float:left;
	height:18px;
	margin:0 7px 0 0;
	width:20px;
	background:url(../images/icon-menuparent.gif) left top no-repeat;
	
	

}
ol li .itemwrap a:hover {	
    display: block;
	background-color:#455c86;

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

#topmenu{
	margin:0 0 0 20px;
	padding:0 0 0 0;
      }

#topmenu ul{
	margin:0 0 0 0px;
	padding:0;	    
      }

#topmenu li {
	float:left;
    display:inline;
	margin:0 0 0 1px;
	padding:0;
	font-size:13px;
      }
#topmenu a {
	float:left;
	text-decoration:none;
	text-transform:capitalize;
   	padding:0 0px 0px 5px;
	cursor: hand !important;
	cursor: pointer !important;
	background:url(../images/menutop-tableft.gif) left top no-repeat;
      }
#topmenu a span {
    float:left; 
    color:#e3e3e3;
	height:25px;
	font-size:12px;
	background:url(../images/menutop-tabright.gif) right top no-repeat;
	margin:0 0 0 0;
	padding:10px 34px 0 24px;
	cursor: hand !important;
	cursor: pointer !important;
 }
 
 
    /* End IE5-Mac hack */
#topmenu a:hover span {
      color:#FFFF00;
      }
#active a  {
	float:left;
	text-decoration:none;
   	padding:0 0px 0px 5px;
	text-transform:capitalize;
	cursor: hand !important;
	cursor: pointer !important;
	background:url(../images/menutop-tableft-active.gif) left top no-repeat;
	
	
}
#active a span {
	float:left; 
    color:#fff;
	font-weight:bold;
	height:25px;
	font-size:12px;
	background:url(../images/menutop-tabright-active.gif) right top no-repeat;
	margin:0 0 0 0;
	padding:10px 34px 0 24px;
	cursor: hand !important;
	cursor: pointer !important;
 }

