.arrowsidemenu{
	width: 189px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #7d7d7d;
	border-size: 1px;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background-color: #7d7d7d;
  	/* height: 100%; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 5px;
	/* 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{
	color: #ffffff;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	background-color: #484848;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #ffffff;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: bold #ffffff;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #a8a8a8;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background-color: #9d9d9d;
	padding: 5px 0;
	padding-left: 5px;
}

.arrowsidemenu ul li a:hover{
	background: #484848;
}