/*
 * $Id: cutemenu.css,v 1.2.2.6 2010/04/04 23:43:59 alexiswilke Exp $
 *
 * Default CSS presenting a default CuteMenu CSS
 */

.cutemenu-bar {
  clear: both;
  display: block;
}


.cutemenu-baritem {
  float: left;
  display: block;
  margin: 0px 20px;
  padding: 0px;
  height: 30px;
  color: #eeeeee;
}
.cutemenu-active {
  color: white;
}
.cutemenu-baritem-left {
  display: block;
  margin: 0;
  padding: 0 0 0 11px;
  background: url(../images/green-button-left.html) no-repeat 0 0;
}
.cutemenu-baritem-right {
  display: block;
  margin: 0;
  padding: 0 11px 0 0;
  background: url(../images/green-button-right.html) no-repeat 100% 0;
}
.cutemenu-baritem-content {
  display: block;
  background: url(../images/green-button-center.html) repeat-x 0 0;
  margin: 0px;
  padding: 4px 9px 0;
  height: 30px;
  font-size: 15px;
}

.cutemenu-baritem-content .cutemenu-link {
  display: block;
  color: #eeeeee;
  text-decoration: none;
}
.cutemenu-baritem-content .cutemenu-link:hover {
  display: block;
  color: white;
  text-decoration: none;
}
.cutemenu-baritem a {
  display: block;
}

/* By default, hide the sub-menus, these are dropdowns */
.cutemenu-dropdown-wrapper {
  position: absolute;
  margin: 5px 0 0 0;
  display: none;
  z-index: 10;
  text-align: left;
}

.cutemenu-dropdown-topleft {
  background: url(../images/green-dropdown-topleft-square.html) no-repeat 0 0;
}
.cutemenu-dropdown-top {
  margin-left: 11px;
  margin-right: 11px;
  padding-top: 11px;
  background: url(../images/green-dropdown-top.html) repeat-x 0 0;
}
.cutemenu-dropdown-topright {
  background: url(../images/green-dropdown-topright.html) no-repeat 100% 0;
}

.cutemenu-dropdown-bottomleft {
  background: url(../images/green-dropdown-bottomleft.html) no-repeat 0 100%;
}
.cutemenu-dropdown-bottom {
  margin-left: 11px;
  margin-right: 11px;
  padding-top: 11px;
  background: url(../images/green-dropdown-bottom.html) repeat-x 0 100%;
}
.cutemenu-dropdown-bottomright {
  background: url(../images/green-dropdown-bottomright.html) no-repeat 100% 100%;
}

.cutemenu-dropdown-left {
  margin: 0px;
  padding: 0px;
}

.cutemenu-dropdown-content {
  display: block;
  background: #cfec93 url(../images/green-dropdown-center.html) repeat-x 0 0;
  min-height: 300px;
  border-left: 1px #797979 solid;
  border-right: 1px #797979 solid;
  margin: 0px;
  padding: 5px 10px;
}

.cutemenu-title {
  padding: 5px 0;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  border-bottom: 1px #e0eecc solid;
  color: #000066;
}


.cutemenu-subitem {
  padding: 5px 0;
  font-size: 10px;
  white-space: nowrap;
  border-bottom: 1px #e0eecc solid;
}
.cutemenu-subitem-active {
  background: url(../images/white-gradient.html) repeat-x 0 0;
}

.cutemenu-subitem .cutemenu-link {
  display: block;
  margin: 0;
  padding: 0 10px;
  color: black;
  height: 20px;
  font-weight: bold;
  text-decoration: none;
}
.cutemenu-subitem .cutemenu-link:hover {
  color: #884400;
}



.cutemenu-dropdown-header {
  padding: 0px;
  margin: 0px;
  min-height: 50px;
}
.cutemenu-dropdown-header p {
  padding: 0px;
  margin: 0px;
}
.cutemenu-dropdown-footer {
  padding: 0px;
  margin: 0px;
}
.cutemenu-dropdown-footer p {
  padding: 0px;
  margin: 0px;
}
