/* www.multithemes.com */

#navigation_position {top: 1px;}

#navcontainer {
	background: inherit;
	position: relative;
	top: 0;
	width: 100%;
	display: block;
	padding: 40px 0 20px 11px;
	text-indent: 9px;
	
	opacity:1.0; /* opacity */
    filter:Alpha(opacity=100); /* opacity IE8 and earlier */
}
#navcontainer:hover {
	opacity:1.0; /* opacity */
    filter:Alpha(opacity=100); /* opacity IE8 and earlier */}

#navcontainer #current, #navcontainer .current {
	font-weight: bold;	
}
#navcontainer #current:hover {}
#navcontainer .currentAncestor {
	background: url(../../images/elements/toolbar_icons/2button_triangle.gif) no-repeat 29px 50%;
	font-weight: bold;
}
#navcontainer ul .currentAncestor { /* fix for missing icon - new style */
	background: url(../../images/elements/toolbar_icons/2button_triangle_normal.gif) no-repeat 29px 50%;
	font-weight: bold;
}
/* first menu explorable + hover */

.parent { 
    visibility: visible;
	background: url(../../images/elements/icons/parent_sidebar.gif) no-repeat 5% 13px;
}
.parent:hover {
	visibility: visible;

}
/* Parent - Level 0 */
#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#navcontainer li > ul {}
#navcontainer li:hover > ul {
}

/* 		 transition-delay: 0.2ms;
	-webkit-transition-delay: 0.2ms;
	-o-transition-delay: 0.2ms;
	-moz-transition-delay: 0.2ms;	 */
#navcontainer ul.sub_menu {}
#navcontainer li {}
#navcontainer a {
	display: block;
	padding-left: 34px;
	height: 34px;
	background: url(../../images/elements/toolbar_icons/2button_triangle_normal.gif) no-repeat 29px 50%;
	text-shadow: #e3e1de 0 1px 1px;
	font-size: 16px;
	line-height: 33px;
	border-bottom: 1px dotted #845c4b;
}
#navcontainer a:hover {
	background: url(../../images/elements/toolbar_icons/2button_triangle.gif) no-repeat 29px 50%;
}
#navcontainer a:active {
	background: url(../../images/elements/toolbar_icons/2button_triangle.gif) no-repeat 29px 50%;
}
/* Child - Level 1 */
#navcontainer ul ul {}
#navcontainer ul ul li {}
#navcontainer ul ul a {
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 30px 50%;
	padding: 0 0 0 40px;
	font-size: 13px;
}
#navcontainer ul ul a:hover{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 30px 50%;
}

#navcontainer ul ul #current{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 30px 50%;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 30px 50%;
	font-weight: bold;
}
/* Child - Level 2 */

#navcontainer ul ul ul {}
#navcontainer ul ul ul li {}
#navcontainer ul ul ul a{
	padding: 0px 0px 0px 45px;
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 34px 50%;
}
#navcontainer ul ul ul a:hover{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 34px 50%;
}
#navcontainer ul ul ul #current{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 34px 50%;
	font-weight: bold;
}
#navcontainer ul ul ul .currentAncestor{
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 34px 50%;
	font-weight: bold;
}
/* Child Level 3 */

#navcontainer ul ul ul ul {}
#navcontainer ul ul ul ul li {}
#navcontainer ul ul ul ul a{
	padding: 0px 0px 0px 50px;
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 38px;
}
#navcontainer ul ul ul ul a:hover{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 38px;
}
#navcontainer ul ul ul ul #current{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 38px;
	font-weight: bold;
}
#navcontainer ul ul ul ul .currentAncestor{
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 38px;
	font-weight: bold;
}
/* Child Level 4 */
#navcontainer ul ul ul ul ul {}
#navcontainer ul ul ul ul ul li {}
#navcontainer ul ul ul ul ul a{
	padding: 0px 0px 0px 55px;
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 42px 50%;
}
#navcontainer ul ul ul ul ul a:hover{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 42px 50%;
}
#navcontainer ul ul ul ul ul #current{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 42px 50%;
	font-weight: bold;
}