/* NAV STYLES */



#prinav {
	font: normal 12px/12px arial,helvetica,sans-serif;
	text-align:center;
	margin:17px 0 10px 10px; padding:0;
	height:20px; width: 800px;
	float:left;
	position:absolute; 
	}

html>body #prinav  {margin-left:160px;} 
/* what we really want - IE 4/5/6 can't see */

#prinav ul {
	list-style: none;
	border:0; margin:2px 0 0 0;
	text-align:center;
	display:inline;
	}
		
#prinav li
{
	margin: 0 0 0 10px;
	list-style: none;
	float: left;
	line-height: normal;
}

/* below is where you specify the height of the block and the display */
		
#prinav li a {
		color: #7e8787;
		font-weight: normal;
		text-align:center;
		text-decoration: none;
		padding:0; margin:0 20px 0 0;
		float:left;
		font-size:14px;
		}

	html>body #prinav li a {
		width: auto;
		}

		#prinav li.last a {
		margin-right:0;
		}

	#prinav li a:hover {
		color: #29ABE2; 
		text-decoration:underline;
		}

	#prinav li#active a {
		color: #fff;
		text-align:center;
		text-decoration: none;
		font-weight: bold;
		}

/* POSTER NAV */

#posternav {
	width: 930px; 
	font-size: 14px;
	margin: 10px auto; padding: 0;
	float: left;
	}
	
	#posternav ul {
		list-style: none;		
		text-align: center;
		}
		
		#posternav li {
			display:inline;	
			text-align: center;
			margin: 2px;
			}
	
		#posternav li a {color: #efefef;}
			
			#posternav li a:hover {
				color: #29ABE2; 
				text-decoration:none;
				}
				
			#posternav li#active a {
				color: #f74f2b;
				text-decoration: none;
				font-weight: bold;
				}
	
	/* VARIANTS NAV */			
				
#varnav {
	width: 930px; 
	font-size: 14px;
	margin: 10px auto; padding: 0;
	float: left;
	}
	
	#varnav ul {
		list-style: none;		
		text-align: center;
		}
		
		#varnav li {
			display:inline;	
			text-align: center;
			margin: 2px;
			}
	
		#varnav li a {color: #efefef;}
			
			#varnav li a:hover {
				color: #29ABE2; 
				text-decoration:none;
				}
				
			#varnav li#active a {
				color: #f74f2b;
				text-decoration: none;
				font-weight: bold;
				}
