.arrowsidemenu{
	width: 250px; /*width of menu*/
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 15px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	display: block;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(menu-button.html);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #343434;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #343434;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #343434;
	margin-top:2px;
}


.arrowsidemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
background-color: #FFF;
width: 235px;
margin-left: 15px;

border-bottom-left-radius: 5px;
padding-bottom: 35px;
margin-bottom: 10px;

}

.arrowsidemenu ul li{
	height: 25px;
line-height: 25px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #690;
width: 225px;
margin-left: 5px;
padding-left: 0;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	color:#343434;
	padding: 5px 0;
	
	
}