﻿.arrowsidemenu{
	width: 170px; /*width of menu*/;
	margin-left: 2px;
	padding-top: 0px;

}
.menuheaders h3{
	/*header bar links*/
	background-position: right;
	font:  10px Palatino Linotype;
	font-weight:lighter;
	display: block;
	background: transparent url('../img/menu_head.jpg') 100% 0;
	height: 15px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/;
	padding: 5px 5px 5px 0px;
	 /*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;
}

.menuheaders h3:hover{
color:#ef3e42;

}



.menucontents ul{
	 padding:0px;
	 margin:0px;
	 border-bottom:1px #f5b725 solid; border-top:1px #f5b725 solid;
}

.menucontents ul li a{
  font-family:12px;
}

.menucontents ul li a:hover{
  color:#ef3e42;
}


.active{
	color:#ef3e42;
}

.arrowsidemenu div h3:link, .arrowsidemenu div a:visited{
}

.arrowsidemenu div h3:hover{
	background-position: 100% 0px;
}

.arrowsidemenu div.unselected h3{ /*header that's currently not selected*/
}

	
.arrowsidemenu div.selected h3{ /*header that's currently selected*/
	background-position: 100% 0px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin-left:20px;
	padding: 0;
	background-color:transparent;
}

.arrowsidemenu ul li{
	border-bottom: 0px solid #439a9a;
	padding:0px;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Palatino Linotype;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 0px;	

	
}

.arrowsidemenu ul li a:hover{
	background:transparent;
	text-decoration:underline;
}
