#tvw_menu {
	padding: 0;
	width: 710px;
	margin: 0;
	list-style: none;
	height: 28px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
	background: #521d0d;
	border-bottom: 1px solid #edb;
}
#tvw_menu li.top {
	display: block;
	float: left;
}
#tvw_menu li a.top_link {
	display: block;
	height: 25px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 20px 0 10px;
	color: #e5e5e5;
	text-decoration: none;
	border-top: 3px solid #521d0d;
}
#tvw_menu li a.top_link:hover {
	color: #fff;
	border-color: #cc441a;
}
#tvw_menu li:hover > a.top_link {
	color: #fff;
	border-color: #cc441a;
}
#tvw_menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#tvw_menu a:hover {
	visibility: visible;
	position: relative;
	z-index: 200;
}
#tvw_menu li:hover {
	position: relative;
	z-index: 200;
}
#tvw_menu ul, 
#tvw_menu :hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tvw_menu :hover ul.sub {
	left: 0;
	top: 25px;
	white-space: nowrap;
	width: 120px;
	height: auto;
	z-index: 300;
	padding-top: 5px;
	background: url(../Graphs/ddb_trans.gif);
}
#tvw_menu :hover ul.sub li {
	display: block;
	float: left;
	width: 100%;
	height: 25px;
}
#tvw_menu :hover ul.sub li span {
	display: block;
	height: 25px;
	float: left;
	width: 90px;
	font-weight: normal;
}
#tvw_menu :hover ul.sub li b {
	display: block;
	height: 25px;
	float: left;
	width: 30px;
	font-weight: normal;
}
#tvw_menu :hover ul.sub li a {
	display: block;
	position: relative;
	font-size: 11px;
	height: 25px;
	width: 120px;
	margin-right: -30px;
	line-height: 25px;
	text-indent: 10px;
	color: #000;
	text-decoration: none;
	background: url(../Graphs/ddb_trans.gif);
}
#tvw_menu :hover ul.sub li span a:hover {
	color: #800032;
}
#tvw_menu :hover ul.sub li:hover > span a {
	color: #800032;
}
#tvw_menu :hover ul :hover ul {
	left: 120px;
	top: 0;
	white-space: nowrap;
	width: 165px;
	z-index: 400;
	height: auto;
}
#tvw_menu :hover ul.wide {
	width: 150px;
}
#tvw_menu :hover ul.wide li span {
	width: 120px;
}
#tvw_menu :hover ul.wide li a {
	width: 150px;
}
#tvw_menu :hover ul.wide :hover ul{
	left: 150px;
}
#tvw_menu :hover ul.narrow {
	width: 90px;
}
#tvw_menu :hover ul.narrow li span {
	width: 60px;
}
#tvw_menu :hover ul.narrow li a {
	width: 90px;
}
#tvw_menu :hover ul.narrow :hover ul {
	left: 90px;
}
#tvw_menu li > span {
	background: url(../Graphs/ddb_ml_a.png);
}
#tvw_menu li > b {
	background: url(../Graphs/ddb_mr_a.png)
}
#tvw_menu li.fly > b {
	background: url(../Graphs/ddb_mrs_a.png)
}
#tvw_menu li.subtop > span,
#tvw_menu li.flytop > span { 
	background:url(../Graphs/ddb_tl_a.png);
}
#tvw_menu li.subtop > b {
	background:url(../Graphs/ddb_tr_a.png);
}
#tvw_menu li.flytop > b {
	background:url(../Graphs/ddb_trs_a.png);
}
#tvw_menu li.subbot > span,
#tvw_menu li.flybot > span {
	height:35px !important;
	background:url(../Graphs/ddb_bl_a.png);
}
#tvw_menu li.subbot > b {
	height:35px !important;
	background:url(../Graphs/ddb_br_a.png);
}
#tvw_menu li.flybot > b {
	height:35px !important;
	background:url(../Graphs/ddb_brs_a.png);
}

