/*

yellow: #ececce;
grey: #191920;


*/



a#nav_portfolio {
	background-image: url(media/menu_web_portfolio.png);
	display: block;
	height: 73px;
	width: 159px;
	position: absolute;
	z-index: 15;
	font-size:1px;
	text-indent:-5000px;
	margin-top:80px;
	background-repeat: no-repeat;
}

a#nav_portfolio:hover, a#nav_portfolio.selected {
	background-position: left -71px;
}

a#nav_contact {
	background-image: url(media/menu_web_contact_fr.png);
	display: block;
	height: 71px;
	width: 158px;
	position: absolute;
	z-index: 20;
	font-size:1px;
	text-indent:-5000px;
	margin-top:80px;
	margin-left:151px;
	background-repeat: no-repeat;
}

a#nav_contact:hover, a#nav_contact.selected {
	background-position: left -68px;
}

a#nav_services {
	background-image: url(media/menu_web_services.png);
	display: block;
	height: 100px;
	width: 151px;
	position: absolute;
	z-index: 10;
	font-size:1px;
	text-indent:-5000px;
	margin-left:80px;
	margin-top:110px;
	background-repeat: no-repeat;	
}

a#nav_services:hover, a#nav_services.selected {
	background-position: left -97px;
}

a#nav_skills {
	background-image: url(media/menu_web_skills_fr.png);
	display: block;
	height: 100px;
	width: 154px;
	position: absolute;
	z-index: 10;
	font-size:1px;
	text-indent:-5000px;
	margin-left:80px;
	margin-top:-110px;
	background-repeat: no-repeat;
}

a#nav_skills:hover, a#nav_skills.selected {
	background-position: left -98px;
}

a#nav_drucifer {
	background-image: url(media/menu_web_drucifer.png);
	display: block;
	height: 73px;
	width: 160px;
	position: absolute;
	z-index: 15;
	font-size:1px;
	text-indent:-5000px;
	margin-top:-80px;
	background-repeat: no-repeat;
}

a#nav_drucifer:hover, a#nav_drucifer.selected {
	background-position: left -77px;
}

a#nav_phobia {
	background-image: url(media/menu_web_phobia.png);
	display: block;
	height: 74px;
	width: 158px;
	position: absolute;
	z-index: 20;
	font-size:1px;
	text-indent:-5000px;
	margin-left:151px;
	background-repeat: no-repeat;
	margin-top:-80px;
}

a#nav_phobia:hover, a#nav_phobia.selected {
	background-image: url(media/menu_web_phobia.png);
	background-position: left -78px;
}

a#version {
	position:relative;
	left:603px;
	top:260px !important;
	top:250px;
	display:block;
	width:149px;
	height:173px;
	background-image:url(media/version_en.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-1000px;
	font-size:0px;
	z-index:500;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

a#version:hover {
	background-position: left -173px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}