/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
#menubg{
	width:100%;
	height:39px;
	background:url(../images/menubg.gif) repeat-x;
}
	
	
	
	#menubg .center{
		width:998px;
		height:39px;
		background:url(../images/linebg.gif) no-repeat;
		padding-left:2px;
		margin:0 auto;
	}
	
		#menubg .center span.linebg{
			display:block;
			width:113px;
			height:39px;
			background:url(../images/linebg.gif) no-repeat;
			background-position:right top;
			float:left;
		}
		
		#menubg .center a.acasa{
			display:block;
			width:112px;
			height:29px;
			float:left;
			text-align:center;
			font-size:14px;
			color:#3f3f3f;
			padding-top:10px;
			text-decoration:none;
		}
		
		#menubg .center a.acasa:hover{
			background:url(../images/menubg_h.gif) repeat-x;
		}
	
		#menubg .center .meniu{
			float:right;
			/*width:490px;*/
			margin:0;
			padding:0;
			list-style:none;
			background:url(../images/linebg.gif) no-repeat top right;
		}
			
			#menubg .center .meniu li{
				height:39px;
				float:left;
				background:url(../images/linebg.gif) no-repeat;
				padding-left:1px;
				z-index: 5;	
				position:relative;
			}
				
				#menubg .center .meniu li a{
					display:block;
					height:29px;
					text-align:center;
					padding-top:10px;
					font-size:14px;
					color:#fff;
					text-decoration:none;
					text-transform: uppercase;
				}
				
				#menubg .center .meniu li a.a1{
					padding:10px 32px 0 32px;
				}
				#menubg .center .meniu li a.a2{
					width:94px;
				}
				#menubg .center .meniu li a.a3{
					width:134px;
				}
				
				#menubg .center .meniu li a:hover{
					background:url(../images/menubg_h.gif) repeat-x;
				}
			
			#menubg .center .meniu li.adauga{
				width:148px;
				background:url(../images/adaugabg.gif) repeat-x;
				text-align:center;
			}	

			#menubg .center .meniu li.blog{
				width:58px;
				background:url(../images/background-blog-btn.jpg) repeat-x;
				text-align:center;
			}
			
			#menubg .center .meniu li.blog a{
				color:#fff;
				font-size:14px;
				text-decoration:none
			}
			
			#menubg .center .meniu li.blog a:hover{
				background:none;
				text-decoration:underline;
			}
									
			#menubg .center .meniu li.adauga a{
				color:#fff;
				font-size:14px;
				text-decoration:none
			}
			
			#menubg .center .meniu li.adauga a:hover{
				background:none;
				text-decoration:underline;
			}






.meniu li:hover>a {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.meniu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.meniu ul {
	
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	list-style:none;
	width:223px;
	background:#bed08b;
	border:1px solid #809258;
}

.meniu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 0;	/* 1st level go below their parent item */
	left:20%
}

.meniu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.meniu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.meniu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.meniu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0;
	margin: 38px 0 0 -22px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.meniu ul ul {
	padding: 0;
	/*margin: -30px 0 0 -10px;*/
	margin: 30px 0 0 -225px;
	background:url("../images/submenu_arrow_down2.png") no-repeat center top #aebf7f;
	padding:12px 0 0 0;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */





.meniu ul li a {background:url(../images/lineli.gif) no-repeat scroll bottom center; font-size:13px; font-style:normal; color:#000000 !important; text-decoration: none; padding:0px;color:#555555 !important; font-size:13px !important; height:25px !important; padding-top:5px !important}
.meniu ul li a:hover {border:0; background:url(../images/lineli.gif) no-repeat scroll bottom center; color:#fff;}

.meniu ul li:hover>a {border:0; background:url(../images/lineli.gif) no-repeat scroll bottom center !important; color:#fff !important;}



.meniu, .menu ul li {
	color: #000;
	
}

.meniu ul li {
	width:223px;
	height:30px !important;
	
	 }



.meniu li li {	/* create borders around each item */
	border: 0px solid #43494d;
	background:none !important;
}

.meniu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.meniu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: -1px;
	left: 100%;
	
}




.meniu ul.ul01 {
	width:240px
	
}

.meniu ul.ul02 {
	width:260px
	
}

.meniu ul.ul03 {
	width:250px
	
}



/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
} */

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/

