﻿.tv
{
	padding:0px;
}

.tv_row_Level1
{
	background-color:#b50000;
	color:White;
	border-bottom:2px solid white;
	height:25px;
}
.tv_itm_Level1
{
	cursor:pointer;
	padding:4px 4px 4px 8px;
	font-size:10px;
	letter-spacing:-1px;
}







.tv_row_Level2, .tv_row_Level2_hasChildren
{
	background-color:#d3d3d3;
	color:#333333;
	height:16px;
	border-bottom:1px solid white;
	padding:0px;
}
.tv_row_Level2_hasChildren
{
	background-image:url(/img/tv_l2_bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
.tv_row_Level2_hasChildren_hover
{
	background-color:#828282;
	color:white;
	height:16px;
	border-bottom:1px solid #828282;
	padding:0px;
	background-image:url(/img/tv_l2_bg_hover.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
.tv_row_Level2_hover
{
	background-color:#828282;
	color:white;
	height:16px;
	border-bottom:1px solid #828282;
	padding:0px;
}

.tv_itm_Level2, .tv_itm_Level2_hasChildren
{
	cursor:pointer;
	font-size:10px;
	letter-spacing:-1px;
	padding:0px;
}











.tv_row_Level3, .tv_row_Level3_hasChildren
{
	background-color:#e9e9e9;
	color:#333333;
	height:16px;
	border-bottom:1px solid #828282;
	padding:0px;
}
.tv_row_Level3_hasChildren
{
	background-image:url(/img/tv_l3_bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
.tv_row_Level3_hasChildren_hover
{
	background-color:#b50000;
	color:white;
	height:16px;
	border-bottom:1px solid #828282;
	padding:0px;
	background-image:url(/img/tv_l3_bg_hover.gif);
	background-repeat:no-repeat;
	background-position:center right;
}
.tv_row_Level3_hover
{
	background-color:#b50000;
	color:white;
	height:16px;
	border-bottom:1px solid #828282;
	padding:0px;
}

.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;
}