.arrowsidemenu{
	width: 178px; /*width of menu*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #344a74;
	display: block;
	background-color: #e7e7e7;
	border-top: 1px solid #cfcfcf;
  	/*height: 33px;   Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 5px;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited, .arrowsidemenu div a:active {
	color: #344a74;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	color: #72b92d;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #344a74;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #344a74;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px dashed #cfcfcf;
	background-color: #e0e0e0;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4294b8;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	height: 17px;
}

.arrowsidemenu ul li a:hover{
	color: #72b92d;
}

/*My Styles*/
#TopItem a {
	border: none;
}
#BottomItem a {
	border-bottom: 1px solid #cfcfcf;
}
#TopSub {
	border-top: 1px solid #cfcfcf;
}
#BottomSub {
	border: none;
}