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

ul {
  font-family: Verdana;
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  height:19px;
  padding: 5px 10px 5px 10px;
  //background-image:url(http://terms.e-charity.gr/css/line/blank_b.png);
  background-color:#999;
  border-radius:.2em;
  left:0;
  margin-right:2px;
  white-space: nowrap;
  margin-top:-1.5px;
  opacity:0.5;
}
ul li a:hover { background-image:url(http://terms.e-charity.gr/css/line/blank_b_6.png); }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 80%;
}
li:hover a { background-image:url(http://terms.e-charity.gr/css/line/blank_b_2.png); background-repeat:no-repeat;}
li:hover li a:hover { background-image:url(http://terms.e-charity.gr/css/line/blank_b_5.png); background-repeat:no-repeat; }

.pro_line2 {
height:35px; 
width:100%;
position:absolute; 
z-index:500;
//background:url(http://terms.e-charity.gr/css/line/blank_back.gif);
//background-color:#FF9FE7;
background-color:#089F02;
-webkit-box-shadow: 0px 3px 4px #333;
-moz-box-shadow: 0px 3px 4px #333; 
box-shadow: 0px 3px 4px #333;
//background: -webkit-gradient(linear, left top, left bottom, from(#E4A4D4), to(#999));

}