@import url("default-mainstyles.css");

/* Top Navigation Menu */
.topnav {
   font-family: Verdana, sans-serif;
   font-size: 80%;
   font-weight: bold;
   margin-left: 6px;
   margin-right: 6px;
}  
.topnav a:link {
   text-decoration: none;
   color: white;    
}
.topnav a:visited {
   text-decoration: none;
   color: white;    
}
.topnav a:hover {
   text-decoration: none;
   color: orange;
}
.topnav a:active {
   text-decoration: none;
   color: orange;
}

.topnav_act {
   font-family: Verdana, sans-serif;
   font-size: 80%;
   font-weight: bold;
   margin-left: 6px;
   margin-right: 6px;
}  

.topnav_act a:visited {
   font-weight: bold;
   text-decoration: none;
   color: white;
}
.topnav_act a:link {
   font-weight: bold;
   text-decoration: none;
   color: white;
}
.topnav_act a:hover {
   font-weight: bold;
   text-decoration: none;
   color: orange;    
}

/* Top Navigation Menu 2nd Level */
.topnav1 {
   font-weight: normal;
   font-family: Verdana, sans-serif;
   font-size: 80%;
   background-color: #1D9EDE;
   width: 150px;
}  
.topnav1 a:link {
   text-decoration: none;
   color: black;
}
.topnav1 a:visited {
   text-decoration: none;
   color: black;
}
.topnav1 a:hover {
   text-decoration: none;
   color: white;
}
.topnav1 a:active {
   text-decoration: none;
   color: white;
}

.topnav1_act {
   font-weight: normal;
   font-family: Verdana, sans-serif;
   font-size: 80%;
   width: 150px;
   color: black;

   background-color:#1D9EDE;
}
.topnav1_act a {
   text-decoration: none;
   color: black;
}
.topnav1_act a:visited {
   text-decoration: none;
   color: black;
}
.topnav1_act a:hover {
   text-decoration: none;
   color: white;    
}

.topnav_ro {
background-color: green;
}


/* Top Navigation Menu 3rd Level */
.topnav2 {
   font-family: Verdana, sans-serif;
   font-size: 80%;
   font-weight: normal;
   background-color: #4682B4;
   color: white;
}  
.topnav2 a:link {
   text-decoration: none;
   color: white;     
}
.topnav2 a:visited {
   text-decoration: none;
   color: white;
}
.topnav2 a:active {
   text-decoration: none;
   color: white;    
}
.topnav2 a:hover {
   text-decoration: none;
   color: orange;
}

.topnav2_act {
   font-family: Verdana, sans-serif;
   font-size: 80%;
   font-weight: normal;
   color: white;
}

.topnav2_act a {
   font-weight: normal;
   color: white;
}
.topnav2_act a:visited {
   text-decoration: none;
   color: white;    
}
.topnav2_act a:hover {
   text-decoration: none;
   color: orange;
}