#header_topper{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	clear: none;
	height:auto;
	background-color: #464646;
	color:#999;
	float: left;
	clear: both;
}
#header_topper .left_topper,
#header_topper .right_topper{
	padding: 0;
	margin: 0;
	clear: none;
	width: auto;
}
#header_topper .left_topper{
	padding-left: 15px;
	margin: 0;
	clear: none;
	width: auto;
	float: left;
	text-align: left;
}
#header_topper .right_topper{
	padding-right: 15px;
	margin: 5px 0 0 0;
	clear: none;
	width: auto;
	float: right;
	text-align: right;
}
#header_topper .right_topper .links{
	padding: 0;
	margin: 0 0 0 0;
	clear: none;
	width: auto;
	line-height: 13px;
	float: right;
	text-align: right;
}
#header_topper a{
	color: #bbb;
	text-decoration: none;
}
#header_topper a:hover{
	color: #eee;
	text-decoration: underline;
}
#header_topper a.selected{
	background-color: #E4F2FD;
	color: #464646;
}
#header_topper .site-title{
	font-size: 18px;
	color: #CCCCCC;
	margin: 0 15px 0 0;
}
#role_chooser {
	text-align: left;
	margin: 0 0 0 5px;
	padding: 2px 0;
	height: 1em;
	float: right;
	width: 100px;
	border: #555 solid 1px;
	clear: none;
	background-color: #555;
}
#role_chooser li {
	list-style: none; 
	background-color: #555;}
#role_chooser li a {
	display: block;
	padding: 0 4px 4px 14px;
	margin: 0 0 0 2px;
	background-color: #555;
	color: #999;
	text-decoration: none;
	background-image: url("../images/roles_arrow.gif");
	background-repeat: no-repeat;
}
#role_chooser li:hover a {
	color: #fff;
	background-image: url("../images/roles_arrow-hover.gif");
	text-decoration: none;
}
#role_chooser li ul {
	display: none; 
	width: 98px;
	font-size: 11px;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
#role_chooser li:hover ul, #role_chooser li.hover ul {
	display: block;
	position: absolute;	
	background-color: #666666;
	margin: 0;
	padding: 0; }
#role_chooser li:hover li,
#role_chooser li.hover li {
	float: none;
}
#role_chooser li:hover li a,
#role_chooser li.hover li a {
	background: none;
	margin: 0;
	background-color: #e4f2fd;
	color: #2683AE;
	padding: 4px 7px;
	width: 84px;
}
#role_chooser li li a:hover {
	background-color: #e4f2fd;
	color: #D54E21;
}