a.nav:link			{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; 
						PADDING: 2px 10px 0 10px}
a.nav:active		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; 
						PADDING: 2px 10px 0 10px}
a.nav:visited		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 12px; FONT-FAMILY: Arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; 
						PADDING: 2px 10px 0 10px}
a.nav:hover			{BACKGROUND: none; COLOR: #FFCC00; FONT-SIZE: 12px; FONT-FAMILY: Arial; TEXT-DECORATION: none; FONT-WEIGHT: bold; 
						PADDING: 2px 10px 0 10px}
.genre				{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-FAMILY: Arial; TEXT-DECORATION: none}
.band				{COLOR: #000000; FONT-SIZE: 14px; FONT-FAMILY: Papyrus; TEXT-DECORATION: none; FONT-WEIGHT: bold}
.thisweek			{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 21px; FONT-FAMILY: Papyrus; TEXT-DECORATION: underline; FONT-WEIGHT: bold}
.gray				{BACKGROUND: #CCCCCC}
h2					{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 23px; FONT-FAMILY: Papyrus; TEXT-DECORATION: none; FONT-WEIGHT: bold}
				
						
/* Display all <a> tags as block-level items */
#menu a { display: block; }

/* Set margin and padding to 0px and remove bullets from all list items */
#menu ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;
}

/* Move sub menu items off the screen and out of view until called */
#topMenu li ul {
  position: absolute;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }

#menu {
  background-color: #476830;  /* Background color of top menu */
  font-family: Arial;  /* Font used for all menu items */
  font-size: 12px;  /* Font size of all menu items */
  height: 18px;  /* Height of top menu items */
  line-height: 17px;  /* Line height of top menu items (vertically adjust text) */
  width: 743px;  /* Width of top menu (must be set to center menu on page) - standard width X number of items */
}

#menu li { float: left; }  /* Display top menu items horizontally from left to right */

#topMenu a { 
  border: 1px solid black;  /* Put border around all menu items */
  border-right-width: 0px;  /* Remove right border from all menu items (to stop double borders between top menu items) */
  text-decoration: none;  /* Remove underline from all menu item links */
  width: 122px;  /* Top menu item width (adjusted from 150px to account for border width) - -1 from standard width */
}


.topMenuLink a {
  color: #000000;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */
  text-align: center;  /* Center top menu text in menu button */
}

.topMenuLink a:hover {
  background-color: #476830;  /* Set top menu rollover background color */
  color: #FFFFFF;  /* Set top menu rollover text color */
}

.topMenuLink a#lastMenu { 
  border-right-width: 1px;  /* Add right border to last top menu item */
  width: 126px;  /* Adjust last top menu item width to fit within top menu - -2 from standard width */
}

.subMenu {
  background-color: #476830;  /* Set the background color of the sub menus */
  border-right: 1px solid black;  /* Add the right border back to the sub menus */
  width: 123px;  /* Set the width of the sub menus - standard width */
}

.subMenu a {
  color: #FFFFFF;  /* Set the font color of the sub menu items */
  font-weight: normal;	  /* Return the font weight to normal for sub menu items */
  height: 20px;  /* Set the height of the sub menu items */
  line-height: 20px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */
}

.subMenu a:hover {
  background-color: #517D47;  /* Set sub menu rollover background color */
  color: #000000;  /* Set sub menu rollover text color */
}

.subMenu#last { width: 127px; }  /* Adjust width of last sub menu to align right border correctly - -1 from standard width */

.subMenu#last a { width: 126px; }  /* Adjust width of links in last sub menu to display right border on rollover - -2 from standard width */