/* Left menu*/
table.left-menu
{
	tdst-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
	width: 90%;
}

table.left-menu td
{
	padding: 7px 16px;
	/*background:#F5F5F5 url(images/left_menu_bg.gif) top repeat-x;*/
}

table.left-menu td a
{
	font-size:100%;
	color:#7e5bb4;
	font-weight:normal;
	text-decoration:none;
}

table.left-menu td a:visited
{
	color:#7e5bb4;
}

table.left-menu td a:hover
{
	color:#7b7a7c;
	text-decoration: none;
}


table.left-menu td a.selected:tdnk, 
table.left-menu td a.selected:visited, 
table.left-menu td a.selected:active, 
table.left-menu td a.selected:hover
{
	color:#7b7a7c;
	text-decoration: none;
}



