/*
*************************************************

Name: 			Sonic Factory - tallennusmedioiden ammattilainen
Description: 	CSS for the top navigation menu
Author: 		Sonic Factory

Created: 		16.06.2008
Last modified: 	16.09.2009

*************************************************
*/

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 880px;
	height: 40px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
	}
	
#menu span {
	display: none;
	position: absolute;
	}
	
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	background-image: url(images/menu-bg.jpg);
	}
	
#menu a:hover {
	background-position: left bottom;
	}
	
#menu a:hover span{
	display: block;
	}
	
#menu .index {
	width: 124px;
	height: 40px;
	background: url(images/m_01.jpg) no-repeat;
	left: 0px;
	top: 0px;
	}
	
/*#menu .index span {
	width: 181px;
	height: 53px;
	background: url(images/home-over.gif) no-repeat;
	left: 0px;
	top: -50px;
}*/

body#pageIsIndex li.menuIndex a {
	background-position: left bottom;
	}
	
#menu .tuotteet {
	width: 104px;
	height: 40px;
	background: url(images/m_02.jpg) no-repeat;
	left: 124px;
	top: 0px;
	}
	
/*#menu .music span {
	width: 181px;
	height: 53px;
	background: url(images/music-over.gif) no-repeat;
	left: 0px;
	top: -54px;
}*/

body#pageIsTuotteet li.menuTuotteet a {
	background-position: left bottom;
	}
	
#menu .tuotekuvat {
	width: 126px;
	height: 40px;
	background: url(images/m_03.jpg) no-repeat;
	left: 228px;
	top: 0px;
	}
	
/*#menu .photo span {
	width: 181px;
	height: 53px;
	background: url(images/photo-over.gif) no-repeat;
	left: 0px;
	top: -50px;
}*/

body#pageIsTuotekuvat li.menuTuotekuvat a {
	background-position: left bottom;
	}
	
#menu .ohjeet {
	width: 86px;
	height: 40px;
	background: url(images/m_04.jpg) no-repeat;
	left: 354px;
	top: 0px;
	}
	
/*#menu .cv span {
	width: 181px;
	height: 53px;
	background: url(images/cv-over.gif) no-repeat;
	left: 0px;
	top: -50px;
}*/

body#pageIsOhjeet li.menuOhjeet a {
	background-position: left bottom;
	}
	
#menu .aineistontoimitus {
	width: 177px;
	height: 40px;
	background: url(images/m_05.jpg) no-repeat;
	left: 440px;
	top: 0px;
	}
	
/*#menu .design span {
	width: 181px;
	height: 53px;
	background: url(images/design-over.gif) no-repeat;
	left: 0px;
	top: -50px;
}*/

body#pageIsAineistontoimitus li.menuAineistontoimitus a {
	background-position: left bottom;
	}
	
#menu .yhteystiedot {
	width: 136px;
	height: 40px;
	background: url(images/m_06.jpg) no-repeat;
	left: 617px;
	top: 0px;
	}
	
/*#menu .contact span {
	width: 181px;
	height: 53px;
	background: url(images/contact-over.gif) no-repeat;
	left: 0px;
	top: -50px;
}*/

body#pageIsYhteystiedot li.menuYhteystiedot a {
	background-position: left bottom;
	}
