/* Left menu*/
div.leftmenu {
max-width:170px;
width:170px;
background-image:url(images/leftmenubg.jpg);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom: 10px;
padding-top: 10px;
}
ul.left-menu
{
	list-style:none;
	text-align:left;
	padding-left:10px;
	padding-bottom:2px;
	margin:0; 	
	position: relative; /*IE bug*/
	font-weight:bold;
}

ul.left-menu li.notlast
{
	padding: 5px;
	/*	border-bottom:1px solid #CCCCCC*/
	background-image:url(images/left_menu_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
ul.left-menu li
{
	padding: 5px;
}

ul.left-menu li a
{
	color:#000000;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#000000;
}

ul.left-menu li a:hover
{
	color:#000000;
		text-decoration:underline;
}


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:#000000;
}