﻿@charset "UTF-8";
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav {
	padding: 0;
	background-color: #707070;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 1.85em;
	cursor: default;
/*	background-image: url('http://ubuntu-fi.org/images/etusivu/910_2/menu-gradient.jpg'); */
}

#nav ul li small {
color: #F27836;
}
.alin {
border-bottom: 0px;
}

#nav a {

	font-size: 9pt;
	font-weight: normal;
	color: #F5B749;
	font-family: sans-serif;
	text-decoration: none;
}
#nav a {
	
}

#nav ul li ul li:hover {
	/* font-weight: bold;*/
	background-color: #707070;
/*	background-image: url('http://ubuntu-fi.org/images/etusivu/910_2/menu-gradient.jpg');*/ 
	color: #ddd4b0; 
/*  -moz-border-radius: 8px;  */
	}

#nav ul li:hover {
/*	background-color: #bbb; */
/* 	font-weight: bold; */

color: #FF6600; 
/* disable background texture, as it takes time to preload */
/*	background-image: url('http://ubuntu-fi.org/images/etusivu/910_2/menu-background.jpg'); */
/*	color: #ddd4b0; */
/*  -moz-border-radius: 8px;  */
	}

.naviotsikko {
	font-weight: bold;
}

/* override blog style.css */
.navinuoli {
   color: #fff;
   font-size:7pt;
}

#nav ul li ul li {
	border-bottom: 1px solid black;
}
#nav li li:hover {
	/* background-image: url('http://ubuntu-fi.org/images/menu-background-hover.jpg') top left;*/
	}

#nav hr {
	margin: 3px 4px;
	padding:0;
}		

#nav li li a {
	text-align: left;
	position: relative;
	display: block;
	font-size: 9pt;
	color: #000;
	padding: 2px;
	padding-left: 10px;
	font-weight: bold;
}
#nav li li a:hover {
	text-decoration: none;
   	color: #fff; 
   }

#nav ul li{
	color: #fff; 
	font-size: 9pt;
	font-family: sans-serif;
	float:left;
	position: relative;
	background: none;
	width: 14em;
	text-align: center;
	height: 1.75em;
	padding-top: 0.25em;
	
}

#nav ul {
	
}

#nav ul li#last {
	
}

#nav ul li ul {
	display: none;
	background-color: #BBBBBB;
	position: absolute;
	opacity: 0.95;
	filter: alpha(opacity=95); 
	left: 0;
	font-weight: normal;
	top: 100%;
	border: solid 1px black;
/* 	disable using background texture */
	/* background: url('http://ubuntu-fi.org/images/etusivu/910_2/menu-background.jpg') top left; */
	
}
#nav ul li ul li {
width: 20em;
}

#nav ul li>ul {

}

#nav ul li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav ul li:hover ul, #nav ul li.over ul {
	display: block;
}

#nav .sisennys {
	padding-left:2em;
}
