body {
	background-color: #ffffff;
	margin: 0px;
}
img {
	border: 0px;
}


#menu {
	background-image: url(bilder/menyrad.gif);
	height: 34px;
	left: 0px;
	position: absolute;
	top: 157px;
	width: 700px;
	border:none;
}
#mainMenu {
	height: 18px;
	float: left;
	border:none;
}
#subMenu {
	height: 17px;
	float: left;
	border:none;
}

.menuItem {
	float: left;
	cursor: pointer;
}
.subMenuItem {
	float: left;
	border:none;
}
.clear {
	clear: both;
}
