
/* ICTeme/TIETODATA: /tietodata/_css/menus.css (c) ICTeme.com */

#menus {
	list-style: none;
	overflow: hidden;
	display: inline;
	width: 100%;
	}

.menutext {
	/*display: none; If you have graphic text in menu */
	text-align: left;
	font-family : Tahoma, Verdana, sans-serif;
	font-size: 80%;
	font-weight: 600;
	}

#menus li {
	list-style: none;
	display: inline; /* because IE */
	}

#menus a {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	border: 0;
	padding-bottom: 20px;
	text-decoration: none;
	}

#menus a:link {
	}

#menus a:visited {
	}

#menus a:hover {
	text-decoration: underline;
	}

#menus a:active {
	}

#menu1 a {
	background: url("/tietodata/_img/menu_bro.gif") no-repeat;
	text-indent: 31px;
	}

#menu1 a:hover {
	background: url("/tietodata/_img/menu_blu_h.gif") no-repeat;
	}

#menu1 a:visited {
	background: url("/tietodata/_img/menu_gre.gif") no-repeat;
	}

#menu1 a:active {
	background: url("/tietodata/_img/menu_blu.gif") no-repeat;
	}

#menu2 a {
	background: url("/tietodata/_img/menu_bro.gif") no-repeat;
	text-indent: 27px;
	}

#menu2 a:hover {
	background: url("/tietodata/_img/menu_blu_h.gif") no-repeat;
	}

#menu2 a:visited {
	background: url("/tietodata/_img/menu_gre.gif") no-repeat;
	}

#menu2 a:active {
	background: url("/tietodata/_img/menu_blu.gif") no-repeat;
	}

#menu3 a {
	background: url("/tietodata/_img/menu_bro.gif") no-repeat;
	text-indent: 15px;
	}

#menu3 a:hover {
	background: url("/tietodata/_img/menu_blu_h.gif") no-repeat;
	}

#menu3 a:visited {
	background: url("/tietodata/_img/menu_gre.gif") no-repeat;
	}

#menu3 a:active {
	background: url("/tietodata/_img/menu_blu.gif") no-repeat;
	}

#menu4 a {
	background: url("/tietodata/_img/menu_bro.gif") no-repeat;
	text-indent: 31px;
	}

#menu4 a:hover {
	background: url("/tietodata/_img/menu_blu_h.gif") no-repeat;
	}

#menu4 a:visited {
	background: url("/tietodata/_img/menu_gre.gif") no-repeat;
	}

#menu4 a:active {
	background: url("/tietodata/_img/menu_blu.gif") no-repeat;
	}

#menu5 a {
	background: url("/tietodata/_img/menu_bro.gif") no-repeat;
	text-indent: 29px;
	}

#menu5 a:hover {
	background: url("/tietodata/_img/menu_blu_h.gif") no-repeat;
	}

#menu5 a:visited {
	background: url("/tietodata/_img/menu_gre.gif") no-repeat;
	}

#menu5 a:active {
	background: url("/tietodata/_img/menu_blu.gif") no-repeat;
	}

/* menus without graphics (add these under comments if you use graphics) */	

/*

#menus a, #menus a:hover {
	border-top: #fff 2px solid;
	border-left: #ddd 2px solid;
	border-right: #fff 2px solid;
	border-bottom: #ddd 2px solid;
	padding: 2px;
	width: 110px;
	height: 18px;
	}

#menus a:link {
	color: #339;
	background: #eee;
	}

#menus a:visited {
	color: #339;
	background: #eee;
	}

#menus a:hover {
	color: #339;
	background: #ddd;
	}

#menus a:active {
	color: #000;
	background: #ccc;
	}

*/

/* END */
