/* Left menu*/
table.left-menu
{
	tdst-style:none;
	margin:0; padding:0;
	margin-bottom: 0px;
	position: relative; /*IE bug*/
}

table.left-menu td
{
	padding: 0px 10px 10px 80px;
	font-size: 10px;
	background: url('images/left_menu_background.jpg') no-repeat;
	background-position: 0% 0%;
}

table.left-menu td a
{
	font-size:100%;
	color:#173989;
	font-weight:bold;
	text-decoration: undertdne;
}

table.left-menu td a:visited
{
	color:#173989;
}

table.left-menu td a:hover
{
	color:#173989;
	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:#FC8D3D;
}


