/*

topbar.css

*/

div#topbar{
	position: relative;
	width: 100%;
	/*height: 150px;*/
	z-index: 99;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url('/img/bg_topbar.png') repeat-x bottom;
}
div#topbar_inner{
	position: relative;
	font-family:  Georgia, "Times New Roman", serif;	
	width: 796px;
	left:  0;
	margin:  0 auto;	
}

div#topbar p{
	margin: 0;
}
div#topbar a{
	color: #5f604b;
	padding-left: 15px;	
	background: url('/img/arrow_back.gif') no-repeat left center;	
}
div#topbar a#backToPortal{
	display: block;
	position: relative;
	z-index: 99;
	/*height: 40px;*/
	top: 0;
	width:  200px;
	margin-left: 0;
	line-height: 40px;	
}

div#topbar p#title{
	position: absolute;
	width: 796px;
	left: 0;
	top: 10px;
	z-index: 50;
	height: 40px;
	line-height: 20px;
	text-align: right;
}
div#topbar p#title a{
	background: none;
	padding-left: 0;
}
div#topbar ul#topLinks a{
	padding-left: 0;
	background: none;	
}
div#topbar ul#topLinks{
	position: relative;
	margin: 5px 0 0 0;
	float: left;
	color:  #999;
}
div#topbar ul#topLinks li{
	line-height: 1.7em;
	background: none;
}
div#topbar ul#topLinks li.active{
	padding-left:  17px;
}
div#topbar ul#topLinks li a{
	padding-left:  17px;	
	background: url('/img/arrow_back.gif') no-repeat left center;
}

