#in_container {
	background-image: url(../images/bg_webdesign.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#in_container #main_nav_webdesign {
	height: 62px;
	width: 145px;
	background-image: url(../images/taste_webdesign_webdesign_off.jpg);
	position: absolute;
	left: 511px;
	top: 98px;
	overflow: hidden;
	z-index: 20;
}
#in_container   #main_nav_redesign {
	height: 62px;
	width: 145px;
	background-image: url(../images/taste_webdesign_redesign_off.jpg);
	position: absolute;
	left: 662px;
	top: 98px;
	overflow: hidden;
	z-index: 20;
}


#in_container  #main_nav_print {
	height: 62px;
	width: 145px;
	background-image: url(../images/taste_webdesign_print_off.jpg);
	position: absolute;
	left: 813px;
	top: 98px;
	overflow: hidden;
	z-index: 20;
}
#in_container  #main_nav_webdesign:hover {
	background-image: url(../images/taste_webdesign_webdesign_on.jpg);
}

#in_container  #main_nav_redesign:hover {
	background-image: url(../images/taste_webdesign_redesign_on.jpg);
}

#in_container  #main_nav_print:hover {
	background-image: url(../images/taste_webdesign_print_on.jpg);
}

#in_container #content #navigation li:hover {
	background-color: #660000;
}
