/* Martins meny-css ------------------------------------------------------- */

#nav{
	margin: 5px 0 0 20px;
	width: 666px;
	height: 29px;
	background: url(../img/menu_bg_passive.gif) left bottom repeat-x;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	}


#nav ul{
	position: relative;
	width: 100%;
	padding: 0;
	list-style-type: none;
	clear: both;
	margin: 0;
}

#nav ul li{
	border-right: solid 1px #fff;
	float: left;
	width: 110px;
	margin: 0;
}

/* Menylänkar -------------------------- */

#nav a{
	text-align: center;
	background: url(../img/menu_bg_passive.gif) left bottom repeat-x;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 0;
	width: 100%;
	}

#nav a:hover {
	background: url(../img/menu_bg_hover.gif) left bottom repeat-x;
	}

#nav #active a:link, #nav #active a:visited, #nav #active a:hover {
	background: url(../img/menu_bg_hover.gif) left bottom repeat-x;
	}

/* Menylänkar -------------------------- */
