@charset "utf-8";
/* CSS Document */

.odde{
	width:156px;
	height:50px;
	background-color:#fff;
	padding:5px 10px;
}
.odde:hover{
	background-color:#fff4f4;
}
.odde p a{
	text-decoration:none;
	color:#666666;
}
.hele{
	width:156px;
	height:50px;
	background-color:#f4f4f4;
	padding:5px 10px;
}
.hele:hover{
	background-color:#fff4f4;
}
.hele p a{
	text-decoration:none;
	color:#666666;
}
.bilde{
	width:50px;
	height:50px;
	background-image:url(htc.png);
	background-repeat:no-repeat;
	float:left;
}
.bilde a{
	display:block;
	width:50px;
	height:50px;
}
.bilde a span{
	display:none;
}
#menuBar{
	width:800px;
	height:22px;
}
.menuListItem{
	width:250px;
	float:left;
}
.menuListItem p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	margin:0;
	padding-top:10px;
}