﻿.tv
{
	padding:0px;
}

.tv_row_Level1, .tv_row_Level1_first
{
	background-color:white;
	color:#85307a;
	height:22px;
}
.tv_row_Level1
{
	border-top:1px dashed #85307a;
}

.tv_itm_Level1, .tv_itm_Level1_selected
{
	cursor:pointer;
	padding:3px 4px 3px 4px;
	font-size:10px;
}
.tv_itm_Level1_selected
{
	font-weight:bold;
}







.tv_row_Level2, .tv_row_Level2_hasChildren, .tv_row_Level2_hover, .tv_row_Level2_hasChildren_hover
{
	color:#85307a;
	height:15px;
	padding:0px 0px 0px 8px;
}
.tv_row_Level2_hasChildren, .tv_row_Level2_hasChildren_hover
{
	background-image:url(/img/dotA.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
}
.tv_row_Level2, .tv_row_Level2_hover
{
	background-image:url(/img/dotB.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
}
.tv_row_Level2_hasChildren_hover, .tv_row_Level2_hover
{
    text-decoration:underline;
}

.tv_itm_Level2_selected
{
	font-weight:bold;
}

.tv_itm_Level2, .tv_itm_Level2_selected
{
	cursor:pointer;
	font-size:10px;
	letter-spacing:-1px;
	padding:0px;
}




.tv_row_Level3, .tv_row_Level3_hasChildren, .tv_row_Level3_hover, .tv_row_Level3_hasChildren_hover
{
	color:#85307a;
	height:15px;
	padding:0px 0px 0px 4px;
}
.tv_row_Level3_hasChildren, .tv_row_Level3_hasChildren_hover
{
	background-image:url(/img/dotA.gif);
	background-repeat:no-repeat;
	background-position:16px 5px;
}
.tv_row_Level3, .tv_row_Level3_hover
{
	background-image:url(/img/dotB.gif);
	background-repeat:no-repeat;
	background-position:16px 5px;
}
.tv_row_Level3_hasChildren_hover, .tv_row_Level3_hover
{
    text-decoration:underline;
}

.tv_itm_Level3, .tv_itm_Level3_hasChildren
{
	cursor:pointer;
	font-size:10px;
	letter-spacing:-1px;
	padding:0px;
}













.MenuGroup
{
}

.MenuItem
{
  background-color:#b50000;
  color:white;
  font-family:verdana;
  font-size:9px;
  border-right:2px solid white;
  cursor:default;
  width:96px;
  height:21px;
  overflow:hidden;
  letter-spacing:-1px;
  text-align:center;
}

.MenuItemHover
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border-right:2px solid white;
  cursor:default;
  width:96px;
  height:21px;
  letter-spacing:-1px;
  text-align:center;
}

.MenuItemDown
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border-right:2px solid white;
  cursor:default;
  width:96px;
  height:21px;
  letter-spacing:-1px;
  text-align:center;
}







.MenuSubItem
{
  background-color:#b50000;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  overflow:hidden;
  letter-spacing:-1px;
  
}

.MenuSubItemHover
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  letter-spacing:-1px;
}

.MenuSubItemDown
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  letter-spacing:-1px;

}










.MenuSubItemNoClick
{
  background-color:#b50000;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  overflow:hidden;
  letter-spacing:-1px;
  background-image:url(/img/pila.gif);
  background-repeat:no-repeat;
  background-position:right 7px;  
}

.MenuSubItemHoverNoClick
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  letter-spacing:-1px;
  background-image:url(/img/pila.gif);
  background-repeat:no-repeat;
  background-position:right 7px;}

.MenuSubItemDownNoClick
{
  background-color:#8D8F95;
  color:white;
  font-family:verdana;
  font-size:9px;
  border:1px;
  border-color:white;
  border-style:solid;
  cursor:pointer;
  width:96px;
  letter-spacing:-1px;
  background-image:url(/img/pila.gif);
  background-repeat:no-repeat;
  background-position:right 7px;
}
