/* ---------------------------------- OVERALL ------------------------------------- */
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.maintext a, .maintext a:visited {
	color: #CC0000;
}

/* ---------------------------------- NAVIGATION ------------------------------------- */
#navbar {
	width: 225px;
	background-color: #000;
}
ul#navitems {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 225px;
}
ul#navitems li {
	display: inline;
	width: 225px;
	margin: 0;
}

#navcurrentissue, .navcurrentissue a, .navcurrentissue a:hover { background: url(http://www.tapeop.com/images/static/nav/nav.currentissue.over.gif) bottom left no-repeat; height:20px; }
ul#navitems li.navbackissues a { background: url(http://www.tapeop.com/images/static/nav/nav.backissues.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navarchives a { background: url(http://www.tapeop.com/images/static/nav/nav.archives.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navbonus a { background: url(http://www.tapeop.com/images/static/nav/nav.bonus.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navsubs a { background: url(http://www.tapeop.com/images/static/nav/nav.subs.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navlinks a { background: url(http://www.tapeop.com/images/static/nav/nav.links.over.gif) 0 0 no-repeat; height:27px; }
ul#navitems li.navresources a { background: url(http://www.tapeop.com/images/static/nav/nav.resources.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navmanufacturers a { background: url(http://www.tapeop.com/images/static/nav/nav.manufacturers.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navduplicators a { background: url(http://www.tapeop.com/images/static/nav/nav.duplicators.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navrecording a { background: url(http://www.tapeop.com/images/static/nav/nav.recording.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navmastering a { background: url(http://www.tapeop.com/images/static/nav/nav.mastering.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navdealers a { background: url(http://www.tapeop.com/images/static/nav/nav.dealers.over.gif) 0 0 no-repeat; height:20px; }
ul#navitems li.navblog a { background: url(http://www.tapeop.com/images/static/nav/nav.blog.over.gif) 0 0 no-repeat; height:27px; }
ul#navitems li.navtomb a { background: url(http://www.tapeop.com/images/static/nav/nav.tomb.over.gif) 0 0 no-repeat; height:27px; }
ul#navitems li.navshop a { background: url(http://www.tapeop.com/images/static/nav/nav.shop.over.gif) 0 0 no-repeat; height:27px;  }
ul#navitems li.navfaq a { background: url(http://www.tapeop.com/images/static/nav/nav.faq.over.gif) 0 0 no-repeat; height:27px; }
ul#navitems li.navcontact a { background: url(http://www.tapeop.com/images/static/nav/nav.contact.over.gif) 0 0 no-repeat; height:27px; }

ul#navitems li a {
	display: block;
	width: 225px;
	
}
.navcurrentissue a:hover {  }
ul#navitems li.navbackissues a:hover, 
ul#navitems li.navarchives a:hover, 
ul#navitems li.navbonus a:hover,
ul#navitems li.navsubs a:hover,
ul#navitems li.navresources a:hover,
ul#navitems li.navmanufacturers a:hover,
ul#navitems li.navduplicators a:hover,
ul#navitems li.navrecording a:hover,
ul#navitems li.navmastering a:hover,
ul#navitems li.navdealers a:hover,
ul#navitems li.navblog a:hover,
ul#navitems li.navtomb a:hover,
ul#navitems li.navshop a:hover,
ul#navitems li.navfaq a:hover,
ul#navitems li.navcontact a:hover { background-position: bottom left; }

ul#menu li {
	float: left;
	display: inline;
	height: 25px;
	margin: 0 10px;
	overflow: hidden;
}


/* fixes for IE/win \*/
* html #navitems a {
	cursor: hand;
}