ul.dropdown {
	color: #CCC;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
	background-color: #FFF;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 25px;
	width: 830px;
	background-image: url(../imagini/fundal%20header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.dropdown a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
ul.dropdown li:hover {
	background-color: #E9E9E9;
	position: relative;
	z-index: 599;
	padding-top: 1px;
	background-image: url(../imagini/fundal%20header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown li {
	line-height: 20px;
	vertical-align: middle;
	float: left;
	padding-top: 2px;
	padding-right: 22px;
	padding-left: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-bottom: 2px;
	background-image: url(../imagini/fundal%20header.png);
	background-repeat: repeat-x;
	background-position: left top;
}

ul.dropdown ul {
	width: 200px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 598;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding-top: 15px;
}
ul.dropdown ul li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 2em;
	text-decoration: none;
	margin: 0px;
	height: 2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul.dropdown ul ul {
	left: 99%;
	top: 1px;
}
ul.dropdown a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
ul.dropdown a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
