<style type="text/css">

.arrowgreen
{
	width: 176px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a
{
	font: bold 12px Tahoma;
	display: block;
	background: transparent url("../images/menu_item.jpg") 100% 0;
    height: 32px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 40px;
	line-height: 32px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	text-align: left;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited
{
	color: #EFF9FD;
}

.arrowgreen li a:hover
{
	color: #26370A;
	background-position: 100%;
	/* background: transparent url(../images/menu_itemsel.jpg) 100% 0; */
}

.arrowgreen li a.selected
{
	color: #EFF9FD;
	background-position: 100%;
}

.arrowgreen li a.top
{
	color: #EFF9FD;
	background: transparent url("../images/menu_top.jpg") 100% 0;
	height: 33px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 40px;
	line-height: 33px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
}

.arrowgreen li a.bottom
{
	color: #EFF9FD;
	background: transparent url("../images/menu_bottom.jpg") 100% 0;
	height: 32px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 40px;
	line-height: 32px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
}

.arrowgreen li a.products
{
	color: #EFF9FD;
	background: transparent url("../images/menu_products.jpg") 100% 0;
	height: 31px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 40px;
	line-height: 31px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
}

.arrowgreen li a.subproduct
{
	font: 11px Tahoma;
	color: #EFF9FD;
	background: transparent url("../images/menu_itemsub.jpg") 100% 0;
	height: 22px;
	padding: 0px 0 0px 40px;
	line-height: 22px;
}

.arrowgreen li a.subproduct:hover
{
	background: url('../images/menu_itemsubactive.jpg') 100% 0;
}

.arrowgreen li a.subproductselected
{
	font: bold 11px Tahoma;
	color: #EFF9FD;
	background: transparent url("../images/menu_itemsubselected.jpg") 100% 0;
	height: 28px;
	padding: 0px 0 0px 40px;
	line-height: 28px;
}

.arrowgreen li a.subproduct2
{
	font: bold 11px Tahoma;
	color: #EFF9FD;
	background: url('../images/menu_itemsub2active.jpg') 100% 0;
	height: 28px;
	line-height: 28px;
	padding-left:60px; padding-right:0; padding-top:0px; padding-bottom:0px
}

.arrowgreen li a.subproduct2:hover
{
	color: #EFF9FD;
	background-position: 100%;
	background: transparent url("../images/menu_itemsub2.jpg") 100% 0;
}

</style>
