FORM {
	margin: 0;
	padding: 0;
}

#headerHolder {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 80px;
	width:100%;
}
#readbar{
	display:none;
}
#redbar-mail{
	position: relative;
	height: 16px;
	background:#CC0000 url(/visuals/services/mail/zapp.screen.redliner.gif) repeat-x center;
	width:100%;
	margin-top:-10px;
}
#headerHolder #logo {
	background-image: url(/visuals/guest/images/zappLogo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 80px;
	width: 120px;
	position: relative;
	padding-left:10px;
	left: 0px;
	top: 0px;
}
#quote {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	left:150px;
	top:10px;
	width:500px;
}

#quote-mail {
	display:none;
}

#userInfo{
	position:absolute;
	top:10px;
	right:0px;
}

#flag-logged {
	position: relative;
	height: 13px;
	width: 20px;
	cursor: pointer;
	float:right;
	margin-right: 8px;
}

#home {
	background-image: url(/visuals/guest/images/home.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 21px;
	width: 21px;
	cursor: pointer;
	float:right;
	margin-top:-4px;
}

#name {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	float:right;
	width:auto;
	margin-left:10px;
	margin-right:10px;
}

#logout {
	background-image: url(/visuals/guest/images/logout.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 21px;
	width: 21px;
	cursor: pointer;
	float:right;
	margin-top:-1px;
}

#left-menu{
	position:absolute;
	top:55px;
	left:130px;
	width:auto;
	z-index:100;
}

#left-menu-mail{
	position:absolute;
	top:18px;
	left:130px;
	width:auto;
	z-index:100;
}


#right-menu{
	position:absolute;
	top:57px;
	right:10px;
	width:auto;
}

#right-menu-mail{
	display:none;
}



a.menuitem {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	float: left;
	position: relative;
	bottom: 0px;
	text-decoration: none;
	padding:3px;
	border: 1px solid #fff;
}

a.menuitem:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	float: left;
	position: relative;
	bottom: 0px;
	text-decoration: none;
	padding:3px;
	background-color: #fee;
	border: 1px solid #ff7575;
}

.menuDivider {
	text-align: center;
	float: left;
	width: 10px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:3px;
	bottom: 0px;
}

a.menuitemRight {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	float: right;
	position: relative;
	padding: 3px;
	bottom: 0px;
	text-decoration: none;
}

a.menuitemRight:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	float: right;
	position: relative;
	padding: 3px;
	bottom: 0px;
	background-color:#fee;
	text-decoration: underline;
}

.menuDividerRight {
	text-align: center;
	float: right;
	width: 20px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	bottom: 0px;
}

#flag-notlogged {
	position: relative;
	height: 13px;
	width: 20px;
	cursor: pointer;
	float:left;
	margin-top:3px;
	margin-right: 8px;
}

#register{
	position:relative;
	float:left;
	margin-right:10px;
	margin-top:5px;
}

#login {
	position:absolute;
	float: right;
	width:390px;
	top:10px;
	right: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#login input {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:60px;
}

#mail-header-nav{
	position:absolute;
	top:52px;
	left:200px;
}



