/* CSS Document */
#bottomMenu{
height:25px;
background-image:url(../images/bottom_menu_home.jpg);
*background: url(../images/bottom_menu_home.jpg);
}

.arrowgreen{
display:block;
clear:both;
	width: 209px; /*width of menu*/
	_width: 206px;
padding-top:16px;
	padding-left:1px;
	/*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: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowgreen.gif) -1px 0px;
	_background: transparent url(../images/arrowgreen.gif) -1px 0px;

 	height: 33px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0px 4px 30px;
	line-height: 33px; /*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: #ef501a;
}

.arrowgreen li a:hover{

	color: #3175be;
	background-position: -1px  -37px;
	_background-position: -1px -37px;
	
}

	
.arrowgreen li a.selected{

	color: #666;
	background-position: -1px -75px;
	_background-position: -1px  -75px;
}


