/*---- S T A R T   N A V   B A R ----*/
/* ================================= */
html>body .nav-bar {
	height: 25px;
}
.nav-bar {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #d5d3d3 !important;
	font-weight: normal;
	font-size: 100%;
	color: #525151;
	border-bottom: 0px solid #333333;
}

.nav-bar .container-left,
.nav-bar .container-right
{
	font-size: 100%;
	padding-left: 0px;
	margin: 3px 0px 0px 0px;
	height: 1.5em;
	line-height: 1.5em;
}

.nav-bar .container-left {
	float: left;
}

.nav-bar .container-right {
	float: right;
	color: #CCCC99;
}

.nav-bar .container-left span,
.nav-bar .container-right span,
.nav-bar .container-left div,
.nav-bar .container-left a,
.nav-bar .container-right a {
	height: 1.6em;
	padding-left: 1px;
	padding-right: 1px;
	Xbackground-image: url('../images/bar-separator.gif');
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	color: #525151;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.nav-bar .container-left span {
	padding: 0px 1px 0px 1px;
	Xline-height: 20px;
	line-height: 1.4em;
}

.nav-bar .container-left span a {
	Xheight: 17px;
	height: 17px;
	padding: 0px 12px 0px 12px;
	background-image: none;
	border: 0px solid #666666;
}

.nav-bar .container-left span a.Item {
	Xfont-weight: normal;
}
.nav-bar .container-left span a.Item:hover {
	text-decoration: none;
	color: #333333;
	border: 0px solid #CCCCCC;
	background-color: #AAAAAA;
}

.nav-bar .container-right span,
.nav-bar .container-right a {
	padding-left: 6px;
	padding-right: 5px;
	background-image: url('../images/bar-separator-alt.gif');
	color: #CCCC99;
}

.nav-bar .container-left a:hover,
.nav-bar .container-right a:hover {
	text-decoration: underline;
}

.nav-bar .container-left a.ItemActive {
	font-weight: bold;
	text-decoration: none;
	color: #ff6633;
}

.nav-bar .container-left .ItemFirst,
.nav-bar .container-right .ItemFirst {
	background-image: none;
	padding-left: 10px;
	color: #525151;
}

.nav-bar .container-right #editModeSwitchContainer {
	position: relative;
	width: 19px;
	padding-right: 1px;
}
.nav-bar .container-right #enterEditMode,
.nav-bar .container-right #exitEditMode {
	position: absolute;
	padding: 0px;
	top: -2px;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
	margin-top: 1px;
	background-color: #999;
}

.nav-bar .container-right #enterEditMode {
	background-image: url('../images/navbar-editpencil.gif');
}

.nav-bar .container-right #enterEditMode:active,
.nav-bar .container-right #enterEditMode:hover {
	background-image: url('../images/navbar-editpencil-over.gif');

}

.nav-bar .container-right #exitEditMode {
	background-image: url('../images/navbar-editpencil-over.gif');
}

.nav-bar .container-right #exitEditMode:hover {
}
/* ============================= */
/*---- E N D   N A V   B A R ----*/

/*---- S T A R T   N A V   B A R  B O T T O M----*/
/* ================================= */
html>body .nav-bar-bottom {
	height: 0px;
}
.nav-bar-bottom {
  background: url('../images/footer-bg.gif');
  height: 64px;
  border: 0px solid #000000;
  margin: 0px;
  padding: 0px;
}

.nav-bar-bottom .container-left,
.nav-bar-bottom .container-right
{
	font-size: 100%;
	padding-left: 0px;
	margin: 1px 0px 0px 0px;
	height: 1.5em;
	line-height: 1.5em;
}

.nav-bar-bottom .container-left {
	float: left;
}

.nav-bar-bottom .container-right {
	float: right;
	color: #CCCC99;
}

.nav-bar-bottom .container-left span,
.nav-bar-bottom .container-right span,
.nav-bar-bottom .container-left div,
.nav-bar-bottom .container-left a,
.nav-bar-bottom .container-right a {
	height: 1.6em;
	padding-left: 1px;
	padding-right: 1px;
	Xbackground-image: url('../images/bar-separator.gif');
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
}

.nav-bar-bottom .container-left span {
	padding: 0px 1px 0px 1px;
	Xline-height: 20px;
	line-height: 1.4em;
}

.nav-bar-bottom .container-left span a {
	Xheight: 15px;
	height: 1.5em;
	padding: 0px 3px 0px 3px;
	background-image: none;
	border: 1px solid #666666;
}

.nav-bar-bottom .container-left span a.Item {
	Xfont-weight: normal;
}
.nav-bar-bottom .container-left span a.Item:hover {
	text-decoration: none;
	color: #333333;
	border: 1px solid #CCCCCC;
	background-color: #AAAAAA;
}

.nav-bar-bottom .container-right span,
.nav-bar-bottom .container-right a {
	padding-left: 6px;
	padding-right: 5px;
	background-image: url('../images/bar-separator-alt.gif');
	color: #CCCC99;
}

.nav-bar-bottom .container-left a:hover,
.nav-bar-bottom .container-right a:hover {
	text-decoration: underline;
}

.nav-bar-bottom .container-left a.ItemActive {
	font-weight: bold;
	text-decoration: none;
	color: #FFB900;
}

.nav-bar-bottom .container-left .ItemFirst,
.nav-bar-bottom .container-right .ItemFirst {
	background-image: none;
	padding-left: 10px;
}

