/************************************************************
MEMBER MINIMAL
************************************************************/
/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */



/************************************************************
  GENERAL
************************************************************/

.sf-menu a {
	border-right: 1px solid #DDD;
}
.sf-menu .last a {
	border-right: none;
}

.sf-menu ul {
    background: none repeat scroll 0 0 #DDD;
    /*box-shadow: 0 2px 8px -3px #000;*/
}


.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    color: #000;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu li.sfHover {/*hover state*/
	background: none repeat scroll 0 0 #DDD;
}

.sf-menu a.active, .sf-menu a.active-trail { /* active state */
	background: none repeat scroll 0 0 #D5D5D5;
}
.sf-menu li .leaf a:hover{/*dropdown link background*/
	background: none repeat scroll 0 0 transparent;
}

/* INTERIOR NAVIGATION */

.block-section-menu ul li.leaf {
    border-bottom: 1px solid #ccc;
    padding: 1em;
}
.block-section-menu ul li.last.leaf {
    border-bottom: none;
}


/* QUICKTABS */

ul.quicktabs-tabs li.active a,
ul.quicktabs-tabs li a:hover {
    background: none repeat scroll 0 0 transparent;
    font-weight: bold;
}
ul.quicktabs-tabs li a {
    background: none repeat scroll 0 0 transparent;
}
