/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	margin-top:15px;
	margin-right:8px;
	position: relative; /*IE bug*/
	text-align: right;
	font-size: 12px;
	background: url(/images/rss.gif) 235px 0 no-repeat;
	line-height:1.5;
}

ul.left-menu li
{

}

ul.left-menu li a
{
	font-size:100%;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	padding-right:14px;
 background-image: url(/images/menu_square_gray.jpg);
 background-position: right center;
 background-repeat: no-repeat;
}

ul.left-menu li a:visited
{
	color:#ffffff;
	padding-right:14px;
 background-image: url(/images/menu_square_gray.jpg);
 background-position: right center;
 background-repeat: no-repeat;
}

ul.left-menu li a:hover
{
	color:#cccccc;
	padding-right:14px;
 background-image: url(/images/menu_square_green.jpg);
 background-position: right center;
 background-repeat: no-repeat;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#cccccc;
	padding-right:14px;
 background-image: url(/images/menu_square_green.jpg);
 background-position: right center;
 background-repeat: no-repeat;
}