/* Martin's menu stylesheet ------------------------------------------------------- */

#nav{
	margin: 5px 0 0 20px;
	width: 666px;
	height: 29px;
	background: url(../css/menu_bg_passive.gif) left bottom repeat-x;
	font-family: arial, tahoma, helvetica, 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 #7f7f7f;*/
	font-size: 11px;
	float: left;
	width: 104px;
	padding-right: 1px;
	margin: 0;
	display: inline;
}

#nav ul li#m1{
	width: 64px;
}

#nav ul li#m5{
	width: 135px;
}

#nav ul li#m6{
	width: 74px;
}



/* Menylänkar -------------------------- */

#nav a{
	text-align: center;
	background: url(../css/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(../css/menu_bg_hover.gif) left bottom repeat-x;
	}

#nav .active a:link, #nav .active a:visited, #nav .active a:hover {
	background: url(../css/menu_bg_hover.gif) left bottom repeat-x;
	}

/* Menylänkar -------------------------- */
