
#menu
{
	position: absolute;
	width: 108px;
	margin-top: 18px; /*play with this to align the menu system with the content*/
	}

#menu ul
{
	font-family: Calibri,"Times New Roman", Times, serif, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li 
{ 
	margin: 0;
	padding: 0;
}

#menu a
{
	display: block;
	margin: 0;
	text-align: right; 
	text-decoration: none;
	width: 118px; /*this is the width MINUS the left padding and the right border - otherwise, you'll have a space before your right border*/
	background-image:url(../images/yellow.gif); background-position:right center; background-repeat:no-repeat; color: #fff200;
	padding:8px 30px 8px 0;
}

/*/*/a{}
#menu a {
	padding: 8px 30px 8px 0; 

	}
/* NN4 hack */

#menu a:hover, #menu a:focus
{
	text-align: right; 
	background-image:url(../images/yellowover.gif);background-position:right center; background-repeat:no-repeat; color:#fff200;
	padding:8px 30px 8px 0;
}

/*this ends the menu buttons*/

/*the you are here trick (persistent page indicator) */
body#newspage li#news a, body#fanpage li#fan a, body#biopage li#bio a, body#homepage li#home a, body#songpage li#song a, body#gallarypage li#gallary a, body#albumspage li#albums a, body#eventpage li#event a, body#contactpage li#contact a, body#contactpage li#contact a {
	text-align: right; 
	padding:8px 30px 8px 0;
	 background-image:url(../images/yellowsolid.gif);background-position:right center; background-repeat:no-repeat; color: #fff200;
}