
ul.nav {
	padding: 150px 0 0 32px;

	width: 142px;
	min-width: 104px;
	
	margin: 0;
	
	vertical-align: top;
}


.nav {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(84,84,84);

	text-align: justify;
}

li.nav {
	list-style: none;

 	padding: 9px 0px 0px 0px;
 	margin: 0;

 	vertical-align: bottom;
 	
 	height: 23px;
 	
/*	background: url(images/gradient_line.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 7px 29px; */
}


div.nav_indicator {
	display: inline;
	
	width: 3px;
	min-width: 3px;
	
	height: 11px;
	
	vertical-align: bottom;
}


img.nav {
	border: 0;
	
	padding: 0 4px 0 0;
	
	visibility: hidden;
}




A.nav:link { 
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.nav:visited {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.nav:hover {
	text-decoration: none; 
	color: black;
}

A.nav:active {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.nav:otherLink:link {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.nav:otherLink:visited {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.nav:otherLink:hover {
	text-decoration: none; 
	color: black;
}

A.nav:otherLink:active {
	text-decoration: none; 
	color: rgb(84,84,84);
}


/* SUBNAV
   ---------------- */

.subnav {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(84,84,84);

	text-align: justify;
}

li.subnav {
	list-style: none;

 	padding: 0px 0px 0px 14px;
 	margin: 0;

 	vertical-align: bottom;
 	
 	height: 20px;
 	
/*	background: url(images/gradient_line.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 7px 29px; */
}



A.subnav:link { 
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.subnav:visited {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.subnav:hover {
	text-decoration: none; 
	color: rgb(134,134,134);
}

A.subnav:active {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.subnav:otherLink:link {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.subnav:otherLink:visited {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.subnav:otherLink:hover {
	text-decoration: none; 
	color: rgb(134,134,134);
}

A.subnav:otherLink:active {
	text-decoration: none; 
	color: rgb(84,84,84);
}


/* COLLECTIONS NAV
   -------------------- */

.cnav {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(84,84,84);

	text-align: justify;
}


A.cnav:link { 
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.cnav:visited {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.cnav:hover {
	text-decoration: none; 
	color: rgb(134,134,134);
}

A.cnav:active {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.cnav:otherLink:link {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.cnav:otherLink:visited {
	text-decoration: none; 
	color: rgb(84,84,84);
}

A.cnav:otherLink:hover {
	text-decoration: none; 
	color: rgb(134,134,134);
}

A.cnav:otherLink:active {
	text-decoration: none; 
	color: rgb(84,84,84);
}

