/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 09 - Foxy Boxes
  -----------------------------------
*/
.p7SOM-09 {}
.p7SOM-09 ul {
	padding: 78px 4px 4px 4px;
	background:rgb(250,250,250,0);
}
.p7SOM-09 ul ul {
	padding: 5px 0px 0px 0px;
}
.p7SOM-09 ul ul ul {
	padding: 5px 0px 0px 0px;
}
.p7SOM-09 ul ul ul ul {
	padding: 5px 10px 0px 10px;
}
.p7SOM-09 ul ul ul ul ul {
	padding: 5px 10px 0px 10px;
}
.p7SOM-09 ul ul ul ul ul ul {
	padding: 5px 10px 0px 10px;
}
.p7SOM-09 ul li {
	padding: 2px 0px !important;
}

.p7SOM-09 ul ul li.somlast {
	padding-bottom: 6px !important;
}
.p7SOM-09 ul ul ul li.somlast {
	padding-bottom: 0px !important;
}
.p7SOM-09 ul ul ul ul li.somlast {
	padding-bottom: 0px !important;
}
.p7SOM-09 ul ul ul ul ul li.somlast {
	padding-bottom: 0px !important;
}
.p7SOM-09 ul ul ul ul ul ul li.somlast {
	padding-bottom: 0px !important;
}




/*Design View Background*/
.p7SOM-09.p7SOMnoscript ul {}

/*Trigger Sizes*/
.p7SOM a.trig_closed,
.p7SOM a.trig_open {
	font-size: 100%;
}
.p7SOM ul ul a.trig_closed,
.p7SOM ul ul a.trig_open {
	font-size: 100%;
}
.p7SOM-09 ul a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: .07em;
    text-transform:uppercase;
	padding: 0 4px 1px 18px;
	color: #000;
	text-decoration: none;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	background-color: #FFA615;
	border-radius: 8px;
    border:1px solid #000;
    font-size:13px;
}


.p7SOM-09 ul ul a {
	padding: 0 4px 1px 14px;
	font-size: 14px;
}

.p7SOM-09 ul ul a.trig_open {
	border-radius: 8px;
}

.p7SOM-09 ul a:hover {
	color: #fff;
}
.p7SOM-09 .som-header:hover {
	color: #FFF;
}
.p7SOM-09 ul ul a:hover {
	
}

.p7SOM-09 ul a.trig_open {
    background-color: #8564B3;
	color: #000;
}
.p7SOM-09 ul a.trig_open:hover {
	color: #fff;
	background-image: url(img/som-right-light.gif);
}
.p7SOM-09 a.trig_closed {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-09 ul ul a.trig_closed {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-09 a.trig_closed:hover {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-09 a.trig_open {
	background-image: url(img/som-down-dark.gif);
}

/*Level indentations */



/*CURRENT MARK */
.p7SOM-09 a.current_mark {
	font-weight: bold;
}

/*Toolbar */
.p7SOM-09.som-toolbar a {
	color: #FFA615 !important;
	background-color: transparent !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}

.p7SOM-09.som-toolbar.opened a {
	background-color: #FFA615 !important;
	color: #FFA615 !important;
}

/* Toolbar Icon Text */
.som-toolbar i {
    color: #000;
    display: block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .15em;
    font-size: 14px;
    font-style: normal;
    font-weight:600;
    margin-top: -36px;
    text-transform: uppercase;
	background-color: #FFA615;
	border-radius: 0 0 8px 8px;
    padding:4px 0;
}

.som-toolbar i:hover {
    color: #999;	
}

/*Menu Header */
.p7SOM-09 .som-header {
    font-family: 'Oswald', sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    background:#555555;
    border-radius:8px;
	padding: 8px 24px;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

}
