@charset "UTF-8";
/* CSS Document */


.arrowsidemenu{
	width: 240px; /*width of menu*/
	/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/
}
.arrowsidemenu div a{ /*header bar links*/
	display: block;
	background: #413D31;
	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 10px 0 10px 20px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A5A095;
}
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #FFF;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}
.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #FFF;
}
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #FFF;
	background-position: 100% -64px !important;
	font-family: Arial, Helvetica, sans-serif;
}
.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #A5A095;
}
.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	padding: 10px 0 10px 30px;
	background-color: #6f6754;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A5A095;
}
.arrowsidemenu ul li a:hover{
	background: #5C5441;
}
