
 #menu
{ position: absolute;
min-width: 800px; 
top: 107px;
left: 0px;
z-index: 7; }
 
 
#menu ul
{

	list-style: none;
	margin: 0;
	padding: 0px 0 0px 0px;
	height: 22px;
	float:left;
	white-space:nowrap;
	background-color: transparent;
	z-index: 7;
}


 /* TASO 1 LINKIT */

#menu ul li {
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 7;
	
}

* html #menu ul li {
	float: none;
}

 /* TASO 2 */

#menu li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 30px;
	display:none;
	background: none;
	padding: 0px;
	z-index: 7;
}

* html #menu li ul {
	left:-299px;
}

 /* TASO 2 LINKIT */
 
#menu li ul li {
  	position:relative;
	float: none;
	font-size: 10px;
	font-weight: normal;
	width:150px;
	height:23px;
	display: block;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin:0;
}


#toplevel {
	text-align: center; 
	position: relative; 
	z-index: 4; 
	float: left;
}

#sublevel {
  	margin: 0;
  	padding: 0;
	text-align:left;
	line-height:23px;
	z-index: 7;
}

/* Styles for Menu Items */
ul#toplevel li a {
	display: inline;
	float: left;	
	color: #000000;
	font-size: 12px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	white-space:nowrap;
	padding: 10px 10px 10px 10px;
	background-color: transparent;
	z-index: 7;
}

ul#sublevel li a {
	display: block;
/*	background: #fff;  IE6 Bug */
	background-image: none;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding:0px 21px;
	margin:0px;
	width:100%;
	text-decoration: none;
	background-position: left top;
	z-index: 7;
	background-color: #dddddd;
	background-image: url(i/vaalea.gif);
}

/* hover */
#menu li a:hover  {
    color: #888888;
	text-decoration: none;
	background-color: transparent;
}


/*#menu li:hover li a:hover, #menu li.over li a:hover { */

#menu li ul li a:hover {
    color: #000000;
	
	text-decoration: none;
	background-color: #bbbbbb;
	background-image: url(i/tumma.gif);
	
/*	height:100%;  */
}


/* set dropdown to default */

#menu li:hover li a, #menu li.over li a {
    color: #333333;
    width: 100px;
}
 
#menu li.over ul { 
  	display:block; 
  	

} /* The magic */

