.ddsmoothmenu{
	font: bold 12px Verdana;
	color:white;
	/*background: #414141; background of menu bar (default state)*/
	height:30px;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	text-align:center;
	float: left;
	width:97px;
	border-right:1px solid #333333;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	position:relative;
	display: block;
	color: white;
	padding: 5px;
	color:white;
	text-decoration: none;
	height:20px;
}

.ddsmoothmenu ul li a.sub{
	position:relative;
	display: block;
	background:url(../../../images/deco/menu_sub_fleche.gif) center 22px no-repeat; /*background of menu items (default state)*/
	color: white;
	padding: 4px;
	color:white;
	text-decoration: none;
	height:20px;
}

.ddsmoothmenu ul li.menu_promo_flash {
	position: relative;
	display: inline;
	float: left;
	width:90px;
	color: white;
}

.ddsmoothmenu ul li.menu_promo_flash a, .ddsmoothmenu ul li.menu_promo_flash {
	color: white;
	padding-top:0px;
	height:25px;
	background:url(../../../images/deco/fond_header_menu_promo_flash.jpg) repeat-x;
}

.ddsmoothmenu ul li.menu_catalogue_iphone {
	position: relative;
	display: inline;
	float: left;
	width:120px;
	color: white;
}

.ddsmoothmenu ul li.menu_catalogue_iphone a, .ddsmoothmenu ul li.menu_catalogue_iphone {
	color: white;
	padding-top:0px;
	height:25px;
	/*background:url(../../../images/deco/fond_header_menu_promo_flash.jpg) repeat-x;*/
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.sub a:hover{
	background:url(../../../images/deco/fond_header_menu_hover.jpg) repeat-x top;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	overflow:visible;
	z-index:700;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float:none;
	border-top:none;
	margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	border-top: 1px solid #d2d2d2;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	background:#000033;
	font: normal 13px Verdana;
	color:#FFFFFF;
	width:100px; /*width of sub menus*/
	margin:0px;
	text-align:left;
	padding-top:3px;
	padding-bottom:3px;
}

.ddsmoothmenu ul li ul li a:hover{
	background:black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	display:none;
	/*position: absolute;
	top: 12px;
	right: 7px;*/
}

.rightarrowclass{
	display:none;
	/*position: absolute;
	top: 6px;
	right: 5px;*/
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 1;
}