.arrowsidemenu{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #9FA8A6;
	/*border-size: 1px;*/
	border-width: 1px;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #333333;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #333333;
}
	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #000033;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #9FA8A6;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #B1BAB8;
}

.arrowsidemenu ul li a:hover{
	background: #DDE0DF;
}