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

body {
	margin:0;
	font-size: 12px;
	font-family:tahoma;
	background-image:url(bg_index.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	
}

.style1 {font-size: 14px}

a:link, a:visited {
	text-decoration:none;
	font-size:12px;
	font-family:Tahoma;
	color:#FFFFFF;
}

a:hover {
text-decoration:underline;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

li {
  float: left;
  position: relative;
  width: 90px;;
  padding:5px;

  }

li ul {
  display: none;
  position: absolute; 
  top:2em;
  left: 0;
  border-bottom:1px solid #000000;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{ display: block; background-color:#869195; }
