.navcontainer {
	width: 100px;
	}
.navcontainer ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-decoration: none;
}
.navcontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #003399;
	background-image:url(../Imatges/backgr.jpg);
	display: block;
	padding: 3px;

	width: 170px;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	font-weight: 900;
}
.navcontainer a:link {
	text-decoration: none;
}
.navcontainer a:visited {
		text-decoration: none;
}
.navcontainer a:active {
		text-decoration: none;
}
.navcontainer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../Imatges/cap.jpg);
	background-color: #333399;
	
}

