/* Left menu*/
table.left-menu
{
    height: 49px;
	tdst-style:none;
	/*margin:0; padding:0;*/
	/*margin-bottom:8px;*/
	position: relative; /*IE bug*/
	border-right: 1px solid #fff;
	border-left: 1px solid #ABBDCB;
}
table.left-menu td
{
	padding: 0px 10px;
	border-right: 1px solid #ABBDCB;
	border-left: 1px solid #fff;
}
table.left-menu td.selected
{
	padding: 0px 10px;
	border-right: 1px solid #ABBDCB;
	border-left: 1px solid #fff;
	background:#F5F5F5 url(images/active.jpg) top repeat-x;
}

table.left-menu td a
{
	/*font-size:100%;*/
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}

table.left-menu td a:visited
{
	color:#006699;
}

table.left-menu td a:hover
{
	color:#006699;
}


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:#006699;
}


