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


#navcontainer li {
	/*position: relative;*/
	width: 195px;
	display: block;
	height: 16px;
	/*float: right;
	clear: right;*/
}

#navcontainer a {
	display: block;
	text-decoration: none;
	width: 189px;
	font-size: 1em;
	height: 16px;
}

#navcontainer ul a:hover {
	font-weight: bold;
}

#navcontainer ul .current, #navcontainer ul .currentAncestor {
	font-weight: bold;
}


/* Child - Level 1 */

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

#navcontainer ul ul a:hover {
	font-weight: normal;
	padding-left: 16px;
	display: block;
	margin-left: -16px;
	background: url(../../images/rightwards_arrow_11x16.gif) no-repeat;
	font-style: normal;
}

#navcontainer ul ul .current {
	font-style: normal;
}

#navcontainer ul ul li a {
	width: 399px;
}

#navcontainer ul ul a:link { 
}


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

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

#navcontainer ul ul .current {
	font-weight: normal;
	padding-left: 16px;
	display: block;
	margin-left: -16px;
	background: url(../../images/rightwards_arrow_11x16.gif) no-repeat;
}

html>body #navcontainer ul ul .current{
}

/* Child Level 3 */

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

/* Child Level 4 */

#navcontainer ul ul ul ul {
	position: absolute;
	left: 204px;
	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;
}

