@charset "utf-8";
/* CSS Document */

ul#meniuSus {
	margin: 0 0 0 180px;
	height: 26px;
	vertical-align:top;
	text-align: center;
	list-style: none;
	padding: 0;
	}
	#meniuSus li, #meniuSus li a {
		float: left;
		display: block;
		width: 50px;
		height: 19px;
		margin: 0;
		}
	#meniuSus ul li.optiuneSpeciala {
		background: #fff url('../grafica/fundal_meniuOver.png') repeat-x;
		}
	#meniuSus li {
		padding: 5px 2px 0 2px;
		}
	#meniuSus li:hover {
		background: #fff url('../grafica/fundal_meniuOver.png') repeat-x;
		}
	#meniuSus li.paginaPrincipala, #meniuSus li.paginaPrincipala a { width: 100px; }
	#meniuSus li.spacer { margin-left: 15px;}
	#meniuSus li.spacer, #meniuSus li.spacer a.spacer {
		width: 80px;
		}

	#meniuSus ul {
		float: left;
		position: absolute;
		margin: 19px 0 0 -2px;
		padding: 0;
		width: 190px;
		}

		#meniuSus ul li {
			float: left;
			height: 25px;
			width: 100%;
			margin: 0;
			text-align: left;
			background: transparent url('../grafica/fundal_submeniu.png') repeat-x;
			padding: 0;
			}
		#meniuSus ul li.optiuneSpeciala {
			background: transparent url('../grafica/fundal_submeniu_optiuneSpeciala.png') repeat-x;
			}

		#meniuSus ul li a {
			height: 20px;
			width: 168px;
			padding: 4px 10px 0 10px;
			border: #ccc 1px solid;
			}
		#meniuSus ul, 
		#meniuSus ul li,
		#meniuSus ul li a {
			display: none;
			}
		#meniuSus li:hover ul, 
		#meniuSus li:hover ul li,
		#meniuSus li:hover ul li a {
			display: block;
			}

/* Reguli tipografice */
.greentime #header a {
	display: block;
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 11px;
	text-decoration: none;
    color: #fff;
	}
.greentime #header a:link { text-decoration: none; }
.greentime #header a:visited { text-decoration: none; }
.greentime #header a:hover { text-decoration: underline; }
.greentime #header a:active { text-decoration: none; }
	
		.greentime #meniuSus ul li:hover {
			background: transparent url('../grafica/fundal_submeniuOver.png') repeat-x;
			color: #fff;
			}
		.greentime #meniuSus ul li a {
			font-size: 0.8em;
			color: #333;
			}
		.greentime #meniuSus li:hover a {
			text-decoration: none;
			color: #333;
			}
		.greentime #meniuSus ul li a:hover {
			text-decoration: none;
			color: #fff;
			}
/* End Reguli tipografice */