.noShow{display: none;}
	
table.menuTop{border-collapse: collapse;
	font: bold 12px Arial, sans-serif;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;}

table.menuTop{position: absolute; left: 0px; top: 0px; z-index: 2;}
	
table.menuTop td{
	cursor: default;
	font-size: 12px;
	text-align: center;
	line-height: 29px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	padding-right: 15px;}
	
td.topNormal span{
	color: white;}
	
td.topHover span{
	color: #6B7F91;}

#menuBar{
	position: absolute;
	left: 280px;
	top: 19px;
	height: 28px;
	z-index: 51;}
	
div.mainMenu{
	position: absolute;
	display: block;
	left: 0px;
	top: 30px;
/*	background-color: black;*/
	background-image: url(/images/blacktrans.png);
	border: 1px outset #002146;
	z-index: 20;
	visibility: hidden;}
	
div.subMenu{
	position: absolute;
	display: block;
	left: 12px;
	top: -7px;
/*	background-color: black;*/
	background-image: url(/images/blacktrans.png);
	border: 1px outset #002146;
	z-index: 20;
	visibility: hidden;}

	
table.mainMenu, table.subMenu{border-collapse: collapse;
	font: bold 12px Arial, Sans-serif;
	empty-cells: show;}
	
table.mainMenu tr{padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1;}
	
/*table.mainMenu td.menuArrow, table.subMenu td.menuArrow{padding-left: 10px; padding-right: 4px;}*/
	
.menuNormal{color: white;
	cursor: default;
	text-decoration: none;}

.menuHover{cursor: default;
	color: white;}

.menuHover td.menuIcon{background-image: url(/images/tdbgl.png);}
.menuHover td.menuText{background-image: url(/images/tdbgc.png);
	background-repeat: repeat-x;}
.menuHover td.menuArrow{Background-image: url(/images/tdbgr.png);
	background-position: top right;
	background-repeat: no-repeat;}
	
a.menuItem{color: inherit;
	cursor: inherit;
	text-decoration: inherit;
	background-color: inherit;}
	
td.menuIcon{width: 7px;
	vertical-align: middle;}
	
td.menuText{line-height: 20px;
	color: inherit;
	vertical-align: top;
	padding: 0px;}
	
td.menuArrow{width: 15px;
	vertical-align: middle;
	text-align: right;}

	
tr.menuHr{height: 10px;
	text-align: center;}
	
hr.menuHr{height: 2px;
	margin: 0px 4px;
	border-style: inset;
	border-color: #CCC;
	color: #CCC;}

