.TopMenuGroup
{  
  background-color: Transparent;
  border:0px; 
}

.TopMenuRow 
{
    line-height: 30px;
}
.TopMenuItem, a.TopMenuItem:link, a.TopMenuItem:active, a.TopMenuItem:visited
{
	border-width: 1px;
	border-color: #737373;
	color: #666666;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
	padding: 4px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: default;
	white-space: nowrap;
	text-decoration: none;
}

.TopMenuItemOver, a.TopMenuItem:hover
{
  color:white;
  background-color:#C0C0C0; 
  font-family:Arial; 
  font-size:16px; 
  font-weight:bold;
  border:1px;
  border-left-color:black;
  border-top-color:black;
  border-right-color:black;
  border-bottom-color:#AAAAAA;
  border-style:solid;
  padding:4px;
  padding-left:25px;
  padding-right:25px;
  cursor:default;
}


.MenuGroup
{
  background-color:#F4F4F4;
  border:1px; 
  border-color: #CCCCCC; 
  border-style:solid; 
  text-align: left; 
}

.MenuItem
{
  color:#808080;
  font-family:Verdana; 
  font-size:12px; 
  font-weight:bold;
  padding:10px;
  padding-left:32px;
  padding-right:47px;
  cursor:default;
  white-space: nowrap;  
}

.MenuPanel
{
  color:#808080;
  font-family:Verdana; 
  font-size:12px; 
  font-weight:bold;
  cursor:default;
  white-space: nowrap;  
}

.MenuItemTest, a.MenuItemTest:link, a.MenuItemTest:active, a.MenuItemTest:visited
{
  height: 30px;
  color:#737373;
  font-family:Arial; 
  font-size:13px; 
  letter-spacing: 1.1px;  
  padding:10px;
  padding-left:25px;
  padding-right:10px;
  cursor:default;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
}

.cellOver 
{
  background-color: #FBFBFB;    
  padding-right:10px;
  height: 30px;
}
.cellOut
{
  background-color: inherit;    
  padding-right:10px;    
  height: 30px;
}

a.MenuItemTest:hover {
	color: #808080;
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 1.1px;    	
	padding: 10px;
	padding-left: 25px;
	padding-right:10px;
	border: 0px;
	border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-style: none;
	cursor: default;
    white-space: nowrap;
    text-align: left;	
    text-decoration: none;
}

.MenuItemOver
{
	background-color: #FBFBFB;
	color: #808080;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 9px;
	padding-left: 31px;
	padding-right:46px;
	border: 1px;
	border-left-color: #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-style: solid;
	cursor: default;
}

.MenuBreak
{
  padding:0px; 
  margin-left:32px; 
  margin-right:2px; 
}
.FAQContents
{
    padding-left: 36px;
}
.VMenuItem
{
	background-color: #F4F4F4;
	color: #808080;
	font-family: Verdana;
	font-size: 15px;	
	padding: 9px;
	padding-left: 31px;
	padding-right: 16px;
	border: 2px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-style: solid;
	cursor: pointer;	
	white-space: nowrap;
}

.VMenuItemOver
{
	background-color: #FBFBFB;
	color: #808080;
	font-family: Verdana;
	font-size: 15px;
	
	padding: 9px;
	padding-left: 31px;
	padding-right: 16px;
	border: 2px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-style: solid;
	cursor: default;
}
.VHeader, .VHeaderOver
{
	background-color: #FBFBFB;
	color: #808080;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	padding: 9px;
	padding-left: 31px;
	padding-right: 16px;
	border: 2px;
	border-left-color: white;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-style: solid;
	cursor: default;
}
