/* @group Toolbar */

/* Toolbar Styles */
#container {
}
#navcontainer {
	width: 980px;
	background: url(globalnav1.png) no-repeat left top;
	height: 100px;
	top: 0;
}


/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navcontainer li {
	float: left;
	margin-left: 15px;
	height: 40px;
	
}

#navcontainer a {
	padding-top: 10px;
	height: 30px;
	display: block;
	font-size: 0.75em;
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	background: url(globalnav2_l.png) no-repeat left top;
	position: absolute;
	padding-left: 10px;
}

#navcontainer ul ul li {
	margin: 0;
	background: url(globalnav2_m.png) repeat-x left top;
}
#navcontainer ul ul li.last {
	display: block;
	margin-left: 0;
	width: 10px;
	background: url(globalnav2_r.png) no-repeat right top;
}
#navcontainer ul ul a {
	padding: 0;
	margin: 0;
	padding-top: 3px;
	margin-right: 10px;
	height: 25px;
	padding-right: 10px;
	background: url(globalnav2_spacer.png) no-repeat right top;
}

#navcontainer ul ul a.lastElement {
	background: none;
	padding-right: 0;
}

#navcontainer ul ul a:hover{
	padding: 0;
	margin: 0;
	padding-top: 3px;
	margin-right: 10px;
	height: 25px;
	padding-right: 10px;
}
#navcontainer ul ul a.lastElement:hover {
	padding: 0;
	margin: 0;
	padding-top: 3px;
	margin-right: 10px;
	height: 25px;
	padding-right: 0px;
}

#navcontainer ul ul #current{
}

#navcontainer ul ul a.currentAncestor {
	
}

/* Child - Level 2 */

.NavLevel3 {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	width: 578px;
	height: 37px;
	overflow: hidden;
	top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(globalnav3.png) no-repeat left top;
}

.wideContent.SidebarOff .NavLevel3 {
	width: 948px;
	background: url(globalnav3W.png) no-repeat;
}

.NavLevel3 li {
	float: left;
}

#content .NavLevel3 li a {
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 8px;
	margin-right: 8px;
	text-decoration: none;
	display: block;
	height: 26px;
	text-shadow: 0px -1px 1px #000;
	background: url(globalnav3_spacer.png) no-repeat right top;
}
#content .NavLevel3 li a.lastElement {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#content .NavLevel3 li a:hover {
	text-shadow: 0px -1px 1px #000;	
}

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}

/* @end */