/* Päämenu */

#menuwrap {  
    width:100%;  
    height:39px;  
    position:relative;  
    background: transparent url(../images/menu_bg.gif) repeat-x;  
}  
  
ul#menu {  
    width:340px;  
    height:39px;  
    float:left;  
    margin:0;  
    padding:0;  
    list-style-type:none;  
    background:transparent url(../images/menubg.jpg) repeat-x;  
}  
  
ul#menu li {  
    float:left;  
}  
  
ul#menu li a {  
    display: block;  
    height:39px;  
    overflow:hidden;  
    text-indent:-99999px;  
    background: transparent url(../images/menu_matrix.jpg) no-repeat;  
}  
  
ul#menu li#etusivu a { background-position:0 0; width:93px; }  
ul#menu li#etusivu a:hover { background-position:0 -39px; width:93px; }  
  
ul#menu li#palvelut a { background-position:-93px 0; width:105px; }  
ul#menu li#palvelut a:hover { background-position:-93px -39px; width:105px; }  
  
ul#menu li#yhteystiedot a { background-position:-198px 0; width:142px; }  
ul#menu li#yhteystiedot a:hover { background-position:-198px -39px; width:142px; }


/* Sivumenu */  

#sidemenu {
	background: #eeeeee;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 430px;
}
#sidemenu li {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	font-size: 67.5px;
	width: 100%;
}
#sidemenu a {
	background: #eeeeee;
	color: #4a9400;
	display: block;
	margin: 0;
	padding: 8px 12px 8px 20px;
	text-decoration: none;
	font-weight: bold;
}
#sidemenu a:hover {
	background: #e4e4e4 no-repeat 0;
	color: #4a9400;
	padding-bottom: 8px;
}
