/* CSS Document */

.arrowsidemenu{
	width: 160px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font: bold 12px Tahoma, sans-serif;
	display: block;
	background: transparent url(/css/arrowgreen.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;
}
	

.arrowsidemenu div a:hover{ /*header bar links*/
	font: bold 12px Tahoma, sans-serif;
	display: block;
	background: transparent url(images/purple_over.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;
}

.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #334d55;
	
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;

}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #6F3700;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #7B498E;
	text-decoration:none;
	background-position: 100% -64px !important;

}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 12px Tahoma, sans-serif;
	text-decoration: none;
	color: #333;
	padding: 5px 0;
	padding-left: 7px;
	border-left: 7px double #a1c67b;
}

.arrowsidemenu ul li a:hover{
	background: #F7EFD7;
	border-top: 1px solid #a1c67b;
	border-bottom:  1px solid  #a1c67b;
}


.button {
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	font: normal 12px Tahoma, sans-serif;
	text-decoration: none;
	text-align:center;
	width: 125px;
	height: 20px;
	float: right;
	color: #fff; 
	padding-top: 5px
}

.button a visited{
	color: #fff;
	text-decoration: none;
}

.button a hover{
	color: #fff;
	text-decoration: none;
}


.site {color: #FFFFFF}


