@CHARSET "UTF-8";

.MenuBtnBackgrd{
	float:left;
	line-height:39px;
	width:40px;
	margin:3px 5px 3px 0;
	text-align:center;
	cursor:pointer;
}

.MenuBtnBackgrd:hover{
	color:#ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.6);

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
	background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
	
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.MenuBtnFocus{
	float:left;
	line-height:39px;
	width:40px;
	margin:3px 5px 3px 0;
	text-align:center;
	color:#ffffff;
	cursor:pointer;

	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #00A4FF 7%, #00A4FF 8%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #00A4FF), color-stop(8%, #00A4FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00A4FF 7%, #00A4FF 8%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00A4FF 7%, #00A4FF 8%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00A4FF 7%, #00A4FF 8%); /* IE10+ */
	background: linear-gradient(top, #00A4FF 7%, #00A4FF 8%); /* W3C */
}

.NavbarLeft{
	left:-120%;
	width:100%;
	position:absolute;
	display:block;

	-webkit-transition: all 0.12s ease;
	-moz-transition: all 0.12s ease;
	-o-transition: all 0.12s ease;
	-ms-transition: all 0.12s ease;
	transition: all 0.12s ease;
}

.NavbarMidd{
	left:0;
	width:100%;
	position:absolute;
	display:block;

	-webkit-transition: all 0.12s ease;
	-moz-transition: all 0.12s ease;
	-o-transition: all 0.12s ease;
	-ms-transition: all 0.12s ease;
	transition: all 0.12s ease;
}

.NavbarRight{
	left:120%;
	width:100%;
	position:absolute;
}

.NavbarMenuHidd{
	display:none;
	height:100%;
	width:15%;
	left:201px;
	top:0;
	background-color:#000000;
	position:absolute;

	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}

.NavbarMenuShow{
	z-index:2;
	height:100%;
	width:15%;
	left:201px;
	top:0;
	display:inline-block;
	color:#ffffff;
	text-align:center;
	background-color:#000000;
	position:absolute;

	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}

.A_Div{
	line-height:35px;
	color:#b1bdc1;
	background:transparent;
	cursor:pointer;
}

.A_Div:hover{
	color:white;
	background: -moz-linear-gradient(top,  #4f5964 10%, #000000 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4f5964), color-stop(90%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4f5964 10%, #000000 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4f5964 10%, #000000 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4f5964 10%, #000000 90%); /* IE10+ */
	background: linear-gradient(top, #4f5964 10%, #000000 90%); /* W3C */
}

.A_DivFocus{
	line-height:35px;
	color:rgba(0,164,255,1);
	text-shadow: 2px 2px 2px rgba(0,0,255, .2);

	-webkit-border-radius:50px 0 0px 0;
	-moz-border-radius:50px 0 0px 0;
	border-radius:50px 0 0px 0;

	background:#262e35;
	background:-moz-linear-gradient(top,  #262e35 90%, #FF6100 10%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(90%, #262e35), color-stop(10%, #FF6100)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #262e35 90%, #FF6100 10%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #262e35 90%, #FF6100 10%); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #262e35 90%, #FF6100 10%); /* IE10+ */
	background:linear-gradient(top, #262e35 90%, #FF6100 10%); /* W3C */

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.ChildPgFrameHidd{
	height:100%;
	width:100%;
	left:0;
	top:105%;
	position:absolute;
	border:none;

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.ChildPgFrameToTop{
	height:100%;
	width:100%;
	left:0;
	top:-105%;
	position:absolute;
	border:none;
}

.ChildPgFrameShow{
	height:100%;
	width:100%;
	left:0;
	top:0%;
	position:absolute;
	border:none;

	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
