@charset "UTF-8";
/* CSS Document */

/**********
	MENU
**********/	
div#menucontainer{
	width:1000px;
	height:86px;
	background-image:url(../img/menubord.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:58px;
}
ul#menu{
	list-style-type:none;
	position:absolute;
	top:31px;
	left:0px;
	width:1000px;
	height:41px;
	margin:0px;
	padding:0px;
}
ul#menu li{
	height:32px;
	display:inline;
	position:absolute;
	top:0;	
}
ul#menu li span{
	display: none;
}
ul#menu a{
	background-position: 0 0;
	background-repeat:no-repeat;
	text-decoration: none;
	color:#000000;
	font-weight:normal;
	height:32px;
	display:block;
}


li#news{
	left:91px;
	width:95px;
}
li#collections{
	left:207px;
	width:148px;
}

li#projects{
	left:377px;
	width:120px;
}
li#story{
	left:521px;
	width:126px;
}
li#press{
	left:666px;
	width:93px;
}
li#contact{
	left:784px;
	width:107px;
}

body.news li#news span,
li#news a{
	background-image:url(../img/menu/news.jpg);
}
body.collections li#collections span,
li#collections a{
	background-image:url(../img/menu/collections.jpg);
}

body.projects li#projects span,
li#projects a{
	background-image:url(../img/menu/projects.jpg);
}
body.story li#story span,
li#story a{
	background-image:url(../img/menu/story.jpg);
}
body.press li#press span,
li#press  a{
	background-image:url(../img/menu/press.jpg);
}
body.contact li#contact  span,
li#contact a{
	background-image:url(../img/menu/contact.jpg);
}

body.collections li#collections a,
li#collections a:hover,
body.blog li#news a,
li#news a:hover,
body.projects li#projects a,
li#projects a:hover,
body.story li#story a,
li#story a:hover,
body.press li#press a,
li#press  a:hover,
body.contact li#contact a,
li#contact a:hover
{
	background-position: 0 100%;
	background-repeat:no-repeat
}


/*
body.collections li#collections span,
body.news li#news span,
body.projects li#projects span,
body.story li#story span,
body.credits li#credits span,
body.partners li#partners span,
body.press li#press span,
body.contact li#contact  span{
	display:inline;
}
*/

body.collections li#collections a,
body.news li#news a,
body.projects li#projects a,
body.story li#story a,
body.credits li#credits a,
body.partners li#partners a,
body.press li#press a,	
body.contact li#contact  a{
	cursor:auto
}

