.arrowsidemenu {
	width: 230px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #6C7938;
	border-size: 0px;
	border-width: 0px;
}
	
.arrowsidemenu div a { /*header bar links*/
	display: block;
	background: transparent url(http://www.musicartsalive.com/javascript/ddaccordion.png) 100% 0;
	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited, .arrowsidemenu div a:active {
	color: #6C7938;
}

.arrowsidemenu div a:hover {
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a { /*header that's currently not selected*/
	color: #6C7938;
}

	
.arrowsidemenu div.selected a { /*header that's currently selected*/
	color: #F3FCDE;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul {
	background: #F8FDEC;
	font-size: 16px;
	line-height: 17px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li {
	border-bottom: 1px solid #9ABF2D;
	font-weight: bold;
}


.arrowsidemenu ul li a { /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #416A04;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #9DC335;
}

.arrowsidemenu ul li a:hover{
	background: #CDE77C;
	font-weight: bold;
}

.highlight {
	background: transparent;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #9DC335;
}

.highlight2 {
	background: #CDE77C;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #9DC335;
}

.month {
	background: #CDE77C;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	
}
