div.outer {
	font: 10px 'helvetica neue', helvetica, arial, sans-serif;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

div.outer ul li#current a,
div.outer ul li#current a:hover {
	color: #ebabc4;
	cursor: default;
	outline: none;
	text-decoration: none;
}

div.outer a {
	color: #fff;
	outline: none;
	text-decoration: underline;
}

div.outer a:hover {
	color: #fff;
	text-decoration: none;
}

div.outer div.menu {
	height: 20px;
	right: 25px;
	position: fixed;
	_position: absolute;
	top: 10px;
	z-index: 9999;
}

div.outer div.family {
	bottom: 10px;
	height: 20px;
	right: 25px;
	position: fixed;
	_position: absolute;
	z-index: 9999;
}

div.outer div.menu ul,	
div.outer div.family ul {
	background-color: #ea4081;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}

div.outer div.menu ul li,
div.outer div.family ul li {
	color: #fff;
	float: left;
	font-weight: bold;
	margin-left: 10px;
}

div.outer div.menu ul li.logo,
div.outer div.family ul li.logo {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

div.outer div.iframeWrapper {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	_position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

div.outer iframe.iframe {
	height: 100%;
	width: 100%;
}