table.leftMenu
{
	font-size: 9pt;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: light;
	border-collapse: collapse;
	background-color: #F2F5F6;
	font-weight: bold;
	cursor: hand;
}

table.leftMenu td
{
	color: #EFEFEF;
	font-weight: normal;
	border-width: 1px;
	padding: 5px 0px 5px 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	vertical-align: center;
	background-color: #F2F5F6;
	-moz-border-radius: 0px;
}

table.leftMenu td.highlighted
{
	color: #EFEFEF;
	font-weight: normal;
	border-width: 1px;
	padding: 5px 0px 5px 2px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	vertical-align: center;
	background-color: #FAEC87;
	-moz-border-radius: 0px;
}

td.line
{ padding: 0px;
  border-width: 0px; 
	width: 2px;
  border-style: solid;
  border-color: lightblue;
	background-color: lightblue;
  font-size:9pt;
  vertical-align: middle;
  text-align: left;
}


a.leftMenuItem:link
{text-decoration: none;
color: #29576F;
cursor: hand;
background-color: #F2F5F6;
display: block;}

a.leftMenuItem:visited
{text-decoration: none;
color: #29576F;
background-color: #F2F5F6;
display: block;}

a.leftMenuItem:hover
{text-decoration: none;
color: white;
background-color: #2D637D;
cursor: hand;
display: block;}

a.leftMenuItem:active
{text-decoration: none;
color: white;
background-color: #2D637D;
display: block;}

a.highlighted:link
{text-decoration: none;
color: #29576F;
font-weight: bold;
cursor: hand;
background-color: #FAEC87;
display: block;}

a.highlighted:active
{text-decoration: none;
color: #29576F;
font-weight: bold;
background-color: #FAEC87;
display: block;}

a.highlighted:visited
{text-decoration: none;
color: #29576F;
font-weight: bold;
background-color: #FAEC87;
display: block;}

a.highlighted:hover
{text-decoration: none;
color: white;
font-weight: bold;	
background-color: #2D637D;
cursor: hand;
display: block;}
