/* CSS Document *//* Info Button */.info-nav a {	display:block;	width:160px;	height:45px;	color:#fff;	text-decoration:none;	background:url("images/navbar/info.gif") no-repeat;	overflow: hidden;	    background-position:0 -90px;}.info-nav a:hover {     background-position:0 -45px;    color: #1e5ebd;}.info-nav a:active {    background-position:0 -90px;    color:#1e5ebd;}/* Shows Button */.shows-nav a {	display:block;	width:160px;	height:40px;	color:#fff;	text-decoration:none;	background:url("images/navbar/shows.gif") no-repeat;	overflow: hidden;	    background-position:0 -80px;}.shows-nav a:hover {     background-position:0 -40px;    color: #1e5ebd;}.shows-nav a:active {    background-position:0 -80px;    color:#1e5ebd;}/* Music Button */.music-nav a {	display:block;	width:160px;	height:48px;	color:#fff;	text-decoration:none;	background:url("images/navbar/music.gif") no-repeat;	overflow: hidden;	    background-position:0 -96px;}.music-nav a:hover {     background-position:0 -48px;    color: #1e5ebd;}.music-nav a:active {    background-position:0 -96px;    color:#1e5ebd;}/* Lyrics Button */.lyrics-nav a {	display:block;	width:160px;	height:43px;	color:#fff;	text-decoration:none;	background:url("images/navbar/lyrics.gif") no-repeat;	overflow: hidden;	    background-position:0 -86px;}.lyrics-nav a:hover {     background-position:0 -43px;    color: #1e5ebd;}.lyrics-nav a:active {    background-position:0 -86px;    color:#1e5ebd;}/* Pictures Button */.pictures-nav a {	display:block;	width:160px;	height:45px;	color:#fff;	text-decoration:none;	background:url("images/navbar/pictures.gif") no-repeat;	overflow: hidden;	    background-position:0 -90px;}.pictures-nav a:hover {     background-position:0 -45px;    color: #1e5ebd;}.pictures-nav a:active {    background-position:0 -90px;    color:#1e5ebd;}/* Merch Button */.merch-nav a {	display:block;	width:160px;	height:47px;	color:#fff;	text-decoration:none;	background:url("images/navbar/merch.gif") no-repeat;	overflow: hidden;	    background-position:0 -94px;}.merch-nav a:hover {     background-position:0 -47px;    color: #1e5ebd;}.merch-nav a:active {    background-position:0 -94px;    color:#1e5ebd;}/* Other Button */.other-nav a {	display:block;	width:160px;	height:47px;	color:#fff;	text-decoration:none;	background:url("images/navbar/other.gif") no-repeat;	overflow: hidden;	    background-position:0 -94px;}.other-nav a:hover {     background-position:0 -47px;    color: #1e5ebd;}.other-nav a:active {    background-position:0 -94px;    color:#1e5ebd;}