#nav, #nav ul 
{ /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
		font-size :12px;
		font-weight :normal;	
		z-index :2;
		padding-left:1px;
		background-image:url(/graphics/navsep.gif);
		background-repeat:no-repeat;
		background-position:bottom left;
		z-index: 10;		
		
}
	
#nav li 
{ /* all list items  */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 14.5em;
		background-image:url(/graphics/navsep2.gif);
		background-repeat:no-repeat;
		background-position:top left;
		z-index:1000;
		padding-left:2px;
		text-indent: 22px;
		height: 20px;
}
	
	
	#nav li a {		
		display : block;
		color : #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding : 2px;
		text-align:left;
		text-decoration :none;
		z-index :3000;		
	}
	
	#nav li a:hover {
		color : #ffffff;
		text-decoration:none;
		background-color: #000000;
		width: 15.5em;		
	}
	
	
	#nav li ul li a, #nav li ul li ul li a
	{
		text-align :left;
		border-bottom:none;
		background-color:#ffffff;
		padding:3px;
		z-index :3000;
		color: #000000;
		font-size: 11px;
		text-indent: 1px;
		width: 15.5em;	
	}
	
#nav li ul { /* second-level lists */
		
		position : absolute;
		left: -999em;
		margin-left : 12.8em;
		margin-top : -3.2em;
		background-image:url(/graphics/tran.gif);
		padding-right :5.5em;
		padding-top :1.5em;
		padding-bottom :1.5em;
		border :none;
		z-index :3000;
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left : 11.8em;	
		z-index :3000;
		
	}
	
	#nav li ul li a:hover, #nav li ul li ul li a:hover{
	    color:#ffffff;
	    background-color: #000000;
	}
	#nav li ul li, #nav li ul li ul li
	{		
		border:solid 1px #671f2d;
		background-image:none;
		padding-left:0;
	}
	
	html>body #nav li a   /*ie cant read this*/
    {
        width : 15.0em;
		height: 15px;
    }
	
	html>body #nav li ul li a
	{
		width: 15.3em;
		height: 14px;
	}
	
	html>body .pushit
	{
	    margin-left: 25px;	
	}
	
	html>body #nav li ul { /* third-and-above-level lists */
		margin-left : 14.5em;		
	}
	
	html>body #nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-left : 16.0em;
		
	}
	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		
		padding-right :5.5em;
		padding-top :1.5em;
		padding-bottom :1.5em;
		
	}
	
	#content {
		margin-left : 12em;
	}
	
	
.shopsmall
{
    background-image: url(/graphics/left/shopsmall.gif);
    height: 31px; 
    width: 179px;
    margin-left: -3px;
    position: relative;
}
