/* ------------------------------------------------------------------------
Subnav Style Sheet - U-Fit Flooring Supermarket

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/

/* =Navigation
-------------------------------------------------------------------------*/

#subnav
	{
	margin: 15px 0 0 15px;
	}

/*#subnav li#subnav-range,#subnav li#subnav-range > a*/
#subnav li#subnav-range
	{
	background: url('../images/subnav-range.gif') no-repeat top left;
	height: 25px;
	line-height:25px;
	text-indent:-999em;
	width: 222px;
	}

#subnav li
	{
	width: 222px;
	/* Update - 22nd Feb 2010 */
	text-transform:uppercase;
	font-size:11px;
	font-family:tahoma;
	text-indent: 26px;
	}

#subnav li a
	{
	display: block;
	height: 25px; line-height:23px;
	text-decoration:none;
	/* Update - 22nd Feb 2010 */
	color: #888;
	overflow:hidden;
	background: url('../images/subnav-main.gif') no-repeat top left;
	}

#subnav ul a:hover, #subnav ul .selected
	{
	background-position: 0 -25px;
	}

#subnav a:hover, #subnav .selected
	{
	background-position: 0 -25px;
	color: #fff;
	}
	
/* --- UFit products have a green background ---*/
#subnav  #subnav-ufit-rubber-flooring a,
#subnav  #subnav-u-conomy-rubber-stud-2 a,
#subnav  #subnav-u-conomy-rubber-stud-3 a,
#subnav  #subnav-u-conomy-slate-effect a{background: url('../images/subnav-main-ufit.gif') no-repeat top left;}

#subnav  #subnav-ufit-rubber-flooring a:hover, #subnav  #subnav-ufit-rubber-flooring a.selected,
#subnav  #subnav-u-conomy-rubber-stud-2 a:hover, #subnav  #subnav-u-conomy-rubber-stud-2 a.selected,
#subnav  #subnav-u-conomy-rubber-stud-3 a:hover, #subnav  #subnav-u-conomy-rubber-stud-3 a.selected,
#subnav  #subnav-u-conomy-slate-effect a:hover, #subnav  #subnav-u-conomy-slate-effect a.selected{background-position: 0 -25px;}