/* Provestor CSS Document */
/* General styles: re-design July 2007 */

.pic_link a {
	display: block;
	border: 1px solid #999999;
}
.pic_link a:hover {
	border-style: dashed; 
	border-color: #666666;
	border-width: 1px;
}
.house_menu  {
	background-image:url(../gfx/Buttons/House_menu_green.gif);
	display:block;
	width: 152px;
	height: 32px;
}
.house_menu a {
	font-size: 12px;
	text-align: left;
	padding-left: 48px;
	padding-top: 8px;
}

.house_menu a:link, .house_menu a:visited {
	color:#666666;
	text-decoration: none;
	display: block;
	height: 16px;
	
}
.house_menu a:hover {
	color:#990000;
	text-decoration: none;
}
.house_menu:hover {
	background-image:url(../gfx/Buttons/House_menu_red.gif);
}