
.shadetabs {
	padding: 40px 0px 4px 0px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	clear: left;
	float: left;
	width: 700px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

	.shadetabs li {
		display: inline;
		margin: 0px;
	}

		.shadetabs li a {
			text-decoration: none;
			margin-left: 1px;
			color: #2d2b2b;
			font-size: 12px;
			padding: 4px 0px;
			background: #F1F1F1 url(../images/roundbox/top_left.gif) no-repeat top left;
			border-bottom: 1px #CCCCCC solid;
		}
	
			.shadetabs li a span {
				padding: 1px 0px 1px 26px;
				background: url(../images/icons/page_white.gif) no-repeat 9px 0px;
			}
			
				.shadetabs li.handelser a span {
					background-image: url(../images/icons/date.gif);
				}
				
				.shadetabs li.recept a span {
					background-image: url(../images/icons/report.gif);
				}
		
				.shadetabs li.gastbok a span {
					background-image: url(../images/icons/book_open.gif);
				}
				
				.shadetabs li.bilder a span {
					background-image: url(../images/icons/photos.gif);
				}
			
				.shadetabs li.omdomen a span {
					background-image: url(../images/icons/star.gif);
				}
		
					.shadetabs li a span em {
						font-style: normal;
						padding: 4px 13px 4px 7px;
						background: url(../images/roundbox/top_right.gif) no-repeat top right;
					}
	
		.shadetabs li a:visited span {
			color: #2d2b2b;
		}

		.shadetabs li a:hover {
			color: #2d2b2b;
			background-color: #fafdff;
		}
	
	.shadetabs li.selected {
		position: relative;
		top: 1px;
		font-weight: bold;
	}

		.shadetabs li.selected a {
			border-bottom-color: #ecf7ff;
			background-color: #ecf7ff;
		}

		.shadetabs li.selected a:hover {
			text-decoration: none;
			background-color: #ecf7ff;
		}

.contentstyle {
	border-top: 1px #CCCCCC solid;
	width: 685px;
	padding: 10px;
	float: left;
	background: #FFFFFF url(../images/ajaxTabsContentBg.gif) repeat-x;
	
}
