@charset "utf-8";
/* CSS Document */

#navi ul {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #CCC;
  font-weight:200;
}
#navi ul li {
  display: block;
  position: relative;
  float: left;
  z-index:1000;
  color: #999;
  margin-left:0px;
  font-weight:200;
}
#navi li ul { display: none; color: #999; font-weight:200; }

#navi ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #3266cc;
  border-top: 1px solid #3266cc;
  padding: 5px 4px 5px 4px;
  margin-left: 1px;
  white-space: nowrap;
  background-image:url(images/menu-bg.jpg);
  background-repeat:repeat;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  font-weight:200;  
}

#navi ul li a:hover { 
	font-weight:200;
}
#navi li:hover ul {
  display: block;
  position: absolute;
  color: #fff;
  font-weight:200;
}
#navi li:hover li {
  float: none;
  font-size: 14px;
  color: #fff;
  font-weight:200;
}
#navi li:hover a {  }
#navi li:hover li a:hover {
	color: #fff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  	font-weight:200;
}

#navi ul a:visited {
  color: #fff;
  font-weight:200;
}

#projserv ul li a{
	border:0px; 
	padding:0px; 
	filter:alpha(opacity=100); 
	opacity:1.0;
}

