

#navigation
{
	width: 200px;
	float: left;	
}

#inner-nav ul
{
	list-style-image:none;	list-style-position:outside;	list-style-type:none;	margin:0;	padding:0;	
}

#inner-nav ul li
{
	padding-left: 0;
	margin-left: 0;	
}

#inner-nav ul li a:hover
{
	color: maroon;
}

a.navItemActive
{
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: #440022;
	text-decoration: none;
	background: url('images/common/nav-main-active.gif') top left no-repeat;
}

a.navItemInactive
{
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: #440022;
	text-decoration: none;
	background: url('images/common/nav-main-inactive.gif') top left no-repeat;
}

a.toolbar-text
{
	display: block;
	height: 100px;
	line-height: 1.4em;
	font-size: .8em;
	padding: 2em 1.5em 1em 2em;
	text-decoration: none;
	background: url('images/common/nav-bottom-content.gif') top left no-repeat;
	color: black;
}

a.toolbar-text:hover
{
	text-decoration: underline;
	color: #606;	
}

a:hover
{
	color: maroon;	
}

#navigation img
{
	display: block;	
}
	
ul.subNav
{
margin: 0;
padding: 0;
overflow: hidden;
height: 0;
}

ul.subNav li
{
	height: 24px !important;
	text-align: left !important;
	line-height: 24px;
	margin: 0;
	display: block;
	padding: 0;
}

ul.subNav li a
{
	font-size: .9em !important;
	font-weight: normal;
	margin-left: 4em;	
	text-decoration: none;
	color: #440022;
}


li.navTop
{
	background: url('images/common/nav-top.gif') top left no-repeat;
}

li.navSubIndented
{
	background: url('images/common/nav-sub-active.gif') top left no-repeat;	
}

li.navSubIndented a
{
	margin-left: 5em !important;	
}

li.navSubIndentedInactive
{
	background: url('images/common/nav-sub-inactive.gif') top left no-repeat;	
}

li.navSubIndentedInactive a
{
	margin-left: 5em !important;	
}

li.navActive
{
	background: url('images/common/nav-main-active.gif') top left no-repeat;
}

li.navInactive
{
	background: url('images/common/nav-main-inactive.gif') top left no-repeat;
}

li.navSubInactive
{
	background: url('images/common/nav-sub-inactive.gif') top left no-repeat;
}

li.navSubActive
{
	background: url('images/common/nav-sub-active.gif') top left no-repeat;
}

li.navSubActive a
{
	font-weight: bold !important;
}

li.navSubInactiveEnd
{
	background: url('images/common/nav-sub-inactive-end.gif') top left no-repeat;
}

li.navSubActiveEnd
{
	background: url('images/common/nav-sub-active-end.gif') top left no-repeat;
}

li.navSubActiveEnd a
{
	font-weight: bold !important;
}

li.navSubIndependent
{
	background: url('images/common/nav-sub-independent.gif') top left no-repeat;	
}

li.navBottom
{
	background: url('images/common/nav-bottom.gif') top left no-repeat;
}

.related
{
	margin: 0;
	padding: 0;
}

.related li
{
	width: 100%;
	margin: .3em 0 .7em 0;	
	text-align: center;
}

.related li a
{
	text-decoration: none;
	color: maroon;	
	font-weight: bold;
}

.related li a:hover
{
	text-decoration: underline;	
}