/* CSS Document */

/* 1st Tier nav */

#nav ul li a.services {
	color: #333333;
	border-bottom: 1px solid #333333;
	background: #FFC;}

/* Open up 2nd Tier nav */

#services #nav ul ul.services { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#services #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 115px;
	text-decoration: none; }		
	
#services #nav ul ul a:link, #services #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#services #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #F0F0E1; }
	
/* Second Tier nav Links */

#services.custom #nav ul ul li a.custom {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#services.giclee #nav ul ul li a.giclee {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#services.reproduction #nav ul ul li a.reproduction {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#services.canvas #nav ul ul li a.canvas {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#services.paper #nav ul ul li a.paper {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
		
#services.matching #nav ul ul li a.matching {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
		
#services.sealant #nav ul ul li a.sealant {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }		
