
#navcontainer ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
}


#navcontainer li {

	/*position: relative;*/
	float: left;
	width: 111px;
	display: block;
	text-align: center;
	line-height:37px;
	border:none; 	
	background-color:#000000;
	/*float: right;
	clear: right;*/
}

#navcontainer a {
	display: block;
	text-align: center;
	text-decoration: none;
	float: left;
	width: 111px;
	font-size: 12px;
	height: 111px;
	color: #cccccc;
	background-color:#333333;
}

#navcontainer a:visited {
  	color:#000; 
  	background-color:#556b2f;
	font-size: 14px;
}

#navcontainer a:hover {
  	color:#000; 
  	background-color:#556b2f;
}




/* 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;
}

