/* tmm3 - 01 - for crt */ 
/* for comfy rooms menu, suction cups */
/* depends on sbmenu codes in main style sheet for link styling - except current */

.p7TM3-01 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.25em;
	zoom: 1;
	z-index: 99;
}
.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: 0px;
}
.p7TM3-01 ul ul ul {
	border: none;
	margin-bottom: 0px;
	padding: 0px;
}	
.p7TM3-01 li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.p7TM3-01 li:first-child {
	border-top: 1px solid #ccc;
}
.p7TM3-01 ul ul li {
	background-color: #bcbcbc;
	border-bottom: 1px solid #fff;
}
.p7TM3-01 ul ul li:last-child {
	border-bottom: 1px solid #ccc;
}

.p7TM3-01 ul a {
	display: block;
	font-weight: 900;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	padding: 12px 8px 12px 15px;
	border-top: 2px solid;
	border-top-color: transparent;
}
.p7TM3-01 ul a:hover, .p7TM3-01 ul a:focus {
	outline: none;
}
.p7TM3-01 ul ul a {
	font-size: .9em;
	padding: 6px 8px 6px 25px;
	border-top: 0;
}

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

.p7TM3-01 ul ul a.trig_open {
	color: #333;
}
.p7TM3-01 ul li a.current_mark, .p7TM3-01 ul li a:hover.current_mark {
	border-top-color: #345878;
	border-bottom-color: #fff;
	color: #000;
	background-color: #ddd; !important;	
	text-shadow: 1px 1px 1px rgba(255,255,255,.2);
}
/*.
.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: #006600;
	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;
}
.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;
}
/*END MEDIA QUERY - DO NOT REMOVE CURLY BRACE BELOW*/
}
