/*	NAVIGATION.css
	inline list navigation	
	Version	1.1
	Chanes:	Changes to brand names applied 
	====================*/
	.hidden {position:relative; left:-5000px; font-size:0px;}
	#nav {padding: 8px 0px 0px 0px; margin: 0px; font-size: 0px;}
	#nav ul.brands {padding: 0px 0px 17px 8px; margin: 0px; height: 50px;font-size: 0px; text-align: left;}
	#nav dl dt { position:absolute; } /* added abs. position to get rid of 1px gap in nav */


	/*	LEVEL 1
	====================*/
	#nav ul.brands li {
		display:inline;
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		font-size: 0px;
		width: 286px;		 
		} /* IE6 fix */
		
	#nav ul.brands li a {
		display:inline;
		float:left;
		background-image:url(../img/navigation.gif);
		background-repeat:no-repeat;
		width:286px;
		margin: 0px 4px 0px 0px;
		padding: 0px 0px 0px 0px;
		height:50px;	
		outline:none;
		text-decoration:none;
		}		
		
	/* idle */
	#nav ul.brands li a#shochamp {width:286px; background-position: 0 0;}
	#nav ul.brands li a#sxc {width:286px; background-position: 0 -50px;}
	#nav ul.brands li a#shobox {width:286px; background-position: 0 -100px;}
	
	
	/* hover */
	#nav ul.brands li a:hover#shochamp {background-position: -286px 0px;}
	#nav ul.brands li a:hover#sxc {background-position: -286px -50px;}
	#nav ul.brands li a:hover#shobox {background-position: -286px -100px;}
	
	
	/* on */
	body#shochamp #nav ul.brands li a#shochamp {background-position: -572px 0px;}
	body#sxc #nav ul.brands li a#sxc {background-position: -572px -50px;}
	body#shobox #nav ul.brands li a#shobox {background-position: -572px -100px;}
		
