﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 170px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #f7a341;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	
    background-image: url(images/menuback.jpg);
	background-color:Transparent;    
    background-position: 100% 0%; 
		
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 10px 4px 0px;
	line-height: 24px; /*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: #f88b0d;
}

.arrowgreen li a:hover{
	color: #4c4b49;
	background-position: 0% -32px;
}

	
.arrowgreen li a.selected{
	color: #4c4b49;
	background-position: 0% -64px;
}

