#header {
	border-top:6px solid #465D65;
	height:77px;
}
#logo {
	float:left;
	padding:17px 0px 0px 11px;
}
#login {
	text-align:right;
	float:right;
	padding:15px 14px 0px 0px;
	width:354px;
	height:55px;
	color:#737373;
}
#login #caption {
	text-align:left;
	height:15px;
	color:#F7941D;
	font-weight:bold;
	padding-left:20px;
	background-image:url(/images/login-icon.gif);
	background-repeat:no-repeat;
}
#login input {
	width:97px;
	height:19px;
	font-size:13px;
	color:#465E66;
	padding:0px;
	vertical-align:middle;
	margin:0px 8px 0px 8px;
}
#login a {
	font-size:12px;
	font-weight:bold;
}
#login #forgot {
	font-size:10px;
	color:#89A1A6;
	font-weight:bold;
}
#navigation {
	clear:both;
	height:37px;
	margin-bottom:1px;
}
#navigation .menuitem a {
	text-align:center;
	float:left;
	width:140px;
	height:25px;
	padding-top:12px;
	margin-right:1px;
	background-color:#889DA4;
	background-image:url(/images/button_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#navigation .menuitem a:hover {
	background-image:url(/images/button_a_bg.gif);
	text-decoration:none;
	background-color:#74868C;
}
#navigation .menuitem_active a {
	text-align:center;
	float:left;
	width:141px;
	height:25px;
	padding-top:12px;
	margin-right:1px;
	background-color:#FF5D2B;
	background-image:url(/images/button_o_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#submenu {
	margin:25px 0 18px 0
}
#submenu .welcome {
	float:left;
	padding:8px 0 0 20px;
	font-weight:bold
}
#submenu .link{
	margin:0 10px 0 10px;
	float:right;
	padding:18px 0 0 0;
	background-repeat:no-repeat;
	background-position:top center
}
#submenu .link a {
	font-weight:bold;
	text-decoration:none
}
#submenu .link a:hover {
	text-decoration:underline
}
#editprofile {
	background-image:url(/images/icon-editprofile.gif)
}
#logout {
	background-image:url(/images/icon-logout.gif)
}
#navigation #lastbutton a {
	margin-right:0px;
}
