/* menu top */

/***** MENIU HORIZONTAL *****/
.ddsmoothmenu{
font: bold 12px Sans-serif,Tahoma,Verdana,Sans-serif;
float:right;
margin-right:15px;
z-index:5;
color: #ffffff;
}
.ddsmoothmenu ul{
z-index:100;
margin-left:15px;
margin-top:5px;
padding: 0;
list-style-type: none;
color: #ffffff;
}
/*Top level list items*/
.ddsmoothmenu ul li{
font: normal 12px Sans-serif,Tahoma,Verdana;
position: relative;
display: inline;
float: left;
border:0px; /* 1px solid #dadada; */
margin-right:5px;
color: #ffffff;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-color:inherit;
 /*background of menu items (default state)*/

padding: 5px 9px 4px 9px;
margin:0px;
text-decoration: none;
/*background:#000000;*/
color: #ffffff;
}
.top_activ{
	background-color: inherit;
	background: #f4ede5; /*#f6eadb; /*#ffb220; /*#1e6cab; /*#5d50ad; */
	color:#ffffff;
}
.top_activ a{
color:#ffffff;
}
.ddsmoothmenu ul li .top_activ a {
display: block;
padding: 5px 9px 4px 9px;
margin:0;
text-decoration: none;
background-color:inherit;
color: #ffffff;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
color: #ffffff;
}
.ddsmoothmenu ul li a:link{
color:#445;
background-color:inherit;
color: #ffffff;
} 

.ddsmoothmenu ul li a:visited{
color:#445;
background-color:inherit;
color: #ffffff;
}

.ddsmoothmenu ul li ul li a:link{
color:#445;
background-color:inherit;
color: #000000;
}
.ddsmoothmenu ul li ul li a:visited{
color:#445;
background-color:inherit;
color: #000000;
}
.ddsmoothmenu ul li a.selected{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #000000;
}
.ddsmoothmenu ul li a:hover{
	background: #cc0000 url(../imagini/site/menu4.png) repeat-x; /*background of menu items during onmouseover (hover state)*/
	color: #ffffff; /*#e39400; */
	height:100%;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0px;
margin:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
color:#000000;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin:0px;
color:#000000;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin:0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
background-color:inherit;
font: normal 12px Verdana;
color:#000000;
width: 160px; /*width of sub menus*/
padding-top: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #889; /*#5d50ad; */
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### 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: silver;}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
/* opacity: 0; */
}
/**** Sfarsit Menu Horizontal****/