body {
  background: url(imagini/background.png) repeat-x #e6e3dc;
  margin: 0;
  font-family:Verdana, Geneva, sans-serif;
}



a {
  color: #9bb50b;
  text-decoration: none;
}



a:hover {
  color: #728507;
  text-decoration: underline;
}

header {
  width: 1000px;
  margin: 0 auto;
}



#logo {
  background: url(imagini/logo.png) no-repeat;
  width: 266px;
  height: 50px;
  margin-top: 17px;
  margin-left: 7px;
}



#updates {
  font-size: 13px;
  color: #e6e3dc;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  padding-top: 5px;
}

.dataactualizare:after{
  content: "09.24.2014";
  font-size: 13px;
  color: #9CB60C;
}



ul { 
    width: 1000px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

nav {
  text-align:center;
  font-size:12px;
  margin-top: 55px;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;

}



nav li a{
  display: block;
  text-decoration: none;
  color: #e6e3dc;
  width: 100px;
  height: 24px;
  text-align: center;
  padding-top: 5px;
}

nav li a:hover {
	background: #9CB60C;}



nav .on {
	background: #9CB60C; }



nav, section, article {
  display : block;
}





nav ul ul {
	display: none;
}

	nav ul li:hover > ul {

		display: block;

	}







nav ul {

    list-style: none;

	position: relative;

	display: inline-block;

}

	nav ul:after {

		content: ""; clear: both; display: block;

	}



nav ul li {

	float: left;

}

	nav ul li:hover {

		background: #4b545f;

	}

		nav ul li:hover a {

			color: #fff;

		}



	nav ul li a {

		display: block;

		color: #757575; text-decoration: none;

	}





nav ul ul {

	background: #5f6975; border-radius: 0px; padding: 0;

    width: 100px;

	position: absolute; top: 100%;

}

	nav ul ul li {

		float: none;

		border-top: 1px solid #9CB60C;

		border-bottom: 1px solid #9CB60C;

		position: relative;

	}

		nav ul ul li a {

            color: #fff;

		}

			nav ul ul li a:hover {

				background: #9CB60C;

			}





nav ul ul ul {

	position: absolute; left: 100%; top:0;

}



section {

  margin: auto;

  margin-top: 25px;

  padding: 10px;

  width: 1000px;

  	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);

	padding: 0 20px;



}



section h2{

  font-family: Tahoma, Arial, Helvetica, sans-serif;

  font-size: 20px;

  margin: 0px;

}



section h3{

  font-family: Tahoma, Arial, Helvetica, sans-serif;

  font-size: 16px;

  margin: 0px;

}

section p{

  font-family: Tahoma, Arial, Helvetica, sans-serif;

  font-size: 12px;

  margin: 0px;

}







article{



  background: #e6e3dc;

  border: 1px solid green;

  padding: 20px;

  margin-bottom: 15px;

  }





#footer {

  background: #9CB60C;

  height: 22px;

  font-family: "Tahoma", Arial, Helvetica, sans-serif;

  font-size:14px;

  color: #FFFFFF;

  margin-bottom: 9px;

}



#copyright {

  width: 100%;

  text-align: center;

}



#copyright a {

  color: #000000;

  text-decoration: none;

}



#copyright a:hover {

  color: #728507;

  text-decoration: underline;

}



