/* ================================================================ 
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;
	position:relative;
	z-index:50;
	width: 940px;
	background:transparent url(../meniu-fundal.png);
    _background-image:url(../meniu-fundal.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
}

/* 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:33px;
	line-height:32px;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	font-weight: bold;
}





/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}
.menu ul ul :hover > a.drop {
}


/* 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:33px;
	left:0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 170px;
	background-image: url(../meniu-fundal-popup.png);
	background-repeat: repeat-x;
	background-position: right top;
}

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

/* 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: 12px;
	background-image: none;
	float: none;
	width: 120px;
	height: 100%;
}



/* style the top level hover */
.menu a:hover{
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: url(../meniu-buton-over.gif);
	background-repeat: repeat-x;
}
.menu ul ul a:hover{
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: underline;
}
.menu :hover > a {
	color:#FFFFFF;
	background-position: left top;
	display: block;
	background-image: url(../meniu-buton-over.gif);
	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(../meniu-separare.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 2px;
	float: left;
	display: block;
	margin-top: 1px;
}

.menu .final {
	background-image: url(../meniu-bt-bg.gif);
	background-position: 0px 0px;
	height: 30px;
	width: 2px;
}
