/* comic navigation -------------------------------------------------------*/
	#menu {
		margin-right: 0px;
		margin-left: auto;
		width: 730px;
		height: 26x;
		background-color: #fff;
		overflow:hidden;
		font:  normal 11px/1 verdana; sans-serif;
	}


	#menu a {
		display: block;
		width:100%; height:100%;
		color:#222;
		text-decoration: none;
		text-align: left;
	}
	
	#menu a:hover {
		background-image: none;
		color: #4d69b0;
 	}
	
	#menu a:active {
		color:#33F;
	}
	
	#menu div {
		float: left;
		margin: 0 0px 0 0;
		height: 26px;
	}
	
	span.m {
		display: block;
		margin:0; padding: 7px 0 0 26px;
	}
	
	span.m_off {
		display: block;
		margin:0; padding: 7px 0 0 26px;
		color: #BBB;
	}

	div.separator {
		height: 26px;
	}
	
	div.ss {
		border-left: 1px dashed #DDD;
	}

	div.spacer {
		width: 146;
	}
	
	div.comment { width: 116px; background: url( 'images/m_comment.gif' ) 0 -26px no-repeat; }
	div.comment a { background: url( 'images/m_comment.gif' ) top left no-repeat; }	
	div.comment a:active { background: url( 'images/m_comment.gif' ) 0 -52px no-repeat; }

	div.subscribe { width: 91px; background: url( 'images/m_subscribe.gif' ) 0 -26px no-repeat;}
	div.subscribe a { background: url( 'images/m_subscribe.gif' ) top left no-repeat;}
	div.subscribe a:active { background: url( 'images/m_subscribe.gif' ) 0 -52px top left no-repeat;}

	div.first { width: 60px; background: url( 'images/m_first.gif' ) 0 -26px no-repeat; }
	div.first a { background: url( 'images/m_first.gif' ) top left no-repeat; }
	div.first a:active { background: url( 'images/m_first.gif' ) 0 -52px top left no-repeat; }

	div.previous { width: 81px; background: url( 'images/m_previous.gif' ) 0 -26px no-repeat; }
	div.previous a { background: url( 'images/m_previous.gif' ) top left no-repeat; }
	div.previous a:active { background: url( 'images/m_previous.gif' ) 0 -52px top left no-repeat; }

	div.next { width: 60px; background: url( 'images/m_next.gif' ) 0 -26px no-repeat; }
	div.next a { background: url( 'images/m_next.gif' ) top left no-repeat; }
	div.next a:active { background: url( 'images/m_next.gif' ) 0 -52px top left no-repeat; }

	div.last { width: 60px; background: url( 'images/m_last.gif' ) 0 -26px no-repeat; }
	div.last a { background: url( 'images/m_last.gif' ) top left no-repeat; }
	div.last a:active { background: url( 'images/m_last.gif' ) 0 -52px top left no-repeat; }

	div.emailcomic { width: 109px; background: url( 'images/m_emailcomic.gif' ) 0 -26px no-repeat; }
	div.emailcomic a { background: url( 'images/m_emailcomic.gif' ) top left no-repeat; }
	div.emailcomic a:active { background: url( 'images/m_emailcomic.gif' ) 0 -52px top left no-repeat; }
	
	div.first_off { width: 60px; background: url( 'images/m_first_off.gif' ) top left no-repeat; }
	div.previous_off { width: 81px; background: url( 'images/m_previous_off.gif' ) top left no-repeat; }
	div.next_off { width: 60px; background: url( 'images/m_next_off.gif' ) top left no-repeat; }
	div.last_off { width: 60px; background: url( 'images/m_last_off.gif' ) top left no-repeat; }
