/* expandable list with alternate switch symbol */ul.altsym {   /* background-color: #cddcf3;    border: 1px solid #3874d1;*/    font-family: Verdana;    font-size: 11px;    margin: 0;    padding: 0;    width: 177px;}ul.altsym ul {    /*display: none;*/    margin: 0;    /*padding-left: 15px;*/	padding-left: 4px;}ul.altsym li {    list-style-type: none;    position: relative;    width: 100%;}ul.altsym ul li{    font-weight:normal;	}ul.altsym li a{    font-size: 11px;	color: #3a55a5;	text-decoration: none;}ul.altsym ul li a{    font-size: 10px;	list-style:disc;	padding-left: 6px;	color: #6d88d7;	text-decoration: none;}ul.altsym ul ul li a{    font-size: 10px;	color: #3a55a5;	text-decoration: none;	margin:0 0 0 30px;}ul.altsym ul li a:hover, ul.altsym li a:hover{    text-decoration: underline;}ul.altsym a {    /*border: 1px solid #cddcf3;    color: #3874d1;*/    display: block;    margin-left: 22px;    padding: 2px;    text-decoration: none;    /*width: 100%;*/	text-decoration: none;	border-bottom: none;	color: #6F5F38;}html>body ul.altsym a { width: auto; } /* hidden from Win/IE */ul.altsym a.switch {    background: transparent url(img/menuarrows.gif) no-repeat top left;    border: none;    height: 13px;    left: 2px;    line-height: 0px; /* Win/IE needs this for some reason */    margin: 0 5px 0 0;    padding: 0;    text-indent: -500px;    top: 0.7ex;    position: absolute;    width: 13px;}/*  recolor switches  -- default color is red which is set above */ul.altsym li#mainnav a.switch {    background: transparent url(img/menuarrows.gif) no-repeat top left;}ul.altsym li#mainnav2 a.switch {    background: transparent url(img/menuarrows.gif) no-repeat top left;}ul.altsym li#mainnav3 a.switch {    background: transparent url(img/menuarrows.gif) no-repeat top left;}ul.altsym li#mainnav4 a.switch {    background: transparent url(img/menuarrows.gif) no-repeat top left;}ul.altsym a.switch:hover {    background-color: transparent;    background-image: url(img/menuarrows.gif);	border:0;	padding:0;	margin:0;}   ul.altsym a.on { background-position: bottom left; }ul.altsym a.off { background-position: top left; }/* Set individually colored siwtches to toggle img iwth on/off switching */ul.altsym li#mainnav1 a.on { background-position: bottom left; }ul.altsym li#mainnav1 a.off { background-position: top left; }ul.altsym li#mainnav2 a.on { background-position: bottom left; }ul.altsym li#mainnav2 a.off { background-position: top left; }ul.altsym li#mainnav3 a.on { background-position: bottom left; }ul.altsym li#mainnav3 a.off { background-position: top left; }ul.altsym li#mainnav4 a.on { background-position: bottom left; }ul.altsym li#mainnav4 a.off { background-position: top left; }/* Box-model hacks for Win/IE 5.5 \*/* html ul.altsym { width: 170px; w\idth: 170px; }* html ul.altsym a { margin-left: 0px; ma\rgin-left: 22px; }* html ul.altsym a.switch { left: -11px; lef\t: 2px; }/* end hacks */ul.altsym ul ul{	background: none;}/* turns off button on secondary subnav switches*/ul.altsym ul a.switch {background: none;}ul.altsym li#mainnav1 ul a.switch {background: none;}ul.altsym li#mainnav2 ul a.switch {background: none;}ul.altsym li#mainnav3 ul a.switch {background: none;}ul.altsym li#mainnav4 ul a.switch {background: none;}/* hide secondary menus until primary is clicked*/#subnav1, #subnav2, #subnav3, #subnav4, #subnav5 {display:none}/* hide tertiary menus until arriving at secondary page that contains them*/		#subnav2_prog, #subnav2_resources, #subnav4_group, #subnav4_visit, #subnav1_visit, #pdrentsub, #pdtoursub, #pdnewssub, #pdaboutsub, #pdcalsub, #pddonatesub {display:none;}