#app-menu{
	position: absolute;
	bottom: 0px;	
	height: 210px;
	width: 100%;	
		
	border-style: solid;
	border-color: #00f;
	border-width: 0px;
}

#app-icons{
	background: url(../images/capps/header-shadow.png) repeat-x left top;
	position: absolute;
	height: 118px; /* heighest is 108px; */
	width: 100%;
	bottom: 0px;
}

#app-icons img {
	position: relative;
	top: 15px; /* must be equal to #app-menu #menu_preview.top */	
}

#app-icons .iconSeparator {
	width: 4px;
}


#app-stripes {
	position: absolute;
	top: 65px;
}

#app-stripes img{
	position: relative;
	margin-right: 33px;
}

#app-menu .iconSeparator{
	margin-left: 15px;
	margin-right: 15px;
}

#app-menu .coolText{
	margin-bottom: 28px;
	margin-left: 30px;
}

#app-menu a{
	color:#FFF;
	text-decoration:none;
}

#app-menu img{
	float: left;
}

#app-menu #menu_preview {
	top: 15px; /* must be equal to #app-icons img.top */	
	margin-left:10px;
	float: left;
	height: 60px;
	width: 468px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#app-menu #menu_preview_inner {
	position: absolute;
	top: 0px;
}

#app-menu #menu_preview_inner .preview_text {
	height: 60px;
	font-size: 25px;
	overflow: hidden;
}

#app-menu #menu_preview_inner .preview_text span {
	display: block;
	margin: 18px 0 0 10px;
}

#app-menu #menu_add {
	height: 60px;
}

#page-id {
	visibility: hidden;
}

#page-menu {
	position: absolute;
	top:0px;
	right: 0px;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}