/*
#navcontainer a {
	display: block;
	text-decoration: none;
	background: url(../../images/menu.jpg) no-repeat;
	width: 186px;
	padding-top: 10px;
	padding-left: 14px;
	height: 30px;
	margin-bottom: 0;
}

#navcontainer a:hover {
	background: url(../../images/menu.jpg) no-repeat 0 -40px;
	height: 30px;
	width: 186px;
}

#navcontainer ul ul a {
	background-image: none;
}

#navcontainer ul ul a:hover {
	background-image: none;
}

html>body #navcontainer a {
	display: block;
	text-decoration: none;
	background: url(../../images/menu.jpg) no-repeat;
	width: 186px;
	padding-top: 10px;
	padding-left: 14px;
	margin-bottom: 0;
}

html>body #navcontainer a:hover {
	background: url(../../images/menu.jpg) no-repeat 0 -40px;
	width: 186px;
}

html>body #navcontainer ul ul a {
	background-image: none;
}

html>body #navcontainer ul ul a:hover {
	background-image: none;
}
*/
/* Hide Level 0 - language switch*/
#navcontainer a {
	display: none;
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 8;
	text-align: left;
}

#navcontainer ul ul li {
	position: relative;
	border-top-width: 0;
	margin-bottom: 3px;
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	color: #787878;
	background: url(../../images/menu.jpg) no-repeat;
	width: 186px;
	padding-top: 10px;
	padding-left: 14px;
	height: 30px;
	margin-bottom: 0;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background: url(../../images/menu.jpg) no-repeat 0 -40px;
	height: 30px;
	width: 186px;
}

#navcontainer ul ul #current{
}


/* Child Level 3 */

#navcontainer ul ul ul {
	font-size: 95%;
	margin-bottom: 20px;
}

#navcontainer ul ul ul li { 
	margin-top: 3px;
}

#navcontainer ul ul ul a {
	padding-left: 20px;
	background-image: none;
	height: 15px;
}

#navcontainer ul ul ul a:hover{
	background-image: none;
	height: 15px;
}

