@charset "UTF-8";

/* Side Bar Nav Begin */

	#side_bar_nav ul {
		display: block;
	}
	
	#side_bar_nav li {
		display: inline;
	}
	
	#side_bar_nav a {
		float: left;
		width: 366px;
		height: 88px;
		margin: 0 0 20px 0;
		text-indent: -9999px;
	}
	
	a.floors:link, a.floors:visited, a.floors:active {
		background: url(../../images/structure/sidebar_buttons/floors.jpg) no-repeat left top;
	}
	
	a.floors:hover  {
		background: url(../../images/structure/sidebar_buttons/floors_over.jpg) no-repeat left top;
	}
	
	a.walls:link, a.walls:visited, a.walls:active {
		background: url(../../images/structure/sidebar_buttons/walls.jpg) no-repeat left top;
	}
	
	a.walls:hover  {
		background: url(../../images/structure/sidebar_buttons/walls_over.jpg) no-repeat left top;
	}
	
	a.roofs:link, a.roofs:visited, a.roofs:active {
		background: url(../../images/structure/sidebar_buttons/roofs.jpg) no-repeat left top;
	}
	
	a.roofs:hover {
		background: url(../../images/structure/sidebar_buttons/roofs_over.jpg) no-repeat left top;
	}
	
	

/* Side Bar Bav End */
