#Navbar {
   padding:10px;
   background-color:#eee;
   border:1px dashed #999;
   line-height:17px;
}

.menu {
   list-style: none;
   margin: 0;
   padding: 0;
   border: none;
}

.menuitem { 
   border: none;
   text-align:left;
   font-size:10pt;
   font-family:arial,sans-serif;
   background-color:#eee;
}

.menutitle { 
   text-align:left;
   font-size:12pt;
   font-weight: bold; 
   font-family:arial,sans-serif;
   color: #0000FF; 
   background-color: #B0E0E6; /* powderblue     rgb(176, 224, 230) */
}

.menuitem a:link, .menuitem a:visited  { 
   text-decoration: none; 
   color: rgb( 0, 0, 205); /* mediumblue */
   border-bottom: 1px dashed rgb( 30, 144, 255); /* dodgerblue  rgb( 30, 144, 255) */
}

.menuitem a:hover { 
   text-decoration: underline; 
   color: rgb( 0, 0, 205); /* mediumblue */
   background-color:#eee;
   border-bottom: 1px solid rgb( 30, 144, 255); /* dodgerblue  rgb( 30, 144, 255) */
}

.menutitle a:link, .menutitle a:visited { 
   text-decoration: none;
   color: #0000FF; 
   border-bottom: 1px dashed rgb( 30, 144, 255); /* dodgerblue  rgb( 30, 144, 255) */
}

.menutitle a:hover { 
   text-decoration: underline;
   background-color: #B0E0E6; /* Same as menutitle. powderblue     rgb(176, 224, 230) */
   color: #0000FF; 
   border-bottom: 1px solid rgb( 30, 144, 255); /* dodgerblue  rgb( 30, 144, 255) */
}
