/*
 * Tabset
 */
#tabset						{ background-color: white; position: relative; float: left; top: 0px; left: 3px; width: 700px; height: 26px; z-index: 1; margin-top: -16px; margin-bottom: 10px; }
#tabset li					{ float: left; position: relative; height: 26px; width: 139px; margin-right: 4px; background-image: url(../images/tab_bg.gif); color: white; text-align: left; list-style-type: none; }
#tabset li a				{ display: block; height: 17px; margin: 8px auto 0px auto; color: black; }
#tabset li.first			{ width: 136px; background-position: -3px 0px; }
#tabset li.last				{ margin-right: 0px; width: 131px; }

#tabset .dropdown			{ width: 139px; position: absolute; left: 0px; padding-top: 10px; background: url(../images/tab_drop_bg.png); }
/*\*/ * html #tabset .dropdown
							{ background: black; } /**/
#tabset ul li				{ height: 24px; background: none; position: static; }
#tabset .wide				{ width: 423px; left: -142px; background: url(../images/tab_drop_wide_bg.png); }
#tabset .wide ul			{ height: 250px; overflow: hidden; }
#tabset .wide ul li			{ width: 422px; }
#tabset ul li a 			{ display: block; margin: 0px; /*padding: 2px 0 2px 5px;*/ height: auto;
							  font-family: Arial, sans-serif; text-transform: uppercase;
							  font-size: 0.9em; color: white; text-decoration: none; }
#tabset ul li.current a,
#tabset ul li a:hover		{ color: #66ccff; }
#tabset ul li a.last		{ border-bottom-width: 3px; }

#tabset li:hover .dropdown	{ display: block; }
#tabset li:hover .dropdown	{ visibility: visible; }
#tabset .dropdown			{ visibility: hidden; }
#tabset .dropdown li		{ text-align: center; margin-right: 0; }

#tabset .dropdown .bottom	{ width: 139px; height: 3px; bottom: -3px;
							  background: url(../images/tab_drop_bg_bottom.png); }
#tabset .wide .bottom		{ width: 423px; background: url(../images/tab_drop_wide_bg_bottom.png); }

/*\*/ * html #tabset .dropdown .bottom,
* html #tabset .wide .bottom
							{ display: none } /**/

a.new span					{ background-image: url(../images/tab_new.gif); }
a.city span					{ background-image: url(../images/tab_city.gif); }
a.band_dj span				{ background-image: url(../images/tab_band_dj.gif); }
a.festival span				{ background-image: url(../images/tab_festival.gif); }
a.archive span				{ background-image: url(../images/tab_archive.gif); }
a.photos span				{ background-image: url(../images/tab_photos.gif); }
a.jewellery span			{ background-image: url(../images/tab_jewellery.gif); }
a.graphics span				{ background-image: url(../images/tab_graphics.gif); }
a.collabs span				{ background-image: url(../images/tab_collabs.gif); }

#tabset li:hover a span		{ background-position: center -17px; }
#tabset li a				{ cursor: pointer; }
#tabset li a.city,
#tabset li a.band_dj,
#tabset li a.festival		{ cursor: default; }
