.ddsmoothmenu{
font:bold 12px Verdana;
width:100%;
height:49px;
background-image:url(imagini/top_buttons_bg.jpg);
background-repeat:repeat-x;
background-position:0 0;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
position:relative;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding-left:4px;
padding-top:4px;
padding-bottom:0;
}

.ddsmoothmenu ul li ul li{
padding-left:0;
padding-top:0;
padding-bottom:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding:11px 0 13px 0;
color: #fff;
text-decoration: none;
width:83px;
font-size:12px;
font-family:Arial;
font-weight:bold;
text-align:center;
border:1px solid #f4bf28;
}

.ddsmoothmenu ul li.item7 a, .ddsmoothmenu ul li.item97 a{
padding:5px 0 4px 0;
width:97px;
}

.ddsmoothmenu ul li.item26 a{
padding:4px 0 4px 0;
width:120px;
}

* 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: #fff;
}

.ddsmoothmenu ul li a:hover{
color: #f4be28;
/*padding:17px 0 18px 0;
border:0;
width:84px;*/
border:1px solid #fff;
text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
margin-left:4px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:1px solid #f4bf27;
background-image:url(imagini/drop_normal.jpg);
background-repeat:repeat-y;
background-position:0 0;
filter: alpha(opacity=90); /*IE*/
-moz-opacity:0.95; /*old school versions of the Mozilla browsers like Netscape Navigator*/
-khtml-opacity: 0.95; /*old versions of Safari (1.x)*/
opacity: 0.95; /*Firefox, Safari, and Opera*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin-left:2px;
}

/* Sub level menu links style */

.ddsmoothmenu ul li ul li a{
border:0;
background-color:#0b481f;
background-image:url(imagini/drop_normal.jpg);
background-repeat:repeat-y;
background-position:0 0;
}

.ddsmoothmenu ul li ul li a, 
.ddsmoothmenu ul li.item7 ul li a, 
.ddsmoothmenu ul li.item97 ul li a, 
.ddsmoothmenu ul li.item26 ul li a{
margin: 0;
width: 165px;
padding:4px;
background:none;
color:#fff;
text-align:left;
font-weight:bold;
border:0;
}

.ddsmoothmenu ul li ul li a:hover, 
.ddsmoothmenu ul li.item7 ul li a:hover, 
.ddsmoothmenu ul li.item97 ul li a:hover, 
.ddsmoothmenu ul li.item26 ul li a:hover{
background-image:url(imagini/drop_over.jpg);
background-repeat:repeat-y;
background-position:0 0;
width: 167px;
padding:4px;
border:0;
color:#000;
background-color:#0b481f;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}