/*Rosemead School of PsychologyHeader Navigation Print CSS Document-------------------------------------Site-Level:		--Media:			PrintUpdated:		August 31 2004Author:			Tim Beardshear*//* Font Styles-------------------------------------- */#center_container #header-nav li {	font-family:Arial, Helvetica, sans-serif;	font-weight:bold;	font-size:12px;	}#header-nav a:link {	text-decoration:none;	color:#454545 !important;	font-weight:bold;	}#header-nav a:visited {	text-decoration:none;	color:#454545 !important;	font-weight:bold;	}#header-nav a:hover,#header-nav a:visited:hover {	color:#454545 !important;	}/* Layout-------------------------------------- */#center_container #header-nav_container {	margin:0 0 30px 0;	padding:10px 0 0 0;	width:512px;	height:240px;	}#center_container #header-nav {	margin:0;	padding:0;	}	#header-nav_image {	border-bottom:solid 4px #333333;	width:510px;/*	margin-bottom:-4px; */	}	#center_container #header-nav .nav-link,#center_container #header-nav .nav-link-last,#center_container #header-nav .nav-selected,#center_container #header-nav .nav-selected-last {	display:block;	width:100px;	text-align:center;	float:left;	margin:0;	padding:0;	border:solid 1px #666666;	}	#center_container #header-nav .nav-selected,#center_container #header-nav .nav-selected-last {	padding:8px 0 0 0;	height:37px;	color:#000000;	}	#center_container #header-nav li a {	margin:0;	padding:8px 0 0 0;	display:block;	width:100px;	height:37px;	}/* IE Win Hacks--------------------------------------*//* Begin hide IE-mac \*/* html #header-nav_image {margin-bottom:-3px;}/* End hide IE-mac */