
#navcontainer ul {
	position: relative;

	list-style: none;
	left: 120px;
	padding: 0;
	margin: 0;
	height: 100%;
}


#navcontainer li {

	/*position: relative;*/
	width: 120px;
	display: block;
	/*float: right;
	clear: right;*/
}

#navcontainer a:link, #navcontainer a:visited {
	display: block;
	padding: 2px 6px 4px;
	text-decoration: none;
	width: 108px;
	font-size: 0.9em;
	height: 1.6em;
}

* html #navcontainer a:link, * html #navcontainer a:visited {
	padding: 0 6px;
}






/* Child - Level 1 */

#navcontainer ul ul {

	position: absolute;

	left: 120px;
	top: 0px;
	bottom: 0px;

	/*display: none;*/
	z-index: 100;
}

#navcontainer ul ul a:link { 
	}

#navcontainer ul ul a:hover {
}


html>body #navcontainer ul ul a:link {
}

html>body #navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

html>body #navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
	bottom: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

#navcontainer_side {
	display: none;
}

#logo_side {
	display: none;
}
* html #navcontainer {
	height: 170px;
}

* html #navcontainer ul {
	height: 170px;
}

* html #navcontainer a:link, * html #navcontainer a:visited {
	padding: 0 6px;
}