
	:active, :focus { outline: none; -moz-outline-style: none; }

	.menu li { list-style: none;float: left;  width: 160px; height: 22px; padding-bottom: 25px; background-color: #bd5339;} /* add a little bottom padding to make sure the sub menus don't disappear before selecting them */

	.link1:hover, .link3:hover, .link4:hover, .link5:hover  {
		background: url(../kuvat/selector.png);
		background-color: #bd5339;
		background-repeat: no-repeat;
		background-position: 10px -10px;
		z-index: 15;
	}

	.link2:hover  {
		background: none; 
		background-color: #bd5339;
		z-index: 15;
	}


.menu li ul {
		position: relative;
		left: -999em;
		list-style: none;
		margin: 0;
		padding: 0;
	}

.menu li:hover ul { left: 0px; top: 18px;}

.menu li li {
		/*height: auto;  reset the height and padding set on the IR list items */
		height: 20px;
		padding: 0;
	}
	
.menu li ul a {
}

li.test1, li.test2, li.test3{
		border-style:solid;
		border-color:black;
		border-right-width:1px;
		border-left-width:1px;
		border-bottom-width:0px;
		border-top-width:0px;
}

li.test4{
		border-style:solid;
		border-color:black;
		border-right-width:1px;
		border-left-width:1px;
		border-top-width:0px;
		border-bottom-width:1px;
}


.menu li ul a:hover {
		background: url(../kuvat/selector.png) no-repeat;
		background-position: 14px -7px;
		z-index: 100;
}

