/* Top Line Navigation 
---------------------------------------------------------------*/
#topLineNavi {
	float:left;
	font-size:.9em;	/* SET FONT-SIZE HERE */
	}
#topLineNavi ul {
	margin:0;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
#topLineNavi li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	border-right:1px solid #b5b4b4; /* creates dividing lines between the li elements */	
	}
#topLineNavi li.hello {
	float:left;	/* causes the list to align horizontally instead of stack */
	padding:4px 11px;
	color:#656669;
	}	
#topLineNavi a {
	display:block;
	padding:4px 11px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#656669;	/* sets the type color */
	}
#topLineNavi a:hover {
	text-decoration:underline;
	}	
.lastlink {
	border-right: 1px solid #ffffff;
}
/* end Top Line Navigation */




/* Primary Navigation 
---------------------------------------------------------------*/
#primaryNavi {
	float:left;
	font-weight:bold;
	font-size:1em;
	}
#primaryNavi ul {
	margin:0;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
#primaryNavi li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	}
#primaryNavi a {
	display:block;
	padding:6px 9.5px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#fff;	/* sets the type color */
	}
#primaryNavi a:hover {
	color:#000;
	background-color:#ece8d9;
	}
/* end Primary Navigation */	
	
	
	
	
/* Left Navigation 
---------------------------------------------------------------
OFF - no shade, no underline
ON - shade, no underline
ACTIVE - shade, underline
---------------------------------------------------------------*/

#leftNavi {
	text-transform:uppercase;
	}
#leftNavi ul {
	margin:0;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
#leftNavi li {
	list-style-type:none;	/* removes the bullet off each list item */
	border-bottom:1px solid #fff;
	}
#leftNavi a {
	display:block;
	padding:6px 4px 6px 12px;	/*creates space each side of menu item's text */
	color:#000;	
	text-decoration:none;	 /* removes the underlining of the link */	
	line-height:1.2em;		
	}	
	
/* top level */
#leftNavi a.OFF {
	font-size:.75em;
	font-weight:bold;	
	background:#f0f0f0;
	}
#leftNavi a.OFF:hover {	
	background-color:#ece8d9;	
	}	
#leftNavi a.ON {
	font-size:.75em;
	font-weight:bold;		
	background-color:#e5e5e5;	
	}
#leftNavi a.ON:hover {		
	background-color:#ece8d9;
	}
#leftNavi a.ACTIVE {
	font-size:0.75em;
	font-weight:bold;		
	background-color:#ece8d9;
	}	
	
/* 2nd level */	
#leftNavi a.subOFF {
	font-size:.6em;	
	background-color:#e3e3e3;			
	}
#leftNavi a.subOFF:hover {
	background-color:#ece8d9;
	}	
#leftNavi a.subON {
	font-size:.6em;	
	font-weight:bold;						
	background-color:#d0d0d0;		
	}
#leftNavi a.subON:hover {	
	background-color:#ece8d9;
	}	
#leftNavi a.subACTIVE {
	font-size:0.6em;
	font-weight:bold;
	background-color:#ece8d9;
	}
#leftNavi a.subACTIVE:hover {
	font-size:0.6em;
	background-color:#ece8d9;
	}		

/* 3rd level */
#leftNavi a.subsubOFF {
	font-size:.55em;		
	background-color:#d0d0d0;
	}
#leftNavi a.subsubOFF:hover {	
	background-color:#ece8d9;
	}	
#leftNavi a.subsubON {
	font-size:.55em;
	font-weight:bold;				
	background-color:#d0d0d0;	
	}
#leftNavi a.subsubON:hover {
	background-color:#ece8d9;
	}	
#leftNavi a.subsubACTIVE {
	font-size:0.55em;
	font-weight:bold;	
	background-color:#ece8d9;
	}	
	
/* current issue left menu */	
#currentIssueLeft {
	background-color:#C5C5C5;
	margin:2px 6px 0;
	padding:10px 0 5px;
	text-align:center;
}
#currentIssueLeft img {
	border:5px solid #c5c5c5;
	}
#currentIssueLeft img:hover {
	border:5px solid #007071;
	}	
#currentIssueLeft p {
	margin:3px 0;
	font-size:.75em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.06em;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
#currentIssueLeft p a {
	padding:1px 5px;
	color:#000;
	text-decoration:none;
	}	
#currentIssueLeft p a:hover {
	background-color:#ece8d9;
	}	
/* end current issue */	
			
/* end Left Navigation */	
	
	
	
/* Footer Navigation 
---------------------------------------------------------------*/	
#footerNavi {	
	font-size:.9em;	/* SET FONT-SIZE HERE */
	}
#footerNavi ul {
	margin:0 0 0 140px;
	}
#footerNavi li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	border-left:1px solid #02898a; /* creates dividing lines between the li elements */
	}
#footerNavi li.first {
	border-left:none; /*the first vertial line on the menu */
	}
#footerNavi a {
	display:block;
	padding:2px 14px 3px 14px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#ffffff;	/* sets the type color */
	}
#footerNavi a:hover {
	text-decoration:underline;
	color:#c5c5c5;
	}	
/* end Footer Navigation */	



/* Copyright Navigation 
---------------------------------------------------------------*/	
#copyNavi {
	font-size:.8em;	/* SET FONT-SIZE HERE */
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ffffff;
	background-image:url(img/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin:0
	}
#copyNavi ul {
	margin:0 0 0 140px;
	}
#copyNavi li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	border-left:1px solid #02898a; /* creates dividing lines between the li elements */
	}
#copyNavi li.first {
	border-left:none; /*the first vertial line on the menu */
	}
#copyNavi a {
	display:block;
	padding:1px 14px 2px 14px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#656669;	/* sets the type color */
	}
#copyNavi a:hover {
	text-decoration:underline;
	color:#656669;
	}	
/* end Copyright Navigation */	