.nav-bar-bottom .container-right #editModeSwitchContainer {
	position: relative;
	width: 19px;
	padding-right: 1px;
}
.nav-bar-bottom .container-right #enterEditMode,
.nav-bar-bottom .container-right #exitEditMode {
	position: absolute;
	padding: 0px;
	top: -2px;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
	margin-top: 1px;
	background-color: #999;
}

.nav-bar-bottom .container-right #enterEditMode {
	background-image: url('../images/navbar-editpencil.gif');
}

.nav-bar-bottom .container-right #enterEditMode:active,
.nav-bar-bottom .container-right #enterEditMode:hover {
	background-image: url('../images/navbar-editpencil-over.gif');

}

.nav-bar-bottom .container-right #exitEditMode {
	background-image: url('../images/navbar-editpencil-over.gif');
}

.nav-bar-bottom .container-right #exitEditMode:hover {
}
/* ============================= */
/*---- E N D   N A V   B A R  B O T T O M----*/


/*---- S T A R T   T O P   M E N U   F L Y O U T S ----*/
/* =================================================== */
div.menu {
  background-color: #666666;
  top: 0px;
  left:0px;
  padding:3px 3px !important;
  margin:0px 0px 0px 0px;
  position: absolute;
  visibility:hidden;
  z-index:101;
  border:none;
	font-weight: normal;
	font-size: 100%;
	Xfont: normal 11px Arial;
}
div.menu a.menuItem {
  color: #eee;
  cursor: default;
  display: block;
  padding:4px 20px 4px 5px;
  text-decoration: none;
  cursor:pointer !important;
  xwidth:170px;
  border-bottom:1px solid #888;
  xfont-weight:bold;
  line-height:1.1em;
}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color:#AAA;
  color: #333333;
  cursor:pointer !important;
}
div.menu a.menuItem span.menuItemText {}
div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}
div.menu div.menuItemSep {
}
/* =============================================== */
/*---- E N D   T O P   M E N U   F L Y O U T S ----*/


/*---- S T A R T   B R E A D C R U M B S ----*/
/* ========================================= */
#breadcrumbs {
	display: block;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 80%;
	color: #999999;
}

#crumbslist li {
	display: inline;
	list-style-type: none;
}
#crumbslist {
	margin: 0;
	padding: 0;
}
#crumbslist a:hover, #crumbslist a:focus,#crumbslist li a:hover, #crumbslist li a:focus {
	text-decoration: underline;
}
#crumbslist a, #crumbslist li a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#crumbslist li a {
	color: #999999;
	margin-right: 4px;
	border-right: 1px solid #999999;
	padding: 0px 4px 0px 0px;
	font-weight: normal;
	text-decoration: none;
}

#crumbslist #crumbcurr {
	font-weight: bold;
}
/* ===================================== */
/*---- E N D   B R E A D C R U M B S ----*/


/*---- S T A R T   S E C O N D A R Y   N A V I G A T I O N ----*/
/* =========================================================== */
#left-nav {
	Xborder:1px solid #000000;
	font-size: 90%;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 5px;
	background-image: url('../images/nav-bg.gif');
	background-repeat: repeat-y;
}

#left-nav #level1 li, #left-nav #level2 li, #left-nav #level3 li, #left-nav #level4 li, #left-nav #level5 li,
#left-nav #level1 li.sel, #left-nav #level2 li.sel, #left-nav #level3 li.sel, #left-nav #level4 li.sel, #left-nav #level5 li.sel  {
	font-size: 100%;
	display: inline;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#left-nav #level1 li a,#left-nav #level1 #level2 li a, #left-nav #level1 #level2 #level3 li a, #left-nav #level1 #level2 #level3 #level4 li a, #left-nav #level1 #level2 #level3 #level4 #level5 li a {
	display:block;
	margin:0px;
	color:#ff6633;
	border-bottom:1px #cccccc solid;
	text-decoration:none;
	font-weight: normal;
	height: 1%;
	background-color: #ffffff;
	background-image: none;
}

#left-nav #level1 li a:hover,#left-nav #level1 #level2 li a:hover, #left-nav #level1 #level2 #level3 li a:hover, #left-nav #level1 #level2 #level3 #level4 li a:hover, #left-nav #level1 #level2 #level3 #level4 #level5 li a:hover {
	text-decoration: underline;
}


#left-nav #level1 li.sel a,#left-nav #level1 #level2 li.sel a, #left-nav #level1 #level2 #level3 li.sel a, #left-nav #level1 #level2 #level3 #level4 li.sel a, #left-nav #level1 #level2 #level3 #level4 #level5 li.sel a {
	font-weight: bold;
	background-image: url('../images/navitem-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	
}

#left-nav #level1, #left-nav #level2, #left-nav #level1 #level2 #level3, #left-nav #level4, #left-nav #level5 {
	margin:0px;
	padding:0px;
}

/* Level 1 */
#left-nav #level1 li a {
	padding:6px 5px 6px 10px;
	background-color:#231F20;
}

/* Level 2 */
#left-nav #level1 #level2 li a {
	padding:4px 5px 4px 20px;
	background-color:#DCE5EF;
}

/* Level 3 */
#left-nav #level1 #level2 #level3 li a {
	padding:4px 5px 4px 30px;
	background-color:#ECF1F6;
}

/* Level 4 */
#left-nav #level1 #level2 #level3 #level4 li a {
	padding:4px 5px 4px 40px;
}

/* Level 5 */
#left-nav #level1 #level2 #level3 #level4 #level5 li a {
	padding:4px 5px 4px 50px;
}
/* ======================================================= */
/*---- E N D   S E C O N D A R Y   N A V I G A T I O N ----*/

.leftbg {
	padding:0px 0px 0px 0px;
	border-right:#CCCCCC solid 1px;
}

