@charset "utf-8";
/* CSS Document */

.startPageBoxContainer {
	visibility: hidden;
	position: fixed;
}

#FooterArea ul {
	background-image: url(images/bgFooterEttan.jpg);
}

#FooterArea ul li {
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#FooterArea ul li:hover {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c9c9c9;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c9c9c9;
}
