/* 
  -----------------------------------
  Tree Menu Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 11 - Neon Right Aligned
  -----------------------------------
*/

.p7TM3-11 {
	font-size: 1em;
	padding: 10px;
	/*background-color: #e2cca7;*/
}
.p7TM3-11:after {
	/*content: "\0020";*/
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TM3-11.rounded-corners {
	/*border-radius: 5px;*/
}
.p7TM3-11.outer-shadow {
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
.p7TM3-11 ul {
	margin: 0;
	padding: 0;
}
.p7TM3-11 ul ul {
	margin-left: 20px;
	margin-bottom:10px;
}
.p7TM3-11 ul ul ul {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
	background: none;
	box-shadow: none;
}
.p7TM3-11 li {
	list-style-type: none;
}
.p7TM3-11 ul ul li {
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.p7TM3-11 ul a {
	color: #666;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px 8px 5px 20px;
	margin-bottom: 8px;
	text-decoration: none;
	text-align: left;
	transition: all linear .35s 0s;
	/*font-family: "Lucida Console", Monaco, monospace;*/
}
.p7TM3-11.rounded-corners ul a {
	/*border-radius: 5px;*/
}
.p7TM3-11 ul a:hover,
.p7TM3-11 ul a:focus {
	outline: none;
	color: #c33;
	text-decoration:underline;
	
}
.p7TM3-11 ul ul a {
	font-size: 1em;
	font-family: "Segoe UI", "Gill Sans", Optima, "Droid Sans", sans-serif;
	padding: 2px 8px 2px 20px;
	text-align: left;
	color:#666;
	border: none;
	margin-bottom:2px;
}
.p7TM3-11 ul ul a:hover,
.p7TM3-11 ul ul a:focus {
	background-color: transparent;
	color:#333;
}
.p7TM3-11 a.trig_closed {
	background-image: url(img/tm3_neon_plusBlue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TM3-11 a.trig_closed:hover,
.p7TM3-11 a.trig_closed:focus
{
	background-image: url(img/tm3_neon_plusWhite.gif);
	color: #FFF;
	background-color: #327CB5;
}
.p7TM3-11 ul ul a.trig_closed {
}
.p7TM3-11 a.trig_open {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/tm3_neon_minusWhite.gif);
	color: #FFF;
	background-color: #327CB5;/*#69A4FE;*/
}
.p7TM3-11 ul ul a.trig_open {
	color: #FFF;
	background-color: #327CB5;
}
.p7TM3-11 a.current_mark {
	font-weight: bold;
	color:#c33;
}
.p7TM3-11 ul ul a.current_mark {
	text-decoration: underline;
	
}
.p7TM3-11_toggle_all {
	margin: 0 0 12px 0;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.p7TM3-11_toggle_all a {
	color: #000;
}
.p7TM3-11_toggle_all a:hover, .p7TM3-11_toggle_all a:focus, .p7TM3-11_toggle_all a:active {
	color: #327CB5;
	outline: none;
	background: none;
}
/*Toolbar for Smartphones to Hide or Show entire menu*/
.p7TM3-toolbar {
	display: none;
}
/*IE10 Kill Default Active Background*/
.p7TM3-11 a:active {
	background-color: transparent;
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7TM3-11_toggle_all {
	display: none;
}
.p7TM3-11.responsive .p7TM3-toolbar {
	position: relative;
	z-index: 999;
	display: block;
	text-align: right;
	cursor: pointer;
	background-color: #666;
	border-radius: 5px;
	padding: 10px 5px 10px 10px;
}
.p7TM3.responsive ul.closed {
	display: none;
}
.p7TM3.responsive ul.opened {
	display: block;
}
.p7TM3-11.responsive .p7TM3-toolbar img {
	border: none;
	vertical-align: bottom;
}
#p7TM3tb_1 a{color:#fff; text-decoration:none;}


/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
