#menu_home {
  background: url(/gfx/menu_bg_blue.jpg);
  background-color: #1d3747;
  color: white;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #dddddd;  
}
#menu_home A {
  color: white;
}

#menu_publishing {
  background: url(/gfx/menu_bg_blue.jpg);
  background-color: #1d3747;
  color: white;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #dddddd;
}
#menu_publishing A {
  color: white;
}

#menu_multimedia {
  background: url(/gfx/menu_bg_blue.jpg);
  background-color: #1d3747;
  color: white;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #dddddd;
}
#menu_multimedia A {
  color: white;
}

#menu_events {
  background: url(/gfx/menu_bg_blue.jpg);
  background-color: #1d3747;
  color: white;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #dddddd;
}
#menu_events A {
  color: white;
}


.menuitem {
  border-right: 1px solid #cccccc;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  width: 99px;
  color: black;
  height: 99px;
  float: left;
  padding: 0px;
}

.menuitem A {
  color: black;
  font-weight: bold;
}

.menuitem_selected {
  border-right: 1px solid #bbbbbb;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: url(/gfx/menu_bg_none.jpg);
  cursor: pointer;
  width: 99px;
  color: black;
  height: 99px;
  float: left;
  padding: 0px;
}

.menuitem_selected A {
  font-weight: bold;
  color: black;
}



.menuitem P, .menuitem_selected P {
  margin: 0px;
  padding: 10px;
  padding-top: 30px;
}


.submenu {
  clear: left;
  float: left;  
  min-height: 600px;
  padding-bottom: 20px;
  width: 230px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.submenu H2 {
  margin: 0px;
  margin-bottom: 3px;
  padding-top: 5px;
  font-size: 24px;
  color: white;
  font-weight: normal;
}

.link_publishing {
  color: #1d3747;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.link_multimedia {
  color: #1d3747;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.link_events {
  color: #1d3747;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;  
}
.link_user {
  color: #1d3747;
  font-family: 'Trebuchet MS';
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;  
}


.submenu A {
  text-decoration: underline;
}
.submenu A:hover {
  color: black;
}

.submenuitem {

}


