/****************************************************************************************
	Menu
****************************************************************************************/
/*#logo {
	content: url('Images/menu-refresh.png');
	margin-left: 9px;
}*/

#logo {
    background: url('Images/menu-refresh.png');
    width: 50px;
    height: 50px;
    margin-left: 9px;
}

#menu-panel {
	position: absolute;
	
	z-index: 10;
	
	height: 748px;
	width: 195px;
	border: 0px;
	
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-o-transition: width 0.4s;
	-ms-transition: width 0.4s;
}

#menu {
	width: 196px;
	height: 748px;
	overflow-x: hidden;
	overflow-y: auto;

	background: #1F1F1F;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu .menu-separator {
	width: 1px;
	height: 748px;
	background-color: #282625;
	float: right;
}

#menu > ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	position: absolute;
	width: 193px;
	height: 730px;
}

#menu li.separator {
	height: 10px;
	background: transparent url('Images/menu-separator.png') 0 0 no-repeat;
}

#menu li.logo-menu {
	height: 62px;
}

#menu li.bottom-menu {
	position: absolute;
	bottom: 0px;
}

#menu li.history-separator {
	margin-top: 50px;
}

#menu > ul > li {
	display: block;	
	position: relative;
}

#menu > ul > li.active {
	/*
	box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset;
	
	background-color: #3a3a3a;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#242424), to(#3C3C3C));
	background-image: -webkit-linear-gradient(top, #242424 0%, #3C3C3C 100%);
	background-image: -moz-linear-gradient(top, #242424 0%, #3C3C3C 100%);
	background-image: -ms-linear-gradient(top, #242424 0%, #3C3C3C 100%);
	background-image: -o-linear-gradient(top, #242424 0%, #3C3C3C 100%);
	background-image: linear-gradient(top, #242424 0%, #3C3C3C 100%);
	*/
}

#menu > ul > li > a {
	padding: 3px 0 3px 10px;
	display: block;
	color: #fff;
	
	text-shadow: none;
	text-decoration: none;
	font-weight: bold;
}

#menu li.active > a {
	color: #507896;
}

#menu > ul > li.open.submenu > a {
	border-bottom: 1px solid #393939;
}
#menu > ul > li.open.active.submenu > a {
	border-bottom: 1px solid #2A2A2A;
}

#menu > ul > li > a > .label {
	margin: 12px 20px 0 0;
	float: right;
	padding: 3px 5px 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	
	background-color: #333333;
}

#menu > ul ul {
	display: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
	
	border-top: 1px solid #4E4E4E;
	background-color: #444;
}

#menu > ul li.open ul {
	display: block;
}

#menu > ul ul li a {
	padding: 5px 0 5px 23px;
	display: block;
	color: #fff;
	
	text-shadow: none;
	text-decoration: none;
	font-weight: bold;
}

#menu > ul ul li a span {
	margin: 0 0 0 13px;
}

#menu > ul ul li:first-child a {
	border-top: 0;
}
#menu > ul ul li:last-child a {
	border-bottom: 0;
}

#menu > ul ul li.active a {
	color: #507896;
}

#menu li a img {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
}

#menu > ul ul li img {
	width: 25px;
	height: 25px;
}

#menu ul li div.menu-indicator {
	position: absolute;
	left: 45px;
	top: -5px;
	
	width: 16px;
	height: 16px;
	
	background: transparent url('Images/ico_redindex.png') 0 0 no-repeat;
}

#menu ul li div.menu-indicator span {
	display: block;
	margin: 0 0 0 4px;
	color: #fff !important;
	font-size: 12px;
}

/****************************************************************************************
	Right Menu
****************************************************************************************/
#menu-right {
	width: 90px;
	height: 748px;
	overflow-x: hidden;
	overflow-y: auto;
	
	z-index: 10;
	
	position: absolute;

	background: #1F1F1F;
	
	-webkit-transform: translate(1129px, 0px);
	-moz-transform: translate(1129px, 0px);
	transform: translate(1129px, 0px);
	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	
	z-index: 30;
}

#menu-right.closed {
	-webkit-transform: translate(1219px, 0px);
	-moz-transform: translate(1219px, 0px);
	transform: translate(1219px, 0px);
}

#menu-right #menu-right-wrapper {
	width: 80px;
	height: 748px;
	overflow: hidden;
	
	left: 10px;
	
	position: relative;
}

#menu-right #menu-right-wrapper .menu-right-content {
	display: none;
}

#menu-right #menu-right-wrapper .selector {
	width: 40px;
	
	margin: 10px 0 20px 20px;
	
	text-shadow: none;
	text-align: center;
	
	background: #242424;
	
	border: 1px solid #0A0A0A;
	-moz-border-radius: 	.3em;
	-webkit-border-radius: 	.3em;
	border-radius: 			.3em;
}

#menu-right #menu-right-wrapper .selector div {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 10px 0;
	
	cursor: pointer;
}

#menu-right #menu-right-wrapper .selector div a {
	text-decoration: none;
	color: #fff;
}

#menu-right #menu-right-wrapper .selector div img {
	position: relative;
	top: 3px;
}

#menu-right #menu-right-wrapper .selector div.selected {
	width: 56px;
	
	margin: 10px 0 10px -8px;
	padding: 8px 0 8px 0;
	
	color: #000;
	
	background: #F9F9F9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #F9F9F9 ), to( #A5A5A5 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #F9F9F9 , #A5A5A5 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #F9F9F9 , #A5A5A5 ); /* FF3.6 */
	background-image:     -ms-linear-gradient( #F9F9F9 , #A5A5A5 ); /* IE10 */
	background-image:      -o-linear-gradient( #F9F9F9 , #A5A5A5 ); /* Opera 11.10+ */
	background-image:         linear-gradient( #F9F9F9 , #A5A5A5 );
	
	-moz-border-radius: 	.3em;
	-webkit-border-radius: 	.3em;
	border-radius: 			.3em;
}

#menu-right #menu-right-wrapper .selector div.selected a {
	text-decoration: none;
	color: #000;
}

#menu-right #menu-right-wrapper .selector.button div.selected {
	margin: 0 0 0 -8px;
}

#menu-right #menu-right-wrapper .selector-popup-origin {
	margin-left: -260px;
	margin-top: 50px;
}

.selector-popup-header {
	min-width: 200px;	
}