@charset "UTF-8";
/* CSS Document */

#header  {
	width:974px;
	height:120px;
	margin:0;
	padding:50px 0px 0px 0px;
}

#title  {
	margin:0px 0px 0px 92px;
	width:790px;
	height:55px;
}
		
#underline  {
	width:974px;
	background-position:bottom;
	background-image:url(images/UNDERLINE.png);
	background-repeat:repeat-x;
	margin:20px auto 3px auto;
	height:10px;
}
	
/****** MAIN NAVIGATION **************************************************************/

#nav_container  {
	overflow:				hidden;
	width:					924px;
	height:					28px;
	margin:					0px;
	padding:                0px 0px 0px 25px;
	}

ul#nav {
	margin:					0px;
	padding:                0px;
	list-style-type:        none;
	border:					0px;
	overflow: 				hidden;
	}
	
ul#nav li {
	padding:	            0;
	margin:					0;
	display:                block;
	float:                  left;
	text-indent:            -9999px;
	overflow:				hidden;
	}
	
ul#nav li a {
	list-style-type:		none;
	border:					0;
	display:				block;
	text-decoration:		none;
	overflow:				hidden;
	}

li#biography a {
	width:					127px;
	height:					27px;
	background:				url(images/MENU_BIO.png) top left no-repeat;		
	 }
	 	 	 
li#biography a:hover {
	background-position:	0px -28px;
	 }
	 
li#awards a {
	width:					117px;
	height:					27px;
	background:				url(images/MENU_AWARDS.png) top left no-repeat;		
	 }
	 	 	 
li#awards a:hover {
	background-position:	0px -28px;
	 }
	 
li#credits a {
	width:					117px;
	height:					27px;
	background:				url(images/MENU_CREDITS.png) top left no-repeat;		
	 }
	 	 	 
li#credits a:hover {
	background-position:	0px -28px;
	 }

li#photos a {
	width:					110px;
	height:					27px;
	background:				url(images/MENU_PHOTOS.png) top left no-repeat;		
	 }
	 	 	 
li#photos a:hover {
	background-position:	0px -28px;
	 }

li#discography a {
	width:					140px;
	height:					27px;
	background:				url(images/MENU_DISCOGRAPHY.png) top left no-repeat;		
	 }
	 	 	 
li#discography a:hover {
	background-position:	0px -28px;
	 }

li#reviews a {
	width:					125px;
	height:					27px;
	background:				url(images/MENU_REVIEWS.png) top left no-repeat;		
	 }
	 	 	 
li#reviews a:hover {
	background-position:	0px -28px;
	 }
	 
li#press a {
	width:					97px;
	height:					27px;
	background:				url(images/MENU_PRESS.png) top left no-repeat;		
	 }
	 	 	 
li#press a:hover {
	background-position:	0px -28px;
	 }
	 
li#messages a {
	width:					87px;
	height:					27px;
	background:				url(images/MENU_MESSAGES.png) top left no-repeat;		
	 }
	 	 	 
li#messages a:hover {
	background-position:	0px -28px;
	 }
	 
li.current  {
	background-position:	0px -28px;
	}
	


		
	



	
