ul#css3menu1 {
   list-style:none;
   background-color: #5970B2;   /* color between top level choices */
   border-width:0;
   border-style:solid;
   border-color:;
}

ul#css3menu1 ul {
   margin-left: 0px;
   list-style:none;
   border-width:0 1px 1px 1px;
   border-style:solid;
/*   border-color:#C4C4C4; */
   border-color:;
   display:none;
   position:absolute;
   left:0;
   top:100%;
/*   padding: 4px 10px;*/
   padding: 0px 0px 0px 10px;
   background-color: #5970B2;
   background-color: red;
}

ul#css3menu1 li:hover>* {
   display:block;   /* important */
   background-color: #49A3FF;   /* of drop-down choices, when hovering over top level choices */
}

ul#css3menu1 li:hover {
   position:relative;
}

ul#css3menu1 ul ul {
   position:absolute;
   left:100%;
   top:0;
}

ul#css3menu1 { /* same as / continuation of this one at beginning of file; these are the drop-down items */
   padding: 0px 0px 0px 0;
   display:block;
   font-size:0;
   float:left;
}

ul#css3menu1 li {
   display:block;
   white-space:nowrap;
/*   font-size:0; */
   float:left;
}

ul#css3menu1>li,ul#css3menu1 li {
   margin: 0px 0px 0px 15px;
}

ul#css3menu1 ul>li {
   margin: 0px 0 0;
}

ul#css3menu1 a:active, ul#css3menu1 a:focus {
   outline-style:none;
}

ul#css3menu1 a { /* all the top level main menu items are <a>...</a> */
   display:block;
   vertical-align:middle;
   text-align:left;
   text-decoration:none;
   color: #FFF;
   font: bold 12px arial,sans-serif;
   cursor:pointer;
   padding-left: 0px; /*2px;*/
   padding-right: 0px; /*2px;*/
   background-color: #5970B2; /* of top menu choices when initially displayed */
/*   background-repeat:repeat;*/
   border-width:0px;
   border-style:none;
   border-color:;
}

ul#css3menu1 ul li {
   float:none;
/*   margin:3px 0 0; */
}

ul#css3menu1 ul a {
   text-align:left;
   padding:2px 2px;
   background-color:rgb(228,174,43);
   border-width:1px 0 1px 0;
   border-style:solid;
   border-color: rgb(255,192,56);
   border-radius:0px;
/*   font: bold 14px Trebuchet MS,Arial,sans-serif; */
   font: bold 30px Trebuchet MS,Arial,sans-serif;
   color: rgb(40,0,153);
   text-decoration:none;
}

ul#css3menu1 li:hover>a {
   background-color: #49A3FF;
   border-style:none;
/*   font: bold 14pt arial,sans-serif; */
   font: bold 12pt arial,sans-serif;
   color: #FFF;
   text-decoration: none;
}

ul#css3menu1 ul li:hover>a {
/*display: block; margin: 0 1px 0 0; padding: 4px 10px; background: #5970B2; color: #FFF; text-align: center; text-decoration: none; background-color: #49A3FF; color: #FFF;    font: 11px arial;*/
   background-color: #5970B2; /* of drop-down items when hovering over those choices */
   border-style:solid;
   border-color: rgb(51,163,163);
/*   font: bold 14px Trebuchet MS,Arial,sans-serif; */
   font: 12px arial;
   color: #FFF;
   text-decoration:none;
}

ul#css3menu1.topmenu {
   border-radius:0px;
}

ul#css3menu1 li.topmenu>a {
   height:12px;
   line-height:12px;
}

ul#css3menu1 li.topmenu:hover>a {
   background-color: #49A3FF;
   line-height:12px;
}

ul#css3menu1 li.topfirst>a { /* displayed top row of choices */
/* uses default background-color */
   height:16px;
   line-height:14px;
   border-width:1px 1px 0 1px;
   border-style:solid;
   border-color:transparent; /* of initial row of top menu choices */
/*   border-radius:4px 4px 0 0; */
}

ul#css3menu1 li.topfirst:hover>a { /* when cursor is hovering over a menu item in top row of choices */
   line-height: 16px;
   border-style:solid;
   border-color: #49A3FF;
   background-color: #49A3FF;
   font: bold 12px arial;
}

ul#css3menu1 ul p {
   text-align:left;
   margin: 0 1px 0 0;
   padding:2px 2px;
   background-color: #EAEBD8; /* of initial background in drop-down list under top row that are <p>, do not have links */
   border-width: 0;
   border-color: #EAEBD8;
   font: 12px arial;
   text-decoration:none;
   color: black;
}

ul#css3menu1 ul a {
   text-align:left;
   padding:2px 2px;
   background-color: #EAEBD8; /* of initial background in drop-down list under top row that have links */
   border-width:1px 0 1px 0;
   border-style:solid;
   border-color: #EAEBD8;
   font: 12px arial;
   color: #2875DE;
   text-decoration:none;
}
