body { /* style of BODY */
}
#pushcontentwrapper { /* wrapper around page content other than menu markup */
	position: relative;
	width: 100%;
}
.left { /* shared class for horizontal push menu */
	color: #fff;
	width: 100%;
	max-width: 161px;
	z-index: 1000;
	font-size: 14px;
	display: block;
	overflow-y: auto;
	-moz-transition: all 100ms ease-in-out; /* Menu transition. Actual duration controlled by script */
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.left a {
	color: #f28d16;
	background: url(/images/muiten.gif) no-repeat right #fff;
	font-size: 14px; font-family: myfontbold, Arial, Cambria, Tahoma, Helvetica, sans-serif; 
}
.left ul.trai { /* Push menu main UL style */
	padding: 0;	margin: 0;	list-style: none;
	font-family: myfontbold, Arial, Cambria, Tahoma, Helvetica, sans-serif; 
	font-weight: none;
}
.left ul.trai li {
	margin-bottom: 0px;
}
.left ul.trai a {
	font-size: 14px; margin: 15px 0 0 30px; display: block;
	text-decoration: none;
	border-bottom: 0px #fff solid;
}
.left ul.trai a i { /* Fontawesome icon style */
	margin-right: 0px;
}
.left ul.trai a:hover {
	background: #fff;
	color: #f00;
	background: #fff url(/images/muiten.gif) right no-repeat;
}

