/* @group Toolbar */
/* Toolbar Styles */

#navcontainer {
	position: relative;
	background: #ccc URL(../_images/linkbar_back.png);
	font-weight: BOLD;
	font-family: Verdana, Arial;
	color: #900;	
	padding-bottom: 10px;
	height: 22px;
	width: 100%;
	z-index: 99;
	display: block;

}


*html #navcontainer {
}


/* Parent - Level 0 */
#navcontainer ul {
	list-style: INLINE;
	margin: -1px 0px 0 0px;
	float: left;
	padding: -1px 0px 0 0px;
	margin: 0px 0px 0 0px;
}

*html #navcontainer ul {
	margin: 0px 0px 0 22px;
}


#navcontainer li {
	position: relative;
	display: block;
	float: left;
	background: url(../_images/linkbar_spacer.gif) no-repeat right 10px;
}

*html #navcontainer li {
}


#navcontainer .lastlink {
	background: URL();
}

#navcontainer ul li a {
	float: left; 
	font-size: 13px;
	display: inline;
	padding-top: 6px;
	padding-bottom: 0px;

	display: block;
}


*html #navcontainer ul li {
	height: 1%; 
}


#navcontainer .currentAncestor {
	color: #aaa;
	background: #49515C repeat-x;
}


#navcontainer ul li a:hover { 
	float: left; 
	display: table;
	margin-bottom: 0px;
}


#navcontainer a {
	display: block;
	color: #900;
	text-decoration: none;
	text-align: center;
	height: 21px;
	padding-right: 25px;
	padding-left: 21px;
}


#navcontainer a:hover {
	color: #fff;
	background: #49515C url(../_images/linkbar_spacer.gif) no-repeat right 11px;
}

#navcontainer .lastlink a:hover {
	background: #49515C URL();
}


/* Child - Level 1 */

#navcontainer ul ul {

	position: absolute;
	left: 5px;
	top: 26px;
	margin: 0;
	z-index: 100;
	padding: 0px;
	display: block;
	width: 160px;

/* 071105	*/
	width: 650px;
}






html > body #navcontainer ul ul {
	margin: 0;
}

#navcontainer ul ul li {
}


#navcontainer ul ul a {
	text-align: left;
	font-size: 8pt;
	font-family: Verdana, Arial; 
	background: #E1E5EA;
	color: #49515C;
	padding: 6px;
	width: 160px;
	background: #E1E5EA;
	border-bottom: 1px #900 solid;

/* 071105	*/
	width: 120px;
	padding: 2px 2px 0px 5px;
	border-bottom: 0;
	border-left: 1px #900 solid;
	border-bottom: 1px #900 solid;
	background: #eee;
}

*html #navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
	background: #49515C ;
}

*html #navcontainer .lastlink ul ul a:hover {
	background: #49515C ;
}

#navcontainer .lastlink UL LI a:hover {
	background: #49515C ;
}


div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul { 
	display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul {
	display:block;
}

/* END Toolbar Styles */


