/*
-----------------------------------------------
Millstream: Menu Styles
-----------------------------------------------
colours:

  #fff2dc   ivory       background;
  #90afff   light-blue  header;
  #1d419f   dark-blue   menu top-level;
  #002688   dark-blue   menu hover
  #7f0000   dark-red    sidebar
----------------------------------------------- */
div#topmenu {
  display:flex;
  justify-content: center;
  height:100px;
  width:100%;
}
div#topmenu-left {
  float:left;
}
div#topmenu-left div#topmenu-top {
  background: url(../img/ivory_ctl.png);
  height: 20px;
  width: 20px;
}
div#topmenu-left div#topmenu-middle {
  background: url(../img/ivory_l.png);
  height: 45px;
  width: 20px;
}
div#topmenu-left div#topmenu-bottom {
  background: url(../img/ivory_cbl.png);
  height: 20px;
  width: 20px;
}

div#topmenu-right {
  float:left;
}
div#topmenu-right div#topmenu-top {
  background: url(../img/ivory_ctr.png);
  height: 20px;
  width: 20px;
}
div#topmenu-right div#topmenu-middle {
  background: url(../img/ivory_r.png);
  height: 45px;
  width: 20px;
}
div#topmenu-right div#topmenu-bottom {
  background: url(../img/ivory_cbr.png);
  height: 20px;
  width: 20px;
}

.internal div#topmenu-top div#topmenu-left {
  background: url(../img/red_ctl.png);
}

div#topmenu-top div#topmenu-middle {
  float:left;
  background: url(../img/ivory_t.png) repeat-y 0 100% !important;
  height: 20px;
}

.internal div#topmenu-top div#topmenu-middle {
  background: url(../img/red_t.png) repeat-x 0 100% !important;
}

div#topmenu-top div#topmenu-right {
  float:right;
  background: url(../img/ivory_ctr.png) repeat-y 0 100% !important;
  height: 20px;
  width: 20px;
}

.internal div#topmenu-top div#topmenu-right {
  background: url(../img/red_ctr.png) repeat-y 0 100% !important;
}
div#topmenu-bottom {
  position:relative;
}
div#topmenu-bottom div#topmenu-left {
  float:left;
  background: url(../img/ivory_cbl.png);
  height: 20px;
  width: 20px;
}

.internal div#topmenu-bottom div#topmenu-left {
  background: url(../img/red_cbl.png);
}

div#topmenu-bottom div#topmenu-middle {
  float:left;
  background: url(../img/ivory_b.png) repeat-x 0 100% !important;
  height: 20px;
}

.internal div#topmenu-bottom div#topmenu-middle {
  background: url(../img/red_b.png) repeat-x 0 100% !important;
}

div#topmenu-bottom div#topmenu-right {
  float:right;
  background: url(../img/ivory_cbr.png) repeat-y 0 100% !important;
  height: 20px;
  width: 20px;
}

.internal div#topmenu-bottom div#topmenu-right {
  background: url(../img/red_cbr.png) repeat-y 0 100% !important;
}

div#topmenu-sep {
  postion:relative;
}

div#topmenu-sep div#topmenu-left {
  float:left;
  background: url(../img/ivory_l.png);
  height: 10px;
  width: 20px;
}

div#topmenu-sep div#topmenu-middle {
  float:left;
  background: #1d419f;
  height: 10px;

}

div#topmenu-sep div#topmenu-right {
  float:right;
  background: url(../img/ivory_r.png) repeat-y 0 100% !important;
  height: 10px;
  width: 20px;
}

div#topmenu-item {  
  font-family: 'Chancery', cursive;
  float:left;
 /* width:13.7%; */
}

div#blogItem {
  position: relative;
}

div#topmenu-item div#topmenu-top {
  float:left;
  background: url(../img/ivory_t.png) repeat-x 0 100% !important;
  height: 20px;
  width: 100%;
}

.internal div#topmenu-item div#topmenu-left {
  float:left;
  background: url(../img/red_l.png) repeat-y 0 100% !important;
}

div#blogItem a#blog-item_top {
  float:left;
  color:#fff2dc;
  text-decoration:none;
  margin:0px 1px 1px 1px;
  padding: 10px 10px 0px 10px;
  background: #9f0000;
  height: 29px;
}

