/* Skins
 *
 * Skin styles should be limited to typography, colors, and
 * backgrounds. Except for text elements (i.e. h3, megamenu-title,
 * etc.), widths, margins, and padding of structural blocks are
 * set in the administration area.
 *--------------------------------------------------------*/

/* @group Minimal */

.megamenu-skin-minimal li {
    float: left;
    margin-left: 3%;
    position: relative;
}

.megamenu-skin-minimal .megamenu-title {
	font-size:100%;
	font-weight:normal;
}

.megamenu-skin-minimal .megamenu-bin {
   background-color: white;
    border: 1px solid #C5C5C5;
    left: 0;
    padding-bottom: 5px;
    position: absolute;
    top: -9000px;
}
.megamenu-skin-minimal .megamenu-link {
	font-size:85%;
}




/* @end Minimal*/



/* @group friendly (ucsf theme)*/

/* overrides - begin */

	.megamenu-skin-friendly li{
		margin:0px;
		padding:0px;
		line-height:120%;
	}
  .megamenu-skin-friendly *{
		list-style:none;
	}

/* overrides - end */

