#navcontainer
{
	width: 100%;
	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
	background-color: #666699;
	min-height: 24px;
}
#navlist
{
	clear: both;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
}
#navlist ul
{
	padding: 0px;
	margin: 0px;
}
#navlist li
{
	padding: 0px;
	margin: 0px;
	display: block;
	min-height: 24px;
	float: left;
	width: 14.5%;
}
#navlist li a
{
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: 900;
	color: #ccccff;
	position: relative;
	text-align: center;
	text-decoration: none;
}
#navlist li a.active
{
	color: #fff;
	background: #9999cc;
}
#navitem1
{
	padding: 4px;
	padding-left: 25px;
    BACKGROUND: url(/images/layout/slanter1.png) #666699 left bottom;
	margin-right: -1px;
}
#navitem2
{
	padding: 4px;
	background: #666699;
	border-left: #fff 1px solid;
	margin-right: -1px;
}
#navitem3
{
	padding: 4px;
	background: #666699;
	border-left: #fff 1px solid;
	margin-right: -1px;
}
#navitem4
{
	padding: 4px;
	background: #666699;
	border-left: #fff 1px solid;
	margin-right: -1px;
}
#navitem5
{
	padding: 4px;
	padding-right: 25px;
    BACKGROUND: url(/images/layout/slanter1.png) #666699 right bottom;
	border-left: #fff 1px solid;
}
#navitem1:hover
{
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: underline;
}
#navitem2:hover
{
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: underline;
}
#navitem3:hover
{
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: underline;
}
#navitem4:hover
{
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: underline;
}
#navitem5:hover
{
	color: #ffffff;
	background-color: #9999cc;
	text-decoration: underline;
}
#subnav
{
	margin: 15px 0px 7px 0px;
	height: 20px;
	width: 100%;
}
#subnav p
{
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}
#subnav a
{
	text-decoration: none;
}
#subnav a.active
{
	background-color: #ccccff;
	text-decoration: none;
}
#subnav a:hover
{
	color: red;
	text-decoration: underline;
}
#breadcrumb
{
	margin: 0px;
	height: 20px;
	width: 100%;
}
#breadcrumb p
{
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}
#breadcrumb a
{
	text-decoration: none;
}
#breadcrumb a.active
{
	background-color: #ccccff;
	text-decoration: none;
}
#breadcrumb a:hover
{
	color: red;
	text-decoration: underline;
}
