/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all
{
  .hlist {
	/* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width:1025px;
	overflow:hidden;
	/* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float:left;
	display:inline;
*/
	/* (en|de) Bugfix:IE - collapsing horizontal margins */
    position:relative;
	line-height:0;
	height: 127px;
	margin: 0px;
  }

  .hlist ul {
	padding:0;
	/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
	float:left;
	border-bottom: thin solid #94643E;
  }

  .hlist ul li {
	/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	height: 127px;
  }



  .hlist ul li a   {
	display:block;
	margin:0;
	text-decoration:none;
	width:auto;
	height: 127px;
  }

 .home_link {
	background: url(../images/menu_homes0.jpg) no-repeat;
	width: 127px;
}
.home_link a:hover {
	background: url(../images/menu_homes2_hover.jpg) no-repeat;
	width: 127px;
} 


.kitchens_link  {
	background: url(../images/menu_barns.jpg) no-repeat;
	width: 127px;
}
.kitchens_link a:hover {
	background: url(../images/menu_kitchen_hover.jpg) no-repeat;
	width: 127px;
}


.barns_link  {
	background: url(../images/menu_kitchens.jpg) no-repeat;
	width: 127px;
}

.barns_link a:hover {
	background: url(../images/menu_barns_hover.jpg) no-repeat;
	width: 127px;
}

.contact_link  {
	background: url(../images/menu_contact.jpg) no-repeat;
	width: 127px;
}

.contact_link a:hover {
	background: url(../images/menu_contact_hover.jpg) no-repeat;
	width: 127px;
}
.empty_link {
	background: url(../images/menu_empty.jpg) no-repeat;
	width: 127px;
}
.logo_link {
	background: url(../images/putnam_logo.jpg) no-repeat;
	width: 372px;
}
.logo_link a:hover {
	background: url(../images/putnam_logo.jpg) no-repeat
	width: 372px;
}
