
#globalheader { width: 1000px; height: 30px; position: relative; z-index: 9998;  
 margin-left: auto;  margin-top:0px; margin-bottom:0px;
 margin-right: auto; clear:both;}
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 150px; height: 0; padding-top: 30px; overflow: hidden; }
#globalheader #globalnav li a, #globalheader { background-image: url(/img/tiler_nav_bar_IN.gif); background-repeat: no-repeat; }

#globalheader #globalnav li#home a { background-position: 0 0; }
#globalheader #globalnav li#tour a { background-position: -150px 0; }
#globalheader #globalnav li#patients a { background-position: -300px 0; }
#globalheader #globalnav li#investigators a { background-position: -450px 0; }
#globalheader #globalnav li#community a { background-position: -600px 0; }

#globalheader #globalnav li#home a:hover { background-position: 0 -32px; }
#globalheader #globalnav li#tour a:hover { background-position: -150px -32px; }
#globalheader #globalnav li#patients a:hover { background-position: -300px -32px; }
#globalheader #globalnav li#investigators a:hover { background-position: -450px -32px; }
#globalheader #globalnav li#community a:hover { background-position: -600px -32px; }

#globalheader.home #globalnav li#home a { background-position: 0 -63px; }
#globalheader.tour #globalnav li#tour a { background-position: -150px -63px; }
#globalheader.patients #globalnav li#patients a { background-position: -300px -63px; }
#globalheader.investigators #globalnav li#investigators a {background-position: -450px -63px; }
#globalheader.community #globalnav li#community a {background-position: -600px -63px; }

#globalheader #help{
	position: absolute;
	left:938px;
	top:0px;
	width: 60px;
	text-decoration:none;
	height: 30px;
}

#profileheader { width: 1000px; height: 30px; position: relative; z-index: 9998; 
 margin-left: auto; 
 margin-right: auto; clear:both;}
#profileheader #profilenav { margin: 0; padding: 0; }
#profileheader #profilenav li { display: inline; }
#profileheader #profilenav li a { float: left; width: 150px; height: 0; padding-top: 30px; overflow: hidden; }
#profileheader #profilenav li a, #profileheader { background-image: url(/img/tiler_nav_bar_profile.gif); background-repeat: no-repeat; }



#profileheader #profilenav li#home a { background-position: 0 0; }
#profileheader #profilenav li#dashboard a { background-position: -150px 0; }
#profileheader #profilenav li#account a { background-position: -300px 0; }
#profileheader #profilenav li#trials a { background-position: -450px 0; }
#profileheader #profilenav li#messages a { background-position: -600px 0; }

#profileheader #profilenav li#home a:hover { background-position: 0 -32px; }
#profileheader #profilenav li#dashboard a:hover { background-position: -151px -32px; }
#profileheader #profilenav li#account a:hover { background-position: -300px -32px; }
#profileheader #profilenav li#trials a:hover { background-position: -450px -32px; }
#profileheader #profilenav li#messages a:hover { background-position: -600px -32px; }

#profileheader.home #profilenav li#home a { background-position: 0 -63px; }
#profileheader.dashboard #profilenav li#dashboard a { background-position: -150px -63px; }
#profileheader.account #profilenav li#account a { background-position: -300px -63px; }
#profileheader.trials #profilenav li#trials a {background-position: -450px -63px; }
#profileheader.messages #profilenav li#messages a {background-position: -600px -63px; }


#navbarbottom{
 clear:both;
 background-image:url(/img/tiler_nav_bottom_uk.gif);
 background-repeat:repeat-x;
 width:100%;
 height:30px;
 color:#FFF;
}

#infoq h2, #infotx h2, .infosidebar h2, .section h2{
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-left:7px;
	font-size:20px;
 	color:#cd6508;
	font-weight:normal;
 	background-color:#ececec;
 	height:25px;
	text-align:left;
}



