div.block #mao_blockcategories {



}



.ddsmoothmenu-v {

	

}



.ddsmoothmenu-v ul {

	margin: 0;

	padding: 0;

	width: 100%; /* Main Menu Item widths */

	list-style-type: none;

	font-size: 12px;

}



.ddsmoothmenu-v a:first-letter {

	font-size: 120%;

}



.ddsmoothmenu-v ul li { 
clear:both; 
position: relative;
border-bottom: 1px solid #D9D9D9;
width: 205px;
padding: 6px 10px;
background: url(../img/hover.png) no-repeat right;

}

.ddsmoothmenu-v ul li:nth-child(2) ul { top:-29px !important; }
.ddsmoothmenu-v ul li:nth-child(3) ul { top:-58px !important; }
.ddsmoothmenu-v ul li:nth-child(4) ul { top: -87px !important; }
.ddsmoothmenu-v ul li:nth-child(4) ul li { width:128px !important; }
.ddsmoothmenu-v ul li:nth-child(5) ul { top: -117px !important; }


.ddsmoothmenu-v ul li:nth-child(4) ul li a { padding-left:0 !important; }


.ddsmoothmenu-v ul li ul li { border:none !important; }
.ddsmoothmenu-v ul li ul li h2 a { font-size:12px !important;}



/* Top level menu links style */

.ddsmoothmenu-v ul li a {

color: #3F3F3F;
font-weight: normal;

}



/*Sub level menu items */

.ddsmoothmenu-v ul li ul {

	position: absolute;



	top: 0;

	font-weight: normal;

	visibility: hidden;

	

}



.ddsmoothmenu-v ul li ul li {

	padding: 0;


}



.ddsmoothmenu-v ul li ul li a {

	
}



.ddsmoothmenu-v ul li ul li.last a {

   border-bottom: 0;

}

 

/* Holly Hack for IE \*/

* html .ddsmoothmenu-v ul li { float: left; height: 1%;  }

* html .ddsmoothmenu-v ul li a { height: 1%; }

/* End */



/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass {

	 display:none !important; visibility:hidden !important;

}



.rightarrowclass { display:none !important; visibility:hidden !important;

}



li li .rightarrowclass {

 display:none !important; visibility:hidden !important;

}



/* ######### CSS for shadow added to sub menus  ######### */



.ddshadow { /*shadow for NON CSS3 capable browsers*/

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	background: none;

}



.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/

	opacity: 0.8;

}



/* ######### Prestashop setting  ######### */



#left_column {

	overflow: visible;

}