@charset "utf-8";
/* Left Menu */

.menu_item_bg
{
	background: #05A1D4;
}

.button
{
	background:#FFF; 
	border:1px solid #02245C;
	color:#05A1D4;
}
.arrowgreen{
	width: 174px; /*width of menu*/
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: 12px bold Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images_eng/arrowblue.gif) 100% 0;
  	height: 22px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 22px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	outline:none;
}	

.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FFF;
	
}

.arrowgreen li a:hover{
	color: #FFF;
	background-position: 100% -30px;
}

	
.arrowgreen li a.selected{
	color: #FFF;
	background-position: 100% -60px;
}