div.titlebar {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 57px;
        z-index: 4;
}

.login {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	font-size: 8pt;
	text-decoration: none;
	text-align: right;
	padding-right: 0.5em;
	color: #003366;
}

.titlestrip {
	background: #6699CC;
	height: 37px;
}

.titlestrip h1 {
	float: left;
	padding-left: 0.3em;
	padding-top: 8px;
	margin: 0;
}

.menubar {
	background: #336699;
	clear: both;
}

.podtop {
	float: left;
	background: #6699CC;
	width: 170px;
}

.podbottom {
	float: left;
	background: #336699;
}

.podlogo {
	float: left;
	padding-top: 2px;
	width: 35px;
}

.menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menubar ul li {
	display: inline;
	float: left;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}

.menubuttonon {
	width: 5em;
	height: 18px;
	padding-top: 2px;
	color: #336699;
	text-align: center;
	background-color: #6699CC;
	cursor: default;
}

.menubar ul li a {
	display: block;
	width: 5em;
	height: 18px;
	padding-top: 2px;
	color: #6699CC;
	text-decoration: none;
}

.menubar ul li a:visited {
	color: #6699CC;
}

.menubar ul li a:hover {
	background-color: #B4DEFF;
}

#menu ul {
	float: right;
}

#menu ul li {
	border-left: 1px solid #6699cc;
}

#podnav ul {
	float: left;
}

#podnav ul li {
	border-right: 1px solid #6699cc;
}

#podnav .admininfo {
	float: right;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 2px;
}