div#topmenu-item a#menu-item {
  color:#fff2dc;
  text-decoration:none;
  margin:1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
  background: #fdf3dc;
  height: 29px;
}

div#topmenu-item p#menu-item {
  float:left;
  color:#fff2dc;
  text-decoration:none;
  margin:1px;
  padding: 10px 15px 0px 15px;
  background: #fdf3dc;
  height: 28px;
}
div#topmenu-item a#menu-item {
    
  float:left;
  color:#030340;
  background: #fdf3dc;
  font-size: 22px;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  vertical-align:middle;
  margin:1px 1px 1px 1px;
  padding:10px 15px 0px 15px;
  height: 34px;
}

.internal div#topmenu-item a#topmenu-item_top {
  background: #7f0000;
}

div#topmenu-item a#menu-item_top:first-of-type{
  margin:1px;
  height: 28px;
}

div#blogItem p#blog-item {
  float:left;
  color:#fff2dc;
  text-decoration:none;
  margin:1px;
  padding: 10px 10px 0px 10px;
  background: #1d419f;
  height: 28px;
  width: 248px;
}

div#blogItem a#blog-item_top:first-of-type{
  margin:1px;
  height: 28px;
}

div#topmenu-item a#menu-item:hover, 
div#topmenu-item a#menu-item.current:hover{
  background: #1d419f;
  color:#fdf3dc;
}

.internal div#topmenu-item a#menu-item_top:hover, 
.internal div#topmenu-item a#menu-item_top.current:hover{
  background: #4f0000;
  color:#fff;
}

div#topmenu-item a#menu-item.current {
  background: #90afff;
}

.internal div#topmenu-item a#topmenu-item_top.current {
  background: #4f0000;
  color:#fff2dc;
}

div#topmenu-item a#topmenu-item_second {
  float:left;
  text-decoration:none;
  margin:0px 1px 1px 1px;
  padding: 10px 10px 0px 40px;
  background: #83A7FF;
  color:#1d419f;
  height: 29px;
}

div#topmenu-item a#topmenu-item_second.current {
  background: #002688;
  color:#fff2dc;
}

div#topmenu-item a#topmenu-item_second:hover, 
div#topmenu-item a#topmenu-item_second.current:hover{

  background: #fdf3dc;
  color:#90afff;

  /*
  background: #1d419f;
  color:#030340; 
  */
}

.internal div#topmenu-item a#topmenu-item_second:hover, 
.internal div#topmenu-item a#topmenu-item_second.current:hover{
  background: #4f0000;
  color:#fff;
}

.internal div#topmenu-item a#topmenu-item_second {
  background: #A52626;
  color:#fff2dc;
}

.internal div#topmenu-item a#topmenu-item_second.current {
  background: #4f0000;
  color:#fff2dc;
}

div#topmenu-item a#topmenu-item_third {
  float:left;
  text-decoration:none;
  margin:1px 1px 1px 1px;
  padding: 10px 10px 0px 70px;
  background: #90afff;
  color:#1d419f;
  height: 28px;
}

div#topmenu-item a#topmenu-item_third.current {
  background: #002688;
  color:#fff2dc;
}

div#topmenu-item a#topmenu-item_third:hover, 
div#topmenu-item a#topmenu-item_third.current:hover{
  background: #1d419f;
  color:#90afff;
}

.internal div#topmenu-item a#topmenu-item_third:hover, 
.internal div#topmenu-item a#topmenu-item_third.current:hover{
  background: #4f0000;
  color:#fff;
}

.internal div#topmenu-item a#topmenu-item_third {
  background: #A52626;
  color:#fff2dc;
}

.internal div#topmenu-item a#topmenu-item_third.current {
  background: #4f0000;
  color:#fff2dc;
}

div#topmenu-item div#topmenu-bottom {
  float:right;
  background: url(../img/ivory_b.png) repeat-x 0 100% !important;
  height: 20px;
  width: 100%;
}

.internal div#topmenu-item div#topmenu-right {
  background: url(../img/red_r.png) repeat-y 0 100% !important;
}

/*
div#topmenu a{
    padding: 10px;
    color:#90afff;
}

div#topmenu a{
    color:#90afff;
}
*/
