#navigation {
	padding: 5px;
	text-align: left;
	}

/* structural styles and offsets */
ul.expanding, ul.expanding li, ul.expanding ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	}

ul.expanding {
	position: relative;
	cursor: default;
	}

ul.expanding ul {
	cursor: default;
	padding: 2px 0;
	position: absolute;
	left: -100em;
	}

/*set the initial width of side menus*/
ul.expanding, ul.expanding li, ul.expanding ul {
	width: 9.5em;
	} 

/*expanding width offste*/
ul.expanding ul li {
	width: 9.5em;
	margin-left: 1em;
	}

/*sidenav title*/
ul.expanding li.navTitle{
	margin-top: 15px;
	}

ul.expanding li.navTitle a, ul.expanding li.navTitle a:visited {
	text-align: left;
	font-weight: normal;
	font-size: 12pt; 
	font-variant: normal;
	font-family:'Times New Roman', serif;
	color: #555;
	margin: 15px 0 0 0;
	}

/*side navigation accordian styles*/
#navpane{
	
}

.menu_body {
	display:none;
}
p.navTitle{
	/*width:155px;*/
	margin:20px 0 0 0;
	padding:2px 0;
	/*background: #E9E9E9;*/
	background: #fff;
	font-weight:bold;
}

p.menu_head{
	/*background: url(left.gif) center right no-repeat;*/
}

p.navTitle a, p.navTitle a:visited{
	text-align: left;
	font-weight: normal;
	font-size: 14px; 
	font-variant: normal;
	font-family:'Times New Roman', serif;
	color: #555;
	margin: 15px 0 0 0;
	text-decoration: none;	
}

p.navTitle a:hover{
	text-decoration: underline;	
}

ul.menu_body li a {
	margin:0;
	padding:0;
}

/* browser hacks */
@media screen, projection {
#navigation {
	padding: 5px;
	text-align: left;
	}
}

/* design styles */
ul.expanding a:link, ul.expanding a:visited {
	display: block;
	cursor: hand;
	padding: 2px 0px;
	font: normal 12px 'Times New Roman', serif /*font size of side navs*/;
	color: #555 /*foreground color of side navs*/;
	text-decoration: none;
	font-weight: normal;
	/*letter-spacing: 1px;*/
	}

/*rollover color*/
ul.expanding a:hover, ul.expanding a:focus, ul.expanding a:active, ul.expanding a.rollover:link, ul.expanding a.rollover:visited {
	color: #000;
	background-color: #ffffff;
	text-decoration:underline;
	}


/* submenu indicator arrows */
ul.expanding li.hasmenu>a:link,
ul.expanding li.hasmenu>a:visited {
	background: url(img/down-black.gif) #fff no-repeat 95% 50%;
	text-decoration: none;
	}

ul.expanding li.hasmenu>a:hover,
ul.expanding li.hasmenu>a:focus,
ul.expanding li.hasmenu>a:active,
ul.expanding li.hasmenu>a.rollover:link,
ul.expanding li.hasmenu>a.rollover:visited {
	background: url(img/down-black.gif) #002EAE no-repeat 95% 50%;
	text-decoration: none;
	}

* html ul.expanding li.hasmenu a:link,
* html ul.expanding li.hasmenu a:visited {
	background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "url(img/down-black.gif) #fff no-repeat 95% 50%" : "#fff" );
	text-decoration: none;
	}

* html ul.expanding li.hasmenu a:hover,
* html ul.expanding li.hasmenu a:active,
* html ul.expanding li.hasmenu a.rollover:link,
* html ul.expanding li.hasmenu a.rollover:visited {
	background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "url(img/down-black.gif) #002EAE no-repeat 95% 50%" : "#002EAE" );
	text-decoration: none;
	}

/* browser hacks */
@media screen, projection {
* html ul.expanding li {
	display: inline;
	f\loat: left;
	background: #FFFFFF;
	}
}
}

