/*Menu temp styles*/
#ul_menu{
	background: url(../_graphics/menu.gif);
	position:absolute;
	top:-229px;
	z-index:10;
	height:136px;
	width:622px;
	text-indent:-9999px;
	left:23px;
/*	border:1px solid green;*/
}

#ul_menu li{
	position:absolute;
}

#ul_menu li a{
/*	border:1px solid red;*/
	display:block;
	height:100%;
	width:100%;
}

#li_news{ left:1px; top:55px;	width:90px;	height:44px;}

#li_gigs{ left:97px; top:40px;	width:40px;	height:58px;}
#li_gigs2{ left:137px; top:32px; width:55px; height:56px;}

#li_photos{ left:201px; top:23px; width:58px; height:40px;}
#li_photos2{ left:259px; top:18px; width:55px; height:39px;}

#li_releases{ left:322px; top:12px; width:43px; height:40px;} 
#li_releases2{ left:366px; top:0px; width:87px; height:44px;} 
#li_releases3{ left:452px; top:0px; width:43px; height:46px;}

#li_videos{ left:502px; top:10px; width:33px; height:35px;} 
#li_videos2{ left:535px; top:14px; width:21px; height:35px;} 
#li_videos3{ left:556px; top:20px; width:14px; height:38px;} 
#li_videos4{ left:570px; top:24px; width:50px; height:48px;}

#li_forum{ left:1px; top:99px; width:68px; height:27px;}

#li_members{ left:74px; top:98px; width:74px; height:37px;}
#li_members2{ left:148px; top:88px; width:43px; height:30px;}

#li_contact{ left:201px; top:61px; width:92px; height:37px;}
#li_contact2{ left:293px; top:57px; width:20px; height:25px;}

#li_signup{ left:323px; top:51px; width:43px; height:36px;}
#li_signup2{ left:366px; top:43px; width:52px; height:35px;}

#li_shop{ left:426px; top:39px; width:50px; height:31px;}
#li_shop2{ left:476px; top:46px; width:19px; height:31px;}

#li_links{ left:503px; top:45px; width:33px; height:26px;}
#li_links2 { left:536px; top:52px; width:28px; height:26px;}

/*Hover states*/
#li_news a:hover{ background: url(../_graphics/ul_menu.gif);}
#li_forum a:hover{ background: url(../_graphics/ul_menu.gif) -1px -368px;}

/*Active states*/
body#news #li_news{background: url(../_graphics/ul_menu.gif) -190px 0; }

body#gigs #li_gigs a, body#gig_details #li_gigs a{background: url(../_graphics/ul_menu.gif) -190px -76px; } 
body#gigs #li_gigs2 a, body#gig_details #li_gigs2 a{background: url(../_graphics/ul_menu.gif) -230px -68px; }

body#photos #li_photos a{background: url(../_graphics/ul_menu.gif) -190px -158px; }
body#photos #li_photos2 a{background: url(../_graphics/ul_menu.gif) -248px -153px; }

body#releases #li_releases a, body#release #li_releases a, body#song #li_releases a{background: url(../_graphics/ul_menu.gif) -190px -221px; }
body#releases #li_releases2 a, body#release #li_releases2 a, body#song #li_releases2 a{background: url(../_graphics/ul_menu.gif) -234px -209px; }
body#releases #li_releases3 a, body#release #li_releases3 a, body#song #li_releases3 a{background: url(../_graphics/ul_menu.gif) -320px -209px; }

body#videos #li_videos a{background: url(../_graphics/ul_menu.gif) -190px -279px; }
body#videos #li_videos2 a{background: url(../_graphics/ul_menu.gif) -223px -283px; }
body#videos #li_videos3 a{background: url(../_graphics/ul_menu.gif) -244px -289px; }
body#videos #li_videos4 a{background: url(../_graphics/ul_menu.gif) -258px -293px; }

body#login #li_members a, body#members_home #li_members a, body#member #li_members a {background: url(../_graphics/ul_menu.gif) -190px -427px; }
body#login #li_members2 a, body#members_home #li_members2 a, body#member #li_members2 a{background: url(../_graphics/ul_menu.gif) -264px -417px; }

body#contact #li_contact a{background: url(../_graphics/ul_menu.gif) -190px -487px; }
body#contact #li_contact2 a{background: url(../_graphics/ul_menu.gif) -282px -483px; }

body#links #li_links a{background: url(../_graphics/ul_menu.gif) -190px -675px; }
body#links #li_links2 a{background: url(../_graphics/ul_menu.gif) -223px -682px; }

body#shop #li_shop a{background: url(../_graphics/ul_menu.gif) -191px -623px; }
body#shop #li_shop2 a{background: url(../_graphics/ul_menu.gif) -241px -630px; }


