/*nav*/
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 324px;
}
.nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.nav_home{
	height: 40px;
	width: 36px;
	display: block;
}
.nav_home a {
	background: url(../layout/new_nav/new_home.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_home a:hover {
	background: url(../layout/new_nav/new_home.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_news {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_news a {
	background: url(../layout/new_nav/new_news.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_news a:hover {
	background: url(../layout/new_nav/new_news.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_shows {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_shows a {
	background: url(../layout/new_nav/new_shows.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_shows a:hover {
	background: url(../layout/new_nav/new_shows.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_photography {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_photography a {
	background: url(../layout/new_nav/new_photos.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;  
}
.nav_photography a:hover {
	background: url(../layout/new_nav/new_photos.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px; 
}
.nav_downloads {
	height: 40px;
	width: 36px;
	display: block;	
}
.nav_downloads a {
	background: url(../layout/new_nav/new_media.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_downloads a:hover {
	background: url(../layout/new_nav/new_media.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_press {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_press a {
	background: url(../layout/new_nav/new_press.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_press a:hover {
	background: url(../layout/new_nav/new_press.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_lyrics {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_lyrics a {
	background: url(../layout/new_nav/new_lyrics.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_lyrics a:hover {
	background: url(../layout/new_nav/new_lyrics.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_links {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_links a {
	background: url(../layout/new_nav/new_links.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_links a:hover {
	background: url(../layout/new_nav/new_links.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
.nav_contact {
	height: 40px;
	width: 36px;
	display: block;
}
.nav_contact a {
	background: url(../layout/new_nav/new_contact.gif) no-repeat;
	height: 40px;
	width: 36px;
	display: block;
	position: absolute;
}
.nav_contact a:hover {
	background: url(../layout/new_nav/new_contact.gif) no-repeat 0 -40px;
	width: 36px;
	height: 40px;
}
#container .subscribe {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height:50px;
}
#container .subscribe li {
	display: block;
	float: left;
}
.subscribe .email a {
	background: url(../layout/nav/email_list.jpg) no-repeat;
	display: block;
	height: 25px;
	margin-bottom:25px;
	width: 29px;
}
.subscribe .email a:hover {
	background: url(../layout/nav/email_list.jpg) no-repeat 0px -25px;
	height:50px;
	width: 29px;
	
	margin-bottom:0px;
}
/*end nav*/
