div.header {
	background-color: #3d3524;
	border-bottom: 1px solid #ededed;
	clear: left;
	font-family: Helvetica,Arial;
	height: 20px;
	left: 0;
	margin: 0; 
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.header .header-left,.header .header-right  {
        margin-top:0px;
}
.header .header-left {
	float: left;
	margin-left: 15px;
}
.header .header-right {
	float: right;
	margin-right: 20px;
}
.header ul {
	line-height: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header ul ul li:hover {
	background-color:#000;
}
.header ul ul {
        background-color: #3d3524;
	border: 1px solid #ededed;
	left: -999em;
	position: absolute;
	width: 15em;
	z-index: 1000;
}
.header-left li:hover ul,.header-left li.sfHover ul {
	left: auto;
}
.header-right li:hover ul,.header-right li.sfHover ul {
	left: auto;
	right: 0;
	width: 13em;
}
.header ul ul li {
	float: none;
}
.header ul a:hover {
	text-decoration: underline;
}
.header ul ul li a {
	font-size: 12px;
}
.header ul ul li a:hover {
	text-decoration: none;
}
.header ul li {
	float: left;
	margin: 0;
	padding: 2px 5px;
	position: relative;
	white-space: nowrap;
	color: #ededed;
	font: 12px/18px Helvetica,Arial;
	cursor:pointer;
}
.header ul a {
	color: #EDEDED !important; /* !important for IE6 */
	font: 12px/18px Helvetica,Arial;
	text-decoration: none;
}
.header-bar {
	background-image: url(/images/subnav_back.gif);
	clear: both;
	height: 55px;
	overflow: hidden;
}
.header .small_button {
	background: repeat-x url(/images/small_button_back.gif);
	border: 1px solid #c7c7c7;
	border-radius: 2px;
	color: black;
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px !important;
	margin: 3px;
	moz-border-radius: 2px;
	padding: 0 10px;
	text-decoration: none;
	webkit-border-radius: 2px;
	width: auto;
}
a.switch_user_back {
	background-color: #AC0000;
	border: none;
	bottom: 0px;
	color: #FFF !important;
	font-size: 28px;
	font-weight: bold;
	height: 80px;
	left: 0px;
	padding-top: 35px;
	position: fixed;
	width: 100%;
	z-index: 500;
}
:focus {
	moz-outline-style: none;
}
