/*IE5.5 uses "hand" where newer browsers use "pointer".
  This hack takes advantage of a defect in IE 5.5 CSS parsing
  to make it so that all get the appropriate pointer.
  IE5.5 stops reading the class when it hits the voice-family lines
  but newer browsers contiue reading, overwriting "hand" with "pointer"
*/
.menuMainTD,
.menuMainTDHover,
.menuMainTDActivated,
.menuSubTD,
.menuSubTDHover
{
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}
.cursorHand
{
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

.headerLink
{
	font-weight: bold;
	font-size: 8pt;
	color: dimgray;
}
.VTLink
{
	font-weight: bold;
	font-size: 8pt;
	color: DarkOrange;
}.LogoutLink
{
	font-weight: bold;
	font-size: 8pt;
	color: Red;
}
.headerPageTitle
{
    COLOR: steelblue;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
}
.headerCustomerNumber
{
	font-weight: bold;
	font-size: 8pt;
	color: dimgray;
	margin-top: -100px;
	position: relative;
	top: 3px;
}
.menuMain
{
	table-layout:auto;
    background-color:Steelblue;
    
}
.menuMainBar
{
	height:32px;
	background-color:Steelblue;
	width:918px;
	left:10px;
	padding: 0px 0px 0px 0px;
	top:96px;
	position:absolute;
}

.menuMainTD
{
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
	height:32px;
}
.menuMainTDHover
{
	background-color:#0565B5;
	text-align:center;
	text-decoration:none;
	color:White;
	font-weight:bold;
}
.menuMainTDActivated
{
	text-align:center;
	background-color:#0565B5;
	text-decoration:none;
	color:white;
	font-weight:bold;
}

.menuSubTD
{  
	background-color:Lavender;
	color:#0066CC;	
	text-align:left;
	font-weight: bold;
	font-size: 8pt; 
	padding-left: 6px;
	height:32px;
	
	table-layout:inherit;
	overflow: hidden;
    border-collapse:separate;
    padding:0px:0px:0px:6px;
	border-spacing:1px;
	border:0px;

	
}
.menuSubTDHover
{ 
	background-color:#0565B5;	
	color:White;
	font-weight: bold;
	font-size: 8pt;
	position:relative;
	padding-left: 12px;
	height:32px;	
	
	table-layout:inherit;
	overflow: hidden;
    border-collapse:separate;
    padding:0px:0px:0px:12px;
	border-spacing:1px;
	border:0px;

}
.menuSubTDActivated
{ 
}



.menuShadow
{
	background-color:gray;
}



