﻿#navcontainer
{
	background: #fff url(Images/bg_black.gif) left center repeat-x;
}
#navcontainer ul
{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	white-space: nowrap;
	list-style: none;
	height: 30px;
	position: relative;
	background: transparent;
	font-size: 11px;
}
#navcontainer li
{
	display: table-cell;
	margin: 0;
	padding: 0;
}
#navcontainer li a
{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	text-decoration: none;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
}
#navcontainer li a b
{
	float: left;
	display: block;
	padding: 0 16px 0 8px;
}
#navcontainer li.active a
{
	color: #fff;
	background: url(Images/btn2_black.gif);
}
#navcontainer li.active a b
{
	background: url(Images/btn2_black.gif) no-repeat right top;
}
#navcontainer li a:hover
{
	color: #fff;
	background: #444 url(Images/btn1_black.gif);
}
#navcontainer li a:hover b
{
	background: url(Images/btn1_black.gif) no-repeat right top;
}
#navcontainer li.active a:hover
{
	color: #fff;
	background: #000 url(Images/btn2_black.gif);
	cursor: default;
}
#navcontainer li.active a:hover b
{
	background: url(Images/btn2_black.gif) no-repeat right top;
}

/* special formatting */
#navcontainer li a.special
{
	color:#EE8B31;
}
#navcontainer li a.special b
{
}
#navcontainer li.active a.special
{
	color: #fff;
	background: url(Images/btn2_special.gif);
}
#navcontainer li.active a.special b
{
	background: url(Images/btn2_special.gif) no-repeat right top;
}
#navcontainer li a.special:hover
{
	color: #fff;
	background: #444 url(Images/btn1_special.gif);
}
#navcontainer li a.special:hover b
{
	background: url(Images/btn1_special.gif) no-repeat right top;
}
#navcontainer li.active a.special:hover
{
	color: #fff;
	background: #000 url(Images/btn2_special.gif);
	cursor: default;
}
#navcontainer li.active a.special:hover b
{
	background: url(Images/btn2_special.gif) no-repeat right top;
}

/* IE hacks */
* html #navcontainer ul {display:inline-block;}
* html #navcontainer ul {display:inline;}
* html #navcontainer ul li {float:left;}
* html #navcontainer {text-align:center;}

/* breadcrumb trail */
.breadcrumb,
.breadcrumb a
{
	font-weight:bold;
	text-decoration:none;
	color:#888;
}
.breadcrumb a:active,
.breadcrumb a:hover
{
	text-decoration:underline;
	color:#0E4D9A;
}
.breadcrumb .separator
{
	color:#0E4D9A;
	font-weight:bold;
	padding:0 6px;
}
.breadcrumb .bcnodeactive 
{
	font-style:italic;
}