div#navcontainer {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;

}



div#navcontainer ul
{
	text-align: center;
	display: block;

	
}
 
div#navcontainer ul li
{
	display: block;
	float: left;
	background-image: url(Staticfiles/gfx/menystreck.gif);
	background-repeat: no-repeat;
	background-position: left;
}
 
div#navcontainer ul li a
{
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	display: block;
	float: left;
	height: 30px;
	
	
}
 
div#navcontainer ul li a:hover
{
color: #000000;

}
body.start a#start, body.tillsalu a#tillsalu, body.intresse a#intresse, body.kopa a#kopa, body.omoss a#omoss, body.link a#link {
	color:#000000;
	background-image: url(/Staticfiles/gfx/menypil.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
