/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	height:40px;
	z-index:50;
	width: 950px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 16px;
	display: block;
	background-image: url(../meniu-fundal.png);
	_background-image:url(../meniu-fundal.gif);

}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	text-align: left;
	padding-right: 35px;
	padding-left: 35px;
	float: left;
	font-weight: normal;
	background-image: url(../meniu-fundal.png);
	_background-image: url(../meniu-fundal.gif);
	background-position: left top;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	top:40px;
	left:0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 200px;
	background-image: url(../meniu-fundal-popup.png);
	_background-image: none;
	background-repeat: repeat-x;
	background-position: right top;
	opacity:0.85;
	filter:alpha(opacity=85);
	_filter:alpha(opacity=100);
	z-index: 50;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:40px;t\op:40px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	font-weight: normal;
	line-height: normal;
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 13px;
	background-image: none;
	float: none;
	width: 120px;
	height: 100%;
	z-index: 100;
}



/* style the top level hover */
.menu a:hover{
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: url(../meniu-buton-over.png);
	_background-image: none;
	background-repeat: repeat-x;
	_background:#e71c1f;/*obligatoriu sa fie culoare fundal sa mearga IE6*/
}
.menu ul ul a:hover{
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: underline;
	_background:#e71c1f; /*obligatoriu sa fie culoare fundal sa mearga IE6*/
}
.menu :hover > a {
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: url(../meniu-buton-over.png);
	background-repeat: repeat-x;
}
.menu ul ul :hover > a {
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: underline;

}





/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}
.menu .separare {
	background-image: url(../1meniu-separare.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 2px;
	float: left;
	display: block;
	margin-right: -1px;
	margin-left: -1px;
	position: relative;
	z-index: 1000;
	margin-top: 1px;
	margin-bottom: 1px;
}



.menu .final {
	background-image: url(../meniu-bt-bg.gif);
	background-position: 0px 0px;
	height: 40px;
	width: 2px;
}
.umbra_meniu {
	background-image: url(../meniu-umbra.png);
	_background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
	width: 980px;
	z-index: 5;
}

