/* CSS Document */
.topmenu {
   
   font:12px/1.3 arial,sans-serif;
   list-style-type:none;
  
}
.topmenu a {
  
   color:blue;
   font:12px verdana,arial,sans-serif;
  
   text-decoration:none;
}
.topmenu a:hover {
  
   color:#000000;
}
.topmenu a.selected  {
  
   color: #000000;
}

.topmenu a.active  {
  
   color:yellow;
}

