/**************************** MAIN MENU ******************************************* 
************************************************************************/

/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none;}
    #nav ul ul { top: 0;}
    
/* Essentials - configure this */

#nav ul { width: 150px;}
#nav ul ul { left: 151px;}

/* Everything else is theming */
 
#nav {font-weight: bold; height: 18px; padding-left: 160px; background-image: url('/pics/menu/menu_bg_black.png'); background-repeat: repeat-x;}

#nav *:hover{ background-color: none; text-decoration: none;}

#nav a {color: white; line-height: 1.2; font-size: 0.7em; text-transform: uppercase; padding: 3px 30px 2px 30px; margin: 0; margin-right: 1px; background-image: url('/pics/menu/menu_bg_black.png'); background-repeat: repeat-x;} 	/*Ylärivi*/

  #nav li.hover > a{background-image: url('/pics/menu/menu_bg_black_over.png'); background-repeat: repeat-x;
  }
  #nav ul { top: 19px; } 	/* Päävalikon ja ekan dropdownin väli */
    #nav ul li a {
    		padding: 3px; 
    		background-image: url('/pics/menu/menu_bg_green.png'); background-repeat: repeat-y;
    		font-size: 0.6em;
    		text-transform: none;
    		margin: 0;
    		}
     #nav ul li.hover > a { background-image: url('/pics/menu/menu_bg_black_over.png'); background-repeat: repeat-x;}
    	/* second level and up hover */
      #nav ul a:hover{  }
   #nav ul a { margin: 0; text-align: left;  border-right: none; opacity: 0.95; filter: alpha(opacity=95); }
#nav ul a { border-bottom: 0; }/* - I also needed this for IE6/7 */






