#nav {
list-style: none;
margin: 0px;
padding: 0px;
}

#nav ul {
list-style: none;
display: none;
position: absolute;
overflow: visible;
z-index:100;
}
      
#nav li {
display: block;
position: relative;
padding: 0px;
float: left;
line-height: 22px;
}

 
#nav li a { 
color: #206FB1;
font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
display: block;
margin-left: 10px;
padding-right: 5px;
}
   
#nav li a:hover {
color: #154D7E;
text-decoration: none;
}

#nav li A.act {
color: #154D7E;
}

#nav li A.act:hover {
color: #154D7E;
}

/* 1st dropdown level */
#level1 {
display: block;
left: -30px;
top: 22px;
width:  196px !important; 	
width:  202px;  
z-index:100; 
border-top: 0px !important;
border-top: 1px solid #357CB8;
}

#level1 UL {
margin: 0px 0px 0px 0px;
padding: 0px;
width:  196px !important; 	
width:  202px; 
background: #C4DBF1;  
}
   
#level1 li {  
border: 1px solid #357CB8;
border-width: 0px 1px 1px 1px;
padding: 0px;
margin: 0px;
display: block;
background: #C4DBF1;
}
 
#level1 li:first-child {  
border: 1px solid #357CB8;
border-width: 1px;
} 

#level1 li A {
width:  196px !important; 	
width:  202px;  
line-height: 16px;
background: #C4DBF1;
margin: 0px;
padding: 1px 0px 1px 5px;
vertical-align: middle;
text-align: left;
font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #206FB1;
}	
   
#level1 li A:hover {
font-weight: normal;
text-decoration: none;
color: #134D7D;
background: #B5D3F1;
}
   
/*#level1 ul {   
border: 1px solid #154D7E;   
} */  
   
/* all see this */
#nav ul ul, #nav ul ul ul {
display: none;
position: absolute;
top: 0;
}

/* non-IE bowsers see this */
#nav ul li>ul, #nav ul ul li>ul {
margin-top: 0;
}

#nav LI:hover UL UL, #nav LI:hover UL UL UL{
display: none;
}

#nav LI:hover UL {
display: block;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul {
display: block;
}

li>ul {
top: auto;
}

UNKNOWN {
margin-top: 0;
left: auto; 
top: auto;
}

/* List TopNav Multimenu end*/ 

