.ddsmoothmenu-v ul{
margin: 0px;
padding: 0px;
width: 179px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px tahoma,sans-serif;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

.ddsmoothmenu-v ul .cat{
width:179px;
height:25px;
line-height:25px;
background:#2a70aa /*#5d50ad; /*#171716 */ url(../imagini/site/menu2.jpg) repeat-x;                 /* se refera la cat meniu ex DESPRE COMUNA */
font-family:san-serif,arial;
font-size:13px;
text-align:center;
color:#fefefe;
border-bottom:1px solid #778; /*333;*/
}



/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#fffffe;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background: #FFFACD; /*background of menu items (default state)*/
	color: #000001;
}


.ddsmoothmenu-v ul li a.selected{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#171716 url(../imagini/site/menu1.jpg) repeat-x;
	color: #fefefe;
}

.ddsmoothmenu-v ul li a:hover{
background:#171716 url(../imagini/site/menu1.jpg) repeat-x; /*background of menu items during onmouseover (hover state)*/
color: #fefefe;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	border-top: 1px solid #778;
	margin-left: -20px;
	margin-top: 3px;
	position: absolute;
	top: 0;
	font: bold 12px tahoma,sans-serif;
	color:#000002;
	visibility: hidden;
	min-width: 160px;
	max-width: 260px;
}
.ddsmoothmenu-v ul li ul li a{
font: bold 12px tahoma,sans-serif;
color:#000002;
}


/* ######### 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.7; */
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


/* pentru acordeon despre comuna */
h3 {
margin:0px;
padding:0px;
width:179px;
height:26px;
line-height:25px;
background:#2a70aa /*#5d50ad; /*#171716 */ url(../imagini/site/menu2.jpg) repeat-x;                 /* se refera la cat meniu ex DESPRE COMUNA */
font-family:san-serif,arial;
font-size:13px;
text-align:center;
color:#fefefe;
border-bottom:1px solid #778; /*333;*/
cursor:pointer;
}
.ddsmoothmenu-v .categorii ul{
	margin-left: 160px;
	margin-top: 3px;
	position: absolute;
	top: 0;
	font: bold 12px tahoma,sans-serif;
	color:#000002;
	visibility: hidden;
	min-width: 180px;
	max-width: 260px;
}
.ddsmoothmenu-v .categorii ul li a{
font: bold 12px tahoma,sans-serif;
color:#000002;
}
.ddsmoothmenu-v .categorii ul li a:hover{
font: bold 12px tahoma,sans-serif;
color:#ffffff;
}

* html .ddsmoothmenu-v .categorii li { float: left; height: 1%; }
* html .ddsmoothmenu-v .categorii li a { height: 1%; }

