/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrow{
	width: 190px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #999999;
	border-size: 1px;
	border-width: 1px;
	margin-top: 10px;
}

.arrow ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrow li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	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;
	background-color: transparent;
	background-image: url(media/arrowgrey.gif);
	background-position: 100% 0;
}	
	
.arrow li a:link, .arrowblue li a:visited {
	color: #333333;
}

.arrow li a:hover{
	color: #000000;
	background-position: 100% -32px;
	text-decoration: none;
}

	
.arrow li a.selected{
	color: #000000;
	background-position: 100% -64px;
}

