@charset "utf-8";
/* CSS Document */

.arrowsidemenu{
	width: inherit; /*width of menu*/
	border:  none ;
	
}
	
.arrowsidemenu div a{ /*header bar links*/
	font:14px Arial, Helvetica, sans-serif;
	color:#333333;
	display: block;
	background-color:#ffffff;
 	height: 21px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 0px 14px;
	line-height: 21px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-align:left;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color:	#333333;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
	background-color:#999999;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color:	#333333;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color:#333333;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #999;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: 14px Eurostile, Arial;
	color:	#666666;;
	text-decoration: none;
	text-align:left;
	padding: 3px 0;
	padding-left: 30px;
	background-color:	#ffffff;
}

.arrowsidemenu ul li a:hover{
	background:	#cccccc;
}
