#divBookmark {
	float: right;
}

#divLanguage {
	float: right;
	margin-left: 1em;
}

#divApp {
	float: right;
}

#appBlock {
	cursor: pointer;
	width: 16px;
	margin: 0 1em;
	font-size: 16px;
}

#appContent {
	display: none;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 320px;
	height: 100%;
	z-index: 9999;
}

#appArrow {
	position: absolute;
	right: 17px;
	width: 12px;
	height: 9px;
	z-index: 999;
	background-image: url("/images/mainFrame/appMenu/icon_tooltipsUpArrow.png");
}

#appList {
	position: absolute;
	top: 6px;
	width: 100%;
	z-index: 998;
	max-height: 580px;
	margin: 0 auto;
	background-color: white;
	border: 2px solid rgba(4, 129, 177, 0.4);
	border-radius: 2px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

	#appList ul {
		list-style-type: none;
		padding-left: 10px;
		overflow-y: auto;
		min-height: 90px;
		max-height: 500px;
	}

		#appList ul > li {
			float: left;
			width: 80px;
			height: 70px;
			margin: 5px;
			padding: 5px;
			text-align: center;
			border: 1px solid white;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}

			#appList ul > li:hover {
				border-color: rgba(4, 129, 177, 0.4);
			}

			#appList ul > li > a {
				font-size: .9em;
			}

			#appList ul > li > a > img {
				width: 36px;
			    height: 36px;
				margin: 0 auto;
			}

