/* CSS Document */
	#menu {
		width:173px; 
		float:left;
		margin-left:0px;
		background-color:##8C8C8D;
		background-image:url(images/menu/menu_center_bg.png);
		background-repeat: no-repeat;
		background-position:0px 27px;
		padding-bottom: 15px;
		color:#FFF;
		margin-top:30px;
		
	}
	.parent a {
		color:#FFF;
	}
	.parent{
		width:172px; 
		margin-left:5px;
	}
	.parent_contain{
		width:167px; 
		clear:left;
		margin-left:-2px;
		padding-left: 0px;
		display:none;
		overflow:-moz-scrollbars-none;
		border-top:2px solid #ccc;
		border-bottom:1px solid #fff;
		background-image:url(images/menu/menu_secondlevel_bg.png);
		background-repeat: repeat-y;
		background-position:bottom;
		/*
		background-image:url(images/menu/menu_secondlevel_bg.png);
		background-repeat: no-repeat;
		background-position: bottom;
		*/
	}
	.parent_contain a{
		color:#666;
	}
	.parent_contain a:hover{
		color:#000;
	}
	
	.parent_header {
		width:163px;
		height:34px;
		margin-left: -5px;
		padding-left:5px;
		/*background-color:#FFFFFF;*/
		background-image:url(images/menu/menu_center_bg2.png);
		background-repeat: repeat-y;	
	}
	.child_header {
		width:167px;
		height:20px;
	}
	.parent_img {
		float:left;
		width:23px;
		height:25px;
		cursor:pointer;
		margin-top:2px;
	}
	.parent_title {
		float:left;
		width:130px;
		height:20px;
		padding-top:5px;
		padding-left:2px;
	}
	
	.child_hidden {
		margin-left:10px;
		position:relative; 
		display:none;
	}
	.sub_item {
		width:169px;
		float:left;
		margin-left:8px;
	}
	.child_img{
		float:left;
		width:40px;
	}
	.child_title{
		float:left;
		width:173px;
		text-align:left; 
		padding-top:1px;
		padding-bottom:2px;
		padding-left: 12px;
		margin-left:-8px;
		background-color:transparent;
		
	}
	.child_title img {
	cursor:pointer;
	}
	.subitemchild{
		float:left;
		font-size:11px;
		font-weight:normal;
		min-height:10px;
		width: 144px;
		text-align:left;
		margin-left:0px;
		padding-left:10px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	
	.child {
		margin-left:2px;
		width:163px;
		float:left;	
	}
	.child_contain {
		width: 163px;
		clear:left;
		/*background-color:#FFFFFF;*/
		margin-left:0px;
		padding-left: 0px;
		display:none;
		overflow:-moz-scrollbars-none;
	}
	.spantitle {
		font-size:11px;
		font-weight:bold;
		/*color:#666;*/
		padding-left:0px;
	}
	.spanchild {
		font-size:10px;
		font-weight:bold;
		padding-left: 5px;
		vertical-align:2px;
	}
	#divspanchild {
		width: 144px;
		padding-left: 12px;
		font-size:10px;
		font-weight:normal;
		background-image:url(images/menu/menu-tiret.gif);
		background-repeat: no-repeat;
	}
	#menu_title {
		background-image:url(images/menu/menu_top.png);
		background-repeat: no-repeat;
		width: 173px;
		height: 30px;
		margin-bottom: 10px;
		text-align:center;
		padding-top: 6px;
	}
	/*"""""""" (ADEXYS SUITE) Items """"""""*/
 
#adexys_suite{
	width:173px; 
	height:110px;
	float:left;
	margin-left:0px;
	padding-top: 32px;
	background-image:url(images/menu/menu_bottom_as.png);
	background-repeat:no-repeat;
	
}
#list_product {
	float:left;
	width:170px;
}

#product_bs {
	width:49px;
	height:79px;
	font-size: 10px;
	background-image:url(images/menu/product_bs_off.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left:11px;
	margin-left:5px;
	float:left;
	cursor:pointer;
}
 #product_bs:hover {
	/*background-image:url(images/menu/product_bs_on.png);*/
}
#product_ds {
	width:50px;
	height:79px;
	background-image:url(images/menu/product_ds_off.png);
	background-repeat: no-repeat;
	background-position: center;
	float:left;
	cursor:pointer;
}
#product_ds:hover {
	/*background-image:url(images/menu/product_ds_on.png);*/
	
}
#product_es {
	width:50px;
	height:79px;
	background-image:url(images/menu/product_es_off.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:-5px;
	float:left;
	cursor:pointer;
}
#product_es:hover {
	/*background-image:url(images/menu/product_es_on.png);*/
}

#product_titles{
	padding-left:13px;
	
}
/*"""""""" (SUBMENU LEFT) Items """"""""*/
  #subMenuLeft_blank {
 	width:160px;
	height:196px;
	display:block;
	padding:0px 4px 5px 4px;
	margin: -14px 0px 0px 2px;
	}
 #subMenuLeft {
	background-color:#EAEAEA;
	background-image:url(images/submenuleft/submenu.png);
	background-repeat:repeat-y;
	font-size:11px;
	height:186px;
	margin-bottom:0px;
	margin-top:-8px;
	padding:10px 0px 0px 20px;
	width:153px;
 }
 
#subMenuLeft_link {
	margin-bottom:6px;
	display:block;
	height:20px;

}

#subMenuLeft_link a {
	color: #222;
	display:block;
	height:17px;
	padding-left:19px;
	padding-top:5px;
	margin-left:-15px;
	width:145px;
	
}
#subMenuLeft_link a:hover {
	text-decoration:none;
	color: red;
	background-color:#FFF;

} 

#subMenuLeft_title {
	padding-top:5px;
	padding-bottom:10px;
	padding-left:4px;
	margin-top: 5px;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
} 
 
 
 #subMenuLeft_top {
	/*background-image:url(images/separator.png);
	background-repeat:repeat-x;
	height:19px;
	margin-left:0px;
	width:173px;*/
}
#subMenuLeft_bottom {
/*
	background-image:url(images/submenuleft/submenu_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 149px;
	height:160px;
	margin-left: 0px;
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 10px;
	margin-bottom: 0px;
*/
}
#subMenuLeft_link .link_selected {
	background-image:url(images/submenuleft/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	margin-left: -10px;
	padding-left: 10px;
	font-weight: bold;
}
#subMenuLeft_freetext {

}

