   a:hover {
	  ;
   }
   ul.nvg {
    list-style: none;
   	padding: 0;
   	margin: 0;
	width: 100%;
   }
   ul.nvg li.nvg{
    /*width: 1%;*/
   }
   ul.nvg li.nvg ul.nvg li.nvg a{
	width: 100px;
   }
   #nav a {
   	text-decoration: none;
   }
   .MenuTitle{
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	color: white !important;
	text-align: center;
	border-left: 2px solid black;
	border-right: 2px solid black;
	height: 50px;
   }
   .MenuTitle:hover{
	border-left: 2px solid white;
	border-right: 2px solid white;
   }
   .MenuTitle:visited{
	text-decoration: none;
   }
   #nav div{
      z-index: 2;
   }
   #nav li.nvg li.nvg a {
   	display: block;
   	font-family: arial, helvetica, sans-serif;
   	font-weight: normal;
   	font-size: 9pt;
   	color: #C6CAC0;
   	padding: 0.2em 10px;
   }
   #nav li.nvg li.nvg a:hover {
   	padding: 0.2em 5px;
   	border: 5px solid #FFFFFF;
   	border-width: 0 5px;
   	background-color: #000000;
   	color: #FFFFFF;
   }
   li.nvg {
   	float: right;
   	position: relative;
    width: 100px;
   	text-align: center;
   	cursor: default;
   }

   li.nvg#first {
   	border-left-width: 0 px;
   }

   li.nvg#last {
   	border-right-width: 0 px;
   }

   li.nvg ul.nvg {
   	display: none;
   	position: absolute;
   	top: 100%;
   	left: 0;
   	font-weight: normal;
      background-color: #000000;
   }

   li.nvg>ul.nvg {
   	top: auto;
   	left: auto;
   }

   li.nvg li.nvg {
   	display: block;
   	float: none;
   	background-color: transparent;
   	border: 0;
   }

   li.nvg:hover ul.nvg, li.over ul.nvg {
   	display: block;
   }

   hr {
   	display: none;
   }
   a img {
      border: none;
   }
   td.nvg{
      text-align: left;
      background-color: #000000;
      height: 65px;
      color: #FFFFFF;
   }
