.ddsmoothmenu {
font-size: 12px;
font-family:verdana;
text-align: left;
margin-top:18px;
margin:0 auto;
width:984px;
}

.ddsmoothmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
display: block;
}

/*Top level list items*/
.ddsmoothmenu ul li {
position: relative;
display: inline;
width:130px;
float: left;
background: url(/static/images/en/menu_dep.gif) right center no-repeat;
text-align:center;
white-space: nowrap;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
display: block;
color: #000000;
padding: 8px 10px;
/*border: 1px solid #a9adb0;*/
text-decoration: none;
/*background: #e3e3e3; /*background of tabs (default state)*/*/
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*MOZ , FF*/
opacity:0.85;/*CSS3, FF1.5*/
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #000000;
}

.ddsmoothmenu ul li a:hover {
color: #000000;
border: 0;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
text-align: left;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
background: #e3e3e3;
border-left: 1px solid #a9adb0;
border-right: 1px solid #a9adb0;
border-top-width: 0;
border-bottom: 1px solid #a9adb0;
}

.ddsmoothmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
border-left: 1px solid #a9adb0;
border-right: 1px solid #a9adb0;
border-top-width: 0;
border-bottom: 1px solid #a9adb0;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 12px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
