﻿.arrowsidemenu{
	width: 210px; /*width of menu*/;
	border-style: none;
	border-size: 1px;
	border-width: 0px;
	margin-left: 8px;
	padding-top: 10px;
}
.arrowsidemenu div h3{
	/*header bar links*/
	background-position: right;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url('../img/uparrow.gif') 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;
	background-repeat: no-repeat;
	margin-bottom:0px;
	margin-top:0px;
	cursor:pointer;
}
	


.arrowsidemenu div h3:link, .arrowsidemenu div a:visited{
	color: #26370A;
}

.arrowsidemenu div h3:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected h3{ /*header that's currently not selected*/
	color:#FFFFFF;
}

	
.arrowsidemenu div.selected h3{ /*header that's currently selected*/
	color:#FFFFFF;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #F1F1F1;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #439a9a;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #439a9a;
}

.arrowsidemenu ul li a:hover{
	background: #d5e5c1;
}
