/* expandable list with alternate switch symbol */
/* change to fit a 200px wide column */
/* ul.altsym div class added to change color of selected item */

/*	background of menu	*/
.menu_bkg {
	min-height:500px;
	background-color:#f1f1f1;
	width:200;
}

/*	general menu settings - menu part, after head	*/
ul.altsym {
    background-color:#f1f1f1;	/* color of menu background */
/*    border: 1px solid #f1f1f1;	/* color of menu border */
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;	/* font for menu */
    font-size:10pt;	/* size of menu font new=13.5pt */
	font-weight:normal;
    margin:0;
    padding:0;
	padding-top:5px;
    width:100%;
	letter-spacing:.05em;
	overflow:visible;
}

/*	submenu section(s)	*/
ul.altsym ul {
    display: none;
    margin:0;
    padding-left:10px;	/* sub menu indent amount */
*   padding-left:0px;	/* sub menu indent amount */
}

/*	affects each menu and submenu element in a nested way	*/
ul.altsym li {
    list-style-type: none;
    position: relative;
    width: 99%;	/* width of menu our menu takes up */
}

/*	non selected menu items	*/
/*	affects active links	*/
ul.altsym a {
/*    border: 1px solid #f1f1f1;	/* color of menu item border */
    color:#2c3c58;					/* color of menu text */
    display: block;
    margin-left: 17px;
*	margin-left:0px;	/* IE55 */
*	ma\rgin-left:17px;	/* IE6  */
    padding: 2px;
	padding-left:7px;
*	padding-left:2px;
    text-decoration: none;
    width: 170px;
*	width:179px;	/* IE55 */
*	w\idth:179px;	/* IE6  */
	border-bottom:1px solid #d1d1d1;
}

/*	highlight of selected submenu	*/
ul.altsym div#sub {
	background-color:#dadada;
	color:#2c3c58;
	display: block;
	margin-left:17px;
*	margin-left:0px;	/* IE55 */
*	ma\rgin-left:17px;	/* IE6  */
	padding: 2px;
	padding-left:7px;
*	padding-left:2px;
	text-decoration: none;
	width:160px;
*	width:179px;	/* IE55 */
*	w\idth:179px;	/* IE6  */
	border-bottom:1px solid #d1d1d1;
}

/*	highlight of selected top level menu	*/
ul.altsym div#top {
	background-color:#dadada;
	color: #2c3c58;
	display: block;
	margin-left:17px;
*	margin-left:0px;
*	ma\rgin-left:17px;
	padding: 2px;
	padding-left:7px;
*	padding-left:2px;
	text-decoration: none;
	width:170px;
*	width:179px;	/* IE55 */
*	w\idth:179px;	/* IE6  */
	border-bottom:1px solid #d1d1d1;
}

html>body ul.altsym a { width: auto; } /* hidden from Win/IE */

/*	submenu hover settings	*/
ul.altsym a:hover#sub {
	width: 160px;
*	width:179px;	/* IE55 */
*	w\idth:179px;	/* IE6  */
    background-color: #d1d1d1;			/* color of menu hover */
/*    border: 1px solid #993300;		/* color of border hover */
}

/*	top level munu hover settings	*/
ul.altsym a:hover#top {
	width: 170px;
*	width:179px;	/* IE55 */
*	w\idth:179px;	/* IE6  */
    background-color:#d1d1d1;			/* color of menu hover */
/*    border: 1px solid #993300;		/* color of border hover */
}

/*	settings for expanding/collapsing of menus (+-)	*/
ul.altsym a.switch {
    background: transparent url(../images/arrows2.gif) no-repeat top left;
    border:none;
    height:10px;
    left:6px;
    line-height:0px; /* Win/IE needs this for some reason */
    margin:0;
    padding:0;
    text-indent:-500px;
    top:0.7ex;
    position:absolute;
    width: 10px;
}

/*	settings for hover on +- gifs	*/
ul.altsym a.switch:hover {
/*	background:url(../images/spacer.gif);*/
	background-color: transparent;
	border: none;
}

/*	change position of +- gif	*/
ul.altsym a.on { background-position: bottom left; }
ul.altsym a.off { background-position: top left; }

/* Box-model hacks for Win/IE 5.5 \*/
* html ul.altsym { width: 199px; w\idth: 200px; margin-left:-1px; ma\rgin-left:0px;}
* html ul.altsym a { margin-left: 0px; ma\rgin-left: 17px; }
* html ul.altsym a.switch { left: -11px; lef\t: 6px; }
/* end hacks */

/*	alternate menu bar over menu	*/
.main_menu_head2 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:underline;
	padding:3px;
	margin-top:5px;
	color:#FFFFFF;
	background-color:#526b96;
	text-transform:uppercase;
	letter-spacing:.1em;
	border-bottom:1px solid #2c3c58;
	border-top:1px solid #b4bed0;
}

/*	menu bar over menu	*/
.main_menu_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	text-indent:1em;
	line-height:1.3em;
	color:#FFFFFF;
	background-color:#526b9c;
	border:0px solid #526b9c;
	width:192px;
	position:relative;
	left:4px;
	margin-top:3px;
}

.restricted_menu_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-indent:1em;
	line-height:1.5em;
	color:#FFFFFF;
	background-color:#526b9c;
	border:0px solid #526b9c;
	width:192px;
	position:relative;
	left:4px;
	margin-top:3px;
}