/* home - navigation styles */

#nav li.home a,
#nav li.home a:link {
	color: #ABBE92;
  background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

#nav li.home a:active,
#nav li.home a:hover	{
	color: #ABBE92;
	background-image: url("../../assets/carat_green.gif"); 
  background-repeat: no-repeat; 
  background-position: center bottom;
}

