/*
  menu9_def.css
  Default styles for CBE Cascading Drop-down Menu
  Cross-Browser.com
*/

.marker {
  font-family:verdana,arial,helvetica,sans-serif; font-size:12px;
  color:gray; background:transparent; font-style:italic;
}
.mLabel {
  font-family:verdana,arial,helvetica,sans-serif; font-size:12px;
  font-weight:bold; color:#00cccc; background:#030047;
/*  width:200px; height:auto; */
  margin:4px 0 0 0; padding:2px;
  border-top:1px solid #030047; border-left:1px solid #030047;
  border-bottom:1px solid gray; border-right:1px solid gray;
}
.mBox {
  font-family:verdana,arial,helvetica,sans-serif; font-size:12px;
  color:gray; background:#030047;
/*  width:200px; height:auto; */
  margin:0 0 0 10px; padding:2px; line-height:1.3em;
  border-top:1px solid #030047; border-left:1px solid #030047;
  border-bottom:1px solid gray; border-right:1px solid gray;
}
.mItem {
  background:transparent;
  margin:0; padding:0;
}
