/* CSS Document */
#meny p {
	text-align: justify;
	margin-left: 1px;
}
#meny li strong {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
#meny ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-transform: uppercase;
}
#meny li {
	color: #808080;
	font-weight: bold;
	line-height: 16px;
}
#meny ul ul
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
#meny ul ul li
{
	margin-left: 30px;
	text-transform: none;
	font-weight: normal;
}

/*links meny*/
#meny a {
	color: #666666;
	text-decoration: none;
}
#meny a:link {
	color: #666666;
	text-decoration: underline;
}
#meny a:hover {
	color: #000000;
	text-decoration: underline;
}
#meny a:visited {
}
/*links meny*/
#meny ul a {
	color: #666666;
	text-decoration: none;
}
#meny ul a:link {
	color: #666666;
	text-decoration: none;
}
#meny ul a:hover {
	color: #000000;
	text-decoration: underline;
}
#meny ul a:visited {
}

/*Bilder*/
.content #meny img {
	padding: 1px;
	margin: 0px;
}
.content #meny a:hover img{
	background: #000000;
}
