@charset "utf-8";

/* CSS Document */





.arrowsidemenu{

	width: 200px; /*width of menu*/

	border-style: solid solid none solid;

	border-color: #a9a9a9;

	border-size: 1px;

	border-width: 1px;

}

	

.arrowsidemenu div a{ /*header bar links*/

	font: bold 12px Verdana, Arial, Helvetica, sans-serif;

	display: block;

	background: transparent url(../images/menu_ground_arrow.png) 100% 0;

  	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/

	padding: 3px 0 3px 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: #303030;

}



.arrowsidemenu div a:hover{

	background-position: 100% -32px;

}



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

	color: #5e5e5e;

}



	

.arrowsidemenu div.selected a{ /*header that's currently selected*/

	color: #303030;

	background-position: 100% -64px !important;

}



.arrowsidemenu ul{

	list-style-type: none;

	margin: 0;

	padding: 0;

}



.arrowsidemenu ul li{

	border-bottom: 1px solid #a9a9a9;

	background:#4d4d4d;

}





.arrowsidemenu ul li a{ /*sub menu links*/

	display: block;

	font: normal 12px Verdana, Arial, Helvetica, sans-serif;

	text-decoration: none;

	color: #FFFFFF;

	padding: 5px 0;

	padding-left: 10px;

	border-left: 10px double #a9a9a9;

}



.arrowsidemenu ul li a:hover{

	background: #d4d4d4;

	font-weight:bold;

	color:#4c4c4c;

}

