.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#fff;
background:#990000;
}
#treemenu1{
width:755px;
background:#990000;
height:27px;
}
.despre-noi{
	width:127px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.servicii{
	width:127px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.intrebari-frec{
	width:154px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.info-meniu{
	width:147px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.contact-meniu{
	width:150px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.despre-noi2{
	width:142px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.servicii2{
	width:142px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.intrebari-frec2{
	width:142px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.info-meniu2{
	width:142px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}
.contact-meniu2{
	width:142px;
	height:17px;
	padding-top:10px;
	padding-left:8px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #990000; /*overall menu background color*/
}
/* html .suckertreemenu ul li{
	padding-top:10px;
}
*+html .suckertreemenu ul li{
	padding-top:10px;
}*/

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
text-decoration: none;
color: #fff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border:1px solid #fff;
border-top:5px solid #fff;
padding-top:10px;
padding-bottom:10px;
}
/*html .suckertreemenu ul li ul{
	margin-top:2px;
}
*+html .suckertreemenu ul li ul{
	margin-top:2px;
}*/

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
width:180px;
padding-top:2px;
padding-left:0px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 180px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
/*width: 159px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding-left:14px;
padding-top:2px;
padding-bottom:2px;
padding-right:7px;
}
* html .suckertreemenu ul li ul li a{
	width: 180px;
}
*+html .suckertreemenu ul li ul li a{
	width: 100px;. 
}
.suckertreemenu ul li ul li a:hover{
	background:#7a0000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #990000 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #990000 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
/** html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }*/
/* End */

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */