
/* 
  -----------------------------------
  Tree Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7TM3-01 {
  /*font-size: inherit;*/
  font-size: 1.1em;
  zoom: 1;
  font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;
  background-color: #d28fc3;
}

.p7TM3-01:after {
  content: "\0020";
  font-size: 0px;
  display: inline;
  overflow: hidden;
  line-height: 1;
}

.p7TM3-01 ul {
  margin: 0;
  padding: 0;
}

.p7TM3-01 ul ul {
/*padding: 6px 0px 12px 0px;*/
	/*border: 1px solid;
	border-color: #999;
	background-color: #FFFFFF;*/
}

.p7TM3-01.outer-shadow {
  box-shadow: 0px 0px 20px rgba(0,0,0,.5);
  padding: 10px;
}

.p7TM3-01.outer-shadow.rounded-corners {
  border-radius: 4px;
}

.p7TM3-01.outer-shadow ul a.tm3last {
  border-bottom: none !important;
}

.p7TM3-01.rounded-corners ul ul {
  border-radius: 5px;
}

.p7TM3-01 ul ul ul {
  border: none;
  margin-bottom: 0px;
  padding: 0px;
}

.p7TM3-01 li {
  list-style-type: none;
  margin: 0;
}

.p7TM3-01 ul ul li {
  /*padding-left: 1em;
  padding-right: 1em;*/
}

.p7TM3-01 ul a {
  background-image: url(img/tm3_east_pink.gif);
  background-repeat: no-repeat;
  background-position: right center;
  color: #333;
  display: block;
  padding: 3px 18px 3px 0px;
  text-decoration: none;/*border-bottom: 1px dotted;*/
  text-align: right;
}

.p7TM3-01 ul a.green {
  color: rgb(29, 128, 0);
  font-size: 1.2em;
}

.p7TM3-01 ul a:hover, .p7TM3-01 ul a:focus {
  background-color: rgba(102,102,102,1.00);
  background-image: url(img/tm3_east_green.gif);
  color: #fff;
  /*border-bottom-style: solid;*/
  outline: none;
}

.p7TM3-01 ul ul a {
  font-size: .9em;
  border: none;
  /*padding-left: 1em;*/
  /*padding-right: 1em;*/
  padding: 3px 36px 3px 18px;
}

.p7TM3-01 ul ul a:hover, .p7TM3-01 ul ul a:focus {
  border: none;
}

.p7TM3-01 ul ul a.p7tm3_page:after {
/*content: "\27B2";
	color: #DBDBDB;
	-webkit-transition: color linear .4s .1s;
	transition: color linear .4s .1s;*/
}

.p7TM3-01 ul ul a.p7tm3_page:hover:after {
/*content: "\27B2";
	color: #666;*/
}

.p7TM3-01 a.trig_closed {
  /*background-image: url(img/tm3_east_black.gif);
  background-repeat: no-repeat;
  background-position: right center;*/
}

.p7TM3-01 a.trig_open {
  /*background-image: url(img/tm3_south_black.gif);
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom-color: transparent;*/
}

.p7TM3-01 ul ul a.trig_open {
  color: #000;
}

.p7TM3-01 a.current_mark {
  font-weight: bold;
}

.p7TM3-01 ul ul a.current_mark {
  font-weight: bold;
}

.p7TM3-01_toggle_all {
  margin: 0 0 12px 0;
  display: block;
  font-size: .75em;
  text-transform: uppercase;
}

.p7TM3-01_toggle_all a {
  color: #000;
}

.p7TM3-01_toggle_all a:hover, .p7TM3-01_toggle_all a:focus, .p7TM3-01_toggle_all a:active {
  color: #C30;
  outline: none;
  background: none;
}

/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7TM3-toolbar {
  display: none;
}

/*IE10 Kill Default Active Background*/
.p7TM3-01 a:active {
  background-color: transparent;
}

/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {

.p7TM3-01_toggle_all {
  display: none;
}

.p7TM3-01.responsive .p7TM3-toolbar {
  position: relative;
  z-index: 999;
  display: block;
  text-align: left;
  padding: 6px;
  cursor: pointer;
  /*background-color: #222;*/  
  background-color: #d28fc3;
}

.p7TM3-01.responsive .p7TM3-toolbar a {
  color: #fff;
  font-size:1.3333em; /* 16px */
  text-decoration: none;  
}

.p7TM3-01.responsive .p7TM3-toolbar.closed a:after {
  color: #fff;
  content: " \0020 Show Menu \0020";
  text-decoration: none;
}

.p7TM3-01.responsive .p7TM3-toolbar.opened a:after {
  color: #fff;
  content: " \0020 Hide Menu \0020";
  text-decoration: none;
}

.p7TM3.responsive ul.closed {
  display: none;
}

.p7TM3.responsive ul.opened {
  display: block;
}

.p7TM3-01.responsive .p7TM3-toolbar img {
  border: none;
  display: inline-block;
  vertical-align: baseline;
}

.p7TM3-01 ul a {
  text-align: left;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
