ul {
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
  font-family: Arial, Sans-Serif;
  z-Index: 1000;
  }
  
ul a:link { text-decoration: none; color: #FFFFFF; font-weight: bold;}
ul a:visited { text-decoration: none; color: #FFFFFF; font-weight: bold;}
ul a:active { text-decoration: none; color: #FFFFFF; font-weight: bold;}
ul a:hover { text-decoration: none; color: white; font-weight: bold;}


li {
float: left;
position: relative;
width: 160px;
height: 20px;
background-color: #004D93;
font-family: Arial, Sans-Serif;
font-weight: bold;
font-size: 13px;
line-height: 20px;
vertical-align: middle;
color: white;
text-align: center;
display: block;
z-Index: 1000;
}

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

li ul {
  display: none;
  font-family: Arial, Sans-Serif;
  width: 138px;
  position: absolute; 
  top: 20px;
  left: 0px;
  border-right: 1px solid #004D93;
  border-left: 1px solid #004D93;
  border-bottom: 1px solid #004D93;
  z-Index: 1000;

  }
  

li ul li {

  width: 138px;
  background-color: #709ECF;
  font-family: Arial, Sans-Serif;
  color: #004D93;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  z-Index: 1000;

  }

li ul li a:link { text-decoration: none; color: #FFFFFF; font-weight: normal;}
li ul li a:visited { text-decoration: none; color: #FFFFFF; font-weight: normal;}
li ul li a:active { text-decoration: none; color: #FFFFFF; font-weight: normal;}
li ul li a:hover { text-decoration: none; color: #004D93; font-weight: normal;}


 
.subsub{
  display: none;
  width: 138px;
  background-color: #709ECF;
  font-family: Arial, Sans-Serif;
  color: white;
  font-size: 12px;
  text-align: right;
  font-weight: normal;
  z-Index: 1000;
  }

.subsub a:link { text-decoration: none; color: #FFFFFF; font-weight: normal;}
.subsub a:visited { text-decoration: none; color: #FFFFFF; font-weight: normal;}
.subsub a:active { text-decoration: none; color: #FFFFFF; font-weight: normal;}
.subsub a:hover { text-decoration: none; color: #004D93; font-weight: normal;}

li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul { display: block; }
