#top_bar {
	font-family: "fra_go_bk", "Franklin Gothic Book", sans-serif !important;
	font-size: 13px !important;
	font-weight: normal !important;

	height: 32px;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

#top_bar ul {
	background-color: #2F2F2F;
	list-style-type: none;
	margin: 0;
	height: 32px;
	padding: 0 20px;
}

#top_bar li.current {
	background: #505050;
	cursor: default;
}

#top_bar a {
	color: #D0D0D0;
	text-decoration: none;
}

#top_bar li.nav {
	color: #D0D0D0;
	float: left;
	padding-top: 2px;

	cursor: pointer;
}

#top_bar li.nav a.main {
	height: 13px;
	padding: 5px 12px 12px;
	display: block;
}

#top_bar li.nav:hover a {
	color: white;
}

#top_bar li.notice {
	background: url("../images/layout/top_bar_notice.gif");
}


#top_bar img.icon {
	margin-top: -4px !important;
}

#username {
	color: #D0D0D0;
	font-weight: bold;

	padding: 6px 12px 5px 54px;
	margin-right: 48px;

	float: left;
}

#account_menu {
	margin-left: 88px;
	padding-top: 2px;
}

#account_menu .menu {
	margin-left: -78px !important;
}

#account_menu ul {
	padding-left: 88px !important;
	padding-top: 2px;
}
#notice li {
	padding-bottom: 2px;
}


#avatar {
	width: 64px;
	height: 64px;

	position: absolute;
	top: 8px;
	left: 8px;

	overflow: hidden;
}

#avatar img {
	display: block;
	max-width: 64px;
	margin: 0 auto;
}

#logout {
	border-top: 1px solid #606060;

	margin-top: 7px;
	padding-top: 4px;
}

#search {
    width: 300px;
	margin-top: 2px;
	float: right !important;
}

#search input {
	background: #D0D0D0;
	border: 1px solid #707070;
	border-right: 0;
	margin: 0;
	float: left;
}

#search button {
	background: #D0D0D0;
	border: 1px solid #707070;
	border-left: 0;

	height: 24px;
	padding: 0px 2px;
	margin: 0;

	float: left;
}

#search .icon {
	margin: 0;
}


#top_bar .menu {
	display: none;

	height: auto;
	margin: 30px 0 0 -1px;
	padding-bottom: 6px;
	position: absolute;
	z-index: 10;
}

#top_bar .menu ul {
	background: #505050;

	height: auto;
	padding: 4px 12px;

	cursor: default;
}

#top_bar .menu li {
	height: 16px;
}

#top_bar .menu li.spacer {
	border-top: 1px solid #606060;
	height: 7px;
	margin-top: 7px;
}

#top_bar .menu a {
	color: #D0D0D0 !important;
	font-size: 1em;
	font-weight: normal;
	/* display: block; */
}

#top_bar .menu a:hover {
	color: white !important;
}

#top_bar li.current a, #top_bar li.current:hover a {
	color: #FF9600;
}


#top_login {
	padding: 0 0 0 54px;
	float: left;
}

#top_login form {
	background: blue;
	margin: 0 8px 0 0;
	padding: 0;
}

#top_login input {
	background: #A0A0A0;
	border: 1px solid white;

	margin: 3px 0 0 8px;
	padding: 1px 4px;
	float: left;
}

#top_login button {
	display: none;
}

#top_login button:hover {
	background: #505050 url("../images/layout/top_current.png") repeat-x !important;

	color: #FF9600;
}

#real_password {
	display: none;
}
.rmn_logo_sm{
    left: 8px;
    position: absolute;
    top: 8px;
}

.verification_bar {
	position: fixed;
	top: 30px;
	text-align: center;
	font-size: larger;
	background-color: #ffc527;
	border-bottom: 1px solid #ffc527;
	height: 25px;
	padding-top: 10px;
	width: 100%;
	z-index: 5;
	color: #884901;
}

.verification_bar a {
	text-decoration: underline;
	color: #6E3B0C;
}

.site_settings_bar {
	position: fixed;
	text-align: center;
	font-size: larger;
	background-color: #ffc527;
	border-bottom: 1px solid #ffc527;
	height: 25px;
	padding-top: 10px;
	width: 100%;
	z-index: 5;
	color: #884901;
}

.site_settings_bar a {
	text-decoration: underline;
	color: #6E3B0C;
}