﻿body {

margin:0;
font-family: Tahoma;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: #006699;
  position: fixed;
  top: 0;
  width: 100%;
  Height: 60px;
}


ul.SubMenu {

}




li.SubMenu {
   
  
 
}

li.SubMenu a {
  
}

li.SubMenu a:hover:not(.active) {
      
}

li {
   display: inline;
  float: Left;
  
 
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 6px 6px;
  text-decoration: none;
}

li a:hover:not(.active) {
               color: #FFCC00;
         Font-Weight: Normal;
              border: 4px solid #FFCC00;
	   border-radius: 10px;
  
}

.Active {
   color: #FFCC00;
         Font-Weight: Normal;
              border: 4px solid #FFCC00;
	   border-radius: 10px;
  
}


.FalseActive {
           border: 4px solid #006699;
	border-radius: 16px;
            color: white;
            Font-Weight: Normal;
            text-decoration: none;

  
}

.SubMenuBar{
background-color:cyan;
color:black;
margin-top:110px;
 width: 100%;
}

TD.TDHeadRight
{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Maroon; font-weight:bold; text-align:Right;
	vertical-align:Top;
}

TD.TDHeadLeft
{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Maroon; font-weight:bold; text-align:Left;
	vertical-align:Middle;
}