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

.arrowgreen{
	width: 200px; /*width of menu*/
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	text-align:left;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
	padding: 4px 0 4px 10px;
	line-height: 12px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
.arrowgreen li a:link, .arrowgreen li a:visited {
	color:#0749cc;
	text-indent:10px;
}
.arrowgreen li a.selected{
	color:#cfddf3;
	background-position: 100% -24px;
	text-indent:0px;
}
.arrowgreen li a.top{
	color: #1a3b6b;
	background: transparent url(images/arrowgreen2.gif) 100% 0;
  	height:18px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 18px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-indent:0px;
}
.arrowgreen li a:hover{
	color:#cfddf3;
	background-position: 100% -24px;
}
.arrowgreen li a.top:hover{
	color:#cfddf3;
	background-position: 100% 0;
}
.arrowgreen li a:link span, .arrowgreen li a:visited span{
	color:#FF3300;
}

