#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: 14.5em;
	} 

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

/*sidenav title*/
ul.expanding li.title a {
	background-color: #CC3333;
	text-align: left;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	text-decoration: none;
	}


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

/* design styles */
ul.expanding li a:link, ul.expanding li a:visited {
	display: block;
	cursor: pointer;
	cursor: hand;
	padding: 2px 7px;
	font: bold 0.95em tahoma, verdana, sans-serif /*font size of side navs*/;
	color: #000 /*foreground color of side navs*/;
	text-decoration: underline;
	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: #ffffff;
	background-color: #CC3333;
	}


/* 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) #CC3333 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: #fff;
	}
}
