/* 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 {	
}
#navcontainer #current:hover {}
#navcontainer .currentAncestor {
	background: url(../../images/elements/toolbar_icons/2button_triangle.gif) no-repeat 29px 50%;
}
#navcontainer ul .currentAncestor { /* fix for missing icon - new style */
	background: url(../../images/elements/toolbar_icons/2button_triangle_normal.gif) no-repeat 29px 50%;
}
/* 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 {}
/* align submenu relative LI */
#navcontainer li {
    position: relative;
    
}
#navcontainer a {
	display: block;
	padding-left: 31px;
	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%;
}

#navcontainer ul li {	
	  border-radius:1px;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	top: 0;
	left: 70%;
	width: 180px;
	
	  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  
  	  box-shadow: 0px 1px 6px 0px #6e6e6e ;
  -webkit-box-shadow: 0px 1px 6px 0px #6e6e6e ;
  -moz-box-shadow: 0px 1px 6px 0px #6e6e6e ;
  
	z-index: 150;
	
	opacity:0.95; /* opacity */
    filter:Alpha(opacity=95); /* opacity IE8 and earlier */
}
#navcontainer ul ul li {
		background: url(../../images/elements/page/page-normal.jpg) repeat-y 50% 0;

}
#navcontainer ul ul a {
	background: url(../../images/elements/toolbar_icons/2button_normale.png) no-repeat 7px 50%;
	padding: 4px 1px 4px 20px;
	font-size: 14px;
	border-bottom: 1px solid #e2dfcb;
	line-height: 33px;
}
#navcontainer ul ul a:hover{
	background: url(../../images/elements/toolbar_icons/2button_push.png) no-repeat 7px 50%;
}

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

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

#navcontainer ul ul ul {
	z-index: 160;
	top: 37px;
	left: 22px;
}
#navcontainer ul ul ul li {}
#navcontainer ul ul ul a{
}
#navcontainer ul ul ul a:hover{

}
#navcontainer ul ul ul #current{

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

	font-weight: bold;
}
/* Child Level 3 */

#navcontainer ul ul ul ul {
	z-index: 170;
}
#navcontainer ul ul ul ul li {}
#navcontainer ul ul ul ul a{
}
#navcontainer ul ul ul ul a:hover{

}
#navcontainer ul ul ul ul #current{

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

	font-weight: bold;
}
/* Child Level 4 */
#navcontainer ul ul ul ul ul {
	z-index: 180;
}
#navcontainer ul ul ul ul ul li {}
#navcontainer ul ul ul ul ul a{
}
#navcontainer ul ul ul ul ul a:hover{

}
#navcontainer ul ul ul ul ul #current{

	font-weight: bold;
}

