/* @group Button */

#navcontainer2 {
	background-image: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 191px;
}

#navcontainer2 #current {
	background-color: transparent;		 
	font-weight: normal;
	font-style: normal;	
}

#navcontainer2 #current:hover {
	background-color: transparent;		 
}
#navcontainer2 .currentAncestor {
	background-image: none;
	background-color: transparent;
	  
	font-weight: normal;
	font-style: normal;
}
/* Parent - Level 0 */

#navcontainer2 ul{}
#navcontainer2 li {
	background-image: none;
}
#navcontainer2 a {	
	margin-bottom: 10px;
	position: relative;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  box-shadow: 0px 0px 3px #262626 inset ;
  -webkit-box-shadow: 0px 0px 3px #262626 inset ;
  -moz-box-shadow: 0px 0px 3px #262626 inset ;

	transition: All 0.40s linear;	
	-webkit-transition: All 040s linear;	
	-moz-transition: All 0.40s linear;	
	-o-transition: All 0.40s linear;	
		border: 1px solid #7e7e7e;
	padding-top: 3px;
	width: 191px;
}

#navcontainer2 a:hover {
	 	
	text-shadow: none;
	
  /***  CSS Shadows      ***/
  box-shadow: 0px 0px 6px #262626 inset ;

  -webkit-box-shadow: 0px 0px 6px #262626 inset ;

  -moz-box-shadow: 0px 0px 6px #262626 inset ;


    /***  CSS transition  ***/
  transition: All 0.13s linear;
	-webkit-transition: All 0.12s linear;
	-moz-transition: All 0.12s linear;
	-o-transition: All 0.12s linear;
	margin-right: 0;
}

#navcontainer2 a:active {
	background-image: none;
}

/* png over buton */

#navcontainer2 ul li, #navcontainer2 ul li:hover {
	width: 191px;
}

/* Child - Level 1 */

#navcontainer2 ul ul {
	background-image: none;
}

#navcontainer2 ul ul li {
	background-image: none;
}

#navcontainer2 ul ul a {
	padding: 0;
	background-image: none;
	text-indent: 15px;
	margin-left: 5px;
	width: 186px;
}

#navcontainer2 ul ul a:hover{
	background-image: none;
}

#navcontainer2 ul ul #current{
	background-image: none;
	
}

#navcontainer2 ul ul .currentAncestor {
	background-image: none;
}

/* Child - Level 2 */

#navcontainer2 ul ul ul {
	background-image: none;
	
}

#navcontainer2 ul ul ul li {
	background-image: none;
}

#navcontainer2 ul ul ul a{
	margin-left: 10px;
	background-image: none;
	width: 181px;
}

#navcontainer2 ul ul ul a:hover {
	background-image: none;
}

#navcontainer2 ul ul ul #current {
	background-image: none;
}

#navcontainer2 ul ul ul .currentAncestor {
	background-image: none;
}

/* Child Level 3 */

#navcontainer2 ul ul ul ul {
	background-image: none;
}

#navcontainer2 ul ul ul ul li {
	background-image: none;
}

#navcontainer2 ul ul ul ul a{
	margin-left: 15px;
	background-image: none;
	width: 176px;
}

#navcontainer2 ul ul ul ul a:hover{
	background-image: none;
}

#navcontainer2 ul ul ul ul #current{
	background-image: none;
}

#navcontainer2 ul ul ul ul .currentAncestor {
	background-image: none;
}

/* Child Level 4 */

#navcontainer2 ul ul ul ul ul {
	background-image: none;
}

#navcontainer2 ul ul ul ul ul li {
	background-image: none;
}

#navcontainer2 ul ul ul ul ul a{
	margin-left: 20px;
	background-image: none;
	width: 171px;
}

#navcontainer2 ul ul ul ul ul a:hover{
	background-image: none;
}

#navcontainer2 ul ul ul ul ul #current{
	background-image: none;
}

#navcontainer2 ul ul ul ul ul .currentAncestor {
	background-image: none;
}

/* @end */

/* @group icon and animation only */

#navcontainer2 .current {
	background: url(../../images/elements/png/over_1b.png) no-repeat -46px 50%;
	text-indent: 21px;
}

#navcontainer2 ul a {
	display: block;	
	background: url(../../images/elements/png/over_1b.png) no-repeat -51px 50%;
	
	/***  CSS transition  ***/
	transition: All 0.15s linear;	
	-webkit-transition: All 0.15s linear;	
	-moz-transition: All 0.15s linear;	
	-o-transition: All 0.15s linear;	
	/*** BUG opera, not used:  -o-transition: All 0.20s linear;	  ***/
	
	/* web-kit transition links CSS3*/
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;	
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}

#navcontainer2 ul a:hover {	
	background: url(../../images/elements/png/over_1b.png) no-repeat -35px 50%;
	text-indent: 21px;
	
	/***  CSS transition  ***/
    transition: All 0.1s linear;
	-webkit-transition: All 0.1s linear;
	-moz-transition: All 0.1s linear;
	/*** BUG opera, not used:  -o-transition: All 0.12s linear;  ***/
	
	/* web-kit transition links CSS3*/
	transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	display: block;
}

#navcontainer2 ul ul a:hover {	
	background: url(../../images/elements/png/over_1b.png) no-repeat -33px 50%;
	text-indent: 21px;
	
	/***  CSS transition  ***/
    transition: All 0.1s linear;
	-webkit-transition: All 0.1s linear;
	-moz-transition: All 0.1s linear;
	/*** BUG opera, not used:  -o-transition: All 0.12s linear;  ***/
	
	/* web-kit transition links CSS3*/
	transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	display: block;
}

#navcontainer2 ul ul ul a:hover {
	background: url(../../images/elements/png/over_1b.png) no-repeat -28px 50%;
	text-indent: 27px;
}

#navcontainer2 ul ul ul ul a:hover {
	background: url(../../images/elements/png/over_1b.png) no-repeat -18px 50%;
	text-indent: 37px;
}

#navcontainer2 ul ul ul ul ul a:hover {
	background: url(../../images/elements/png/over_1b.png) no-repeat -8px 50%;
	text-indent: 47px;
}

/* @end */

