
#listMenu {
	position: relative;
	margin: 0 0px;
	min-height: 250px;
	overflow: hidden;
}



#listMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 250px;
}

#listMenu ul li {
	list-style: none;
/*	float: left;/**/
}

#listMenu ul li a {
	margin: 0;
	padding: 0 0 0 22px;
	background-color :#edead5;
	/*background-color :#E2DAB8;/**/
	/*border-bottom: 2px solid #431915;/**/
	margin-bottom: 2px;
	cursor:pointer;
	display:block;
	min-height: 48px;
}
* html #listMenu ul li a {
	height: 48px;
}

#listMenu ul li.kuva1 a {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #FFFFFF;
	line-height: 50px;
	background-image: url(../images/bg_menu_corner.png);
	background-position: top right;
	background-repeat: no-repeat;/**/
	background-color: #e42038;
	/*background-image: url(../images/bg_menu_red_sel.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva2 a {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #FFFFFF;
	line-height: 48px;
	background-color: #78c7ce;
	/*background-image: url(../images/bg_menu_blue_sel.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva3 a {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #FFFFFF;
	line-height: 48px;
	background-color: #d4d700;
	/*background-image: url(../images/bg_menu_green_sel.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva4 a {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #FFFFFF;
	line-height: 48px;
	background-color: #f8b322;
	/*background-image: url(../images/bg_menu_orange_sel.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva5 a {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #FFFFFF;
	line-height: 48px;
	margin-bottom: 0px;
	background-color: #ffdd00;
	/*background-image: url(../images/bg_menu_yellow_sel.jpg);
	border-bottom: 0px solid #431915;
	background-position: top left;
	background-repeat: no-repeat;/**/
}

#listMenu ul li.kuva1 a:hover {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #431915;
	line-height: 50px;
	background-color: #e42038;
	/*background-image: url(../images/bg_menu_red.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva2 a:hover {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #431915;
	line-height: 48px;
	background-color: #78c7ce;
	/*background-image: url(../images/bg_menu_blue.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva3 a:hover {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #431915;
	line-height: 48px;
	background-color: #d4d700;
	/*background-image: url(../images/bg_menu_green.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva4 a:hover {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #431915;
	line-height: 48px;
	background-color: #f8b322;
	/*background-image: url(../images/bg_menu_orange.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}
#listMenu ul li.kuva5 a:hover {
	font: 17px Arial, Verdana; font-weight: normal; text-decoration: none; color: #431915;
	line-height: 48px;
	margin-bottom: 0px;
	background-color: #ffdd00;
	/*background-image: url(../images/bg_menu_yellow.jpg);
	background-position: top left;
	background-repeat: no-repeat;/**/
}

.clear {
	clear: both;
}

/*************************************************************/


