/**
 * Ylämenu
 ****/
#topmenubg {
	background: transparent url('../img/topmenu_blank.gif') repeat top center;
}
 
#topmenubottomthin{
	position: relative;
	z-index: 1;
	/*background-color: #5466A0;*/
	background-color:#2551b3;
	height: 1px;
	font-size: 1px;

}
#topmenubottombold {
	position: relative;
	z-index: 1;
	/*background-color: #475A99;*/
	background-color:#2551b3;
	height: 5px;
	font-size: 1px;
}

#topmenu {
	position: relative;
	z-index: 999;
	width: 760px;
	margin: 0 auto;
	height: 32px;
	overflow: hidden;
}
 
#topmenu ul {
	list-style: none;
}

#topmenu li {
	display: inline; /* IE */
	margin: 0;
	padding: 0;
}

#topmenu a {
	float: left;
	text-align: center;
	font: normal normal bold 12px Arial;
	color: #5466A0;
	text-decoration: none;
	padding: 30px 1px 0 1px;
	overflow: hidden;
	height: 2px !important; 
}

#topmenu a.item1 {
	background: transparent url('../img/topmenu_etusivu.gif') no-repeat top center;
	width: 91px;
}

#topmenu a.item1_current {
	background: transparent url('../img/topmenu_etusivu_hover.gif') no-repeat top center;
	width: 91px;
}

#topmenu a.item2 {
	background: transparent url('../img/topmenu_matkapaketit.gif') no-repeat top center;
	width: 129px;
}

#topmenu a.item2_current  {
	background: transparent url('../img/topmenu_matkapaketit_hover.gif') no-repeat top center;
	width: 129px;
}

#topmenu a.item3 {
	background: transparent url('../img/topmenu_lennot.gif') no-repeat top center;
	width: 94px;
}

#topmenu a.item3_current  {
	background: transparent url('../img/topmenu_lennot_hover.gif') no-repeat top center;
	width: 94px;
}

#topmenu a.item4 {
	background: transparent url('../img/topmenu_hotellit.gif') no-repeat top center;
	width: 92px;
}

#topmenu a.item4_current  {
	background: transparent url('../img/topmenu_hotellit_hover.gif') no-repeat top center;
	width: 92px;
}

#topmenu a.item5 {
	background: transparent url('../img/topmenu_autot.gif') no-repeat top center;
	width: 85px;
}

#topmenu a.item5_current  {
	background: transparent url('../img/topmenu_autot_hover.gif') no-repeat top center;
	width: 85px;
}

#topmenu a.item6 {
	background: transparent url('../img/topmenu_okmatkat.gif') no-repeat top center;
	width: 114px;
}

#topmenu a.item6_current  {
	background: transparent url('../img/topmenu_okmatkat_hover.gif') no-repeat top center;
	width: 114px;
}

#topmenu a.item7 {
	background: transparent url('../img/topmenu_mpisteet.gif') no-repeat top center;
	width: 132px;
}

#topmenu a.item7_current  {
	background: transparent url('../img/topmenu_mpisteet_hover.gif') no-repeat top center;
	width: 132px;
}

/**
 * Sivumenu
 ****/
#submenu {
  background-color:#d8edf9;
  padding:14px 0;
}
 
#submenu ul {
	list-style: none;
	padding: 6px 0 6px 0;
	margin: 0;
	font-weight: bold;
	line-height: 18px;
}

#submenu ul.inner {
	padding: 0;
	font-weight: normal;
}

#submenu li {
	margin: 0 0 0 25px;
	padding: 1px 0 1px 13px;
	background: transparent url('../img/ruudut_3.gif') no-repeat 0 7px;
}

#submenu ul.inner li {
	margin: 0;
	padding: 1px 0 1px 13px;
}

#submenu li.main{
	margin: 0 0 0 15px;
	/*padding-left: 13px;*/
	background-image:none;
}

.pad {
	padding: 8px 0 8px 0;
}
