/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	font-size: 14px;
	display: block;
	background: url(navigation_01.png) no-repeat;
	padding-bottom: 15px;
	position: relative;
	float: left;
	height: 45px;
	overflow: hidden;
}

#navcontainer #logo {
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	width: 50px;
}

#navcontainer #logo a {
	padding: 0; margin: 0; height: auto;
}

#navcontainer #current {
	
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	padding-top: 5px;
	width: 900px;
	height: 35px;
	padding-left: 10px;
	float: left;
}

#navcontainer li {
	float: left;
	height: 50px;
	overflow: hidden;
	margin-right: -1px;	
}

#navcontainer span {
	display: block;
	height: 50px;
	padding-left: 10px;	
	font-size: 14px;
}

#navcontainer a {
	padding-top: 15px;
	padding-right: 10px;
	height: 35px;
	display: block;
	color: #ccc;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

/*Hover*/
#navcontainer li:hover span {
	background: url(navigation_01.png) no-repeat 0 bottom;
}

#navcontainer li:hover a {
	background: url(navigation_01.png) no-repeat right bottom;
	color: #f4f4f4;
}

/*Current*/
#navcontainer li.LIcurrent {
	margin-left: -1px;
	margin-right: -1px;	
}
#navcontainer li.LIcurrent span {
	background: url(navigation_01.png) no-repeat 0 bottom;
}
/*Current*/
#navcontainer li.LIcurrentAncestor a {
	background: url(navigation_01.png) no-repeat right bottom;
}

#navcontainer li.LIcurrentAncestor {
	margin-left: -1px;
	margin-right: -1px;
}
#navcontainer li.LIcurrentAncestor span {
	background: url(navigation_01.png) no-repeat 0 bottom;
}

#navcontainer li.LIcurrent a {
	background: url(navigation_01.png) no-repeat right bottom;
}
#navcontainer li ul {
	display: none;
}
/* @end */