@charset "utf-8";
/* CSS Document */


.arrowgreen{
	width: 180px; float:left;  /*width of menu*/
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	ont-family: Verdana;	font-size: 11px;
	font-weight: normal;
	font-variant: normal; text-transform:uppercase;

	display: block;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;border-bottom:1px solid #000000;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #fff;
}

.arrowgreen li a:hover{
	color: #ffe836; background: #2c2b2b;
}

	
.arrowgreen li a.selected{
color: #ffe836; background: #2c2b2b;
}
.leftside{width:180px;  float:left; display:block; background:#8d0559; margin-top:15px; margin-right:14px;}
