.arrowsidemenu{
	/*width: 180px; /*width of menu*/
	width: 280px;
	/*border-style: none none solid none;*/
	/*border-style: solid solid none solid;*/
	/*border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/
}

* html body .arrowsidemenu { margin-left: -5px; }
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #35729b;
	display: block;
	/*background: transparent url(arrowgreen.gif) 100% 0;*/
    height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 0px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #35729b;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #35729b;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	/*color: #d33232;*/
	color: #358bcf;
	background-position: 100% -64px !important;
	/*background:url(../images/menubg.gif) 0 0 no-repeat; */
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	padding-left: 10px;
	border-bottom: 1px solid #d2d2d2;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 0px;
	height: 19px;
	/*border-left: 10px double #a1c67b;*/
}

.arrowsidemenu ul li a:hover{
	/*background: #d5e5c1;*/
}

ul.menucontents li a { color: #35729b; width: 250px; margin-left:-11px; padding-left: 20px !important; padding-left: 10px; /* IE6 hack */}

a.over:link, a.over:visited, a.over:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #35729b; } 
a.over:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #d33232; }

a#active {font-family: Arial, Helvetica, sans-serif; width: 270px; font-size: 12px; font-weight: bold; color: #d33232; background:url(/images/menubg.gif) 0 0 no-repeat; }

.arrowsidemenu .menuheaders a { padding-left: 10px; }
.arrowsidemenu .menuheadersnosub a { padding-left: 10px; }
