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

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 90%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 20px; /* padding keeps the content of the div away from the edges */
	margin:0;
	background:#FFFFFF;
}

  #sidebar1 #left-menu {
	margin: 0;
	padding:0px;
  }

  #sidebar1 #left-menu ul{
  	list-style:none;
	margin:0px;
	padding:0px;
  }
  #sidebar1 #left-menu ul li{
  	list-style-type:none;
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0 30px;
	background:url(../images/tick-sign.gif) no-repeat;
  }
  #sidebar1 #left-menu ul li a{
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	text-decoration:none;
	background:url(../images/red-button.jpg) no-repeat top left;
	display:block;
	padding:0;
  }
  #sidebar1 #left-menu ul li a:hover{
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#13627A;
	text-decoration:none;
	background: url(../images/white-button.jpg) no-repeat top left;
  }

  #sidebar1 #left-menu ul li a.current_left{
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#13627A;
	text-decoration:none;
	background: url(../images/white-button.jpg) no-repeat top left;
  }