/*
Style for subnavigation
*/

/*
Subnavi container is placed on the side of the page
*/
#subnavi_container {
	background-color: #fff;
	border: 0px solid #999;
	width: 220px;
	margin: 0;
	padding: 0;
/*	margin-right: 44px;*/
	margin-bottom: 200px;
/* Positon to right edge, below title area */
/*	position: absolute;*/
/* Leave room for the sidebar */
/*	right: 44px;
	top: 300px;*/
	float: right;
}
/*
Subnavi title
*/
#subnavi_container h1 {
	margin: 0;
	padding: 0.2em 0.2em 0;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}
#subnavi_container h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#subnavi_container h1:hover {
	background-color: #f90;
}
#subnavi_container h1.selected {
	background-color: #f90;
}
/*
Subnavi links
*/
#subnavi_container h6 {
	margin: 0;
	padding: 0.2em 0.2em 0;
	background-color: #fff;
	color: #f90;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}
#subnavi_container h6 a {
	color: #f90;
	text-decoration: none;
	display: block;
}
#subnavi_container h6:hover {
	background-color: #f2f2f2;
}
#subnavi_container h6.selected a {
	color: #333;
}

/*
#subnavi_container span {
	display: block;
	margin: 0;
	padding-bottom: 0.4em;
}
#subnavi_container a {
	text-decoration: none;
}
#subnavi_container ul {
	font-size: 0.9em;
	list-style: square;
	list-style-image: url(images/list_image.gif);
	margin: 0;
	padding-left: 1.5em;
	padding-bottom: 0.4em;
}
*/