/* tmp

#navcontainer ul ul a #current{
	z-index: 999 !important;
	display: block !important;
}

#navcontainer ul ul a #current:focus{
	z-index: 999 !important;
	display: block !important;
}

*/

@media only screen and (min-width: 768px) {

#navcontainer { 
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* ------ */

#navcontainer ul ul .parent { 
    visibility: visible;
	background: url(images/elements/parent.png) no-repeat right -19px;
	
	transition: All 0s linear;	
	-webkit-transition: All 0s linear;	
	-moz-transition: All 0s linear;	
	-o-transition: All 0s linear;
	float: none;
	display: block;
}

#navcontainer ul ul .parent:hover {
	visibility: visible;
	background-position: right -17px;
}

/* ------ */
#navcontainer{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navcontainer ul{}
#navcontainer a {
	display: inline;
	background: url(../images/elements/separator.png) no-repeat left center !important;

	/* 	padding-left: 11px;
	padding-right: 5px;
	margin-right: 15px; */

		margin-right: 10px;
	padding-right: 3px;
	padding-left: 6px;
}




#navcontainer>ul>li:first-child>a {
	background-image: none !important;
}

/* ------ */
#navcontainer li {
    position: relative;   
    	display: inline;
	padding-top: 11px;
	padding-bottom: 11px;
}
/* Child - Level 1 */
#navcontainer ul ul {
	min-width: 200px;
	position: absolute;
	top: 38px;
	width: auto;

border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px; 
  
   
	z-index: 150;	
	opacity:0.95; /* opacity */
    filter:Alpha(opacity=95);
	left: 0;
	display: block;

	
	  box-shadow: 0px 2px 2px 0px #212121 ;
  -webkit-box-shadow: 0px 2px 2px 0px #212121 ;
  -moz-box-shadow: 0px 2px 2px 0px #212121 ;
  
}


/*   border-top-left-radius:2px;
  -webkit-border-top-left-radius:2px;
  -moz-border-radius-topleft:2px;
  border-top-right-radius:2px;
  -webkit-border-top-right-radius:2px;
  -moz-border-radius-topright:2px;
  border-bottom-left-radius:8px;
  -webkit-border-bottom-left-radius:8px;
  -moz-border-radius-bottomleft:8px;
  border-bottom-right-radius:8px;
  -webkit-border-bottom-right-radius:8px;
  -moz-border-radius-bottomright:8px;
   */


#navcontainer ul ul li {
	display: inline;
	clear: left;
	float: left;
	padding-top: 0;
	padding-bottom: 5px;
}

/* --- */

#navcontainer ul ul a {

	background-image: none !important;
	display: inline-block;
	float: left;
	padding: 5px 0 5px 10px;
}

/* --- */


#navcontainer ul ul a:hover{}
#navcontainer ul ul #current{}
#navcontainer ul ul .currentAncestor {}
/* Child - Level 2 */

#navcontainer ul ul ul {
	z-index: 160;
	top: 0;
	left: 0;
	position: relative;
	padding: 0;
	background-image: none;
	
	 box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#navcontainer ul ul ul li {}
#navcontainer ul ul ul a{}
#navcontainer ul ul ul a:hover{}
#navcontainer ul ul ul #current{
}
#navcontainer ul ul ul .currentAncestor{
}
/* Child Level 3 */
#navcontainer ul ul ul ul {
	z-index: 170;
	background-image: none;
}
/* Child Level 4 */
#navcontainer ul ul ul ul ul {
	z-index: 180;
}

/* ------- */

#navcontainer>ul ul>li:first-child>a {
	padding-top: 10px;
}
#navcontainer>ul ul>li:last-child>a {
	padding-bottom: 15px;
}

/* ------- */

#navcontainer>ul ul ul>li:first-child>a {
	padding-top: 5px;
}
#navcontainer>ul ul ul>li:last-child>a {
	padding-bottom: 5px;
}
}


@media only screen and (min-width: 1000px) {

/* reduce in toolbar only */
#navcontainer a {
	padding-left: 11px;
	padding-right: 5px;
	margin-right: 15px;
}
}
@media only screen and (max-width: 767px) {

#navcontainer a {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Child - Level 1 */

/* --vertical padding only here - */

#navcontainer ul ul a {
	padding-left: 15px;
}

/* --vertical padding only here - */
/* Child - Level 2 */
#navcontainer ul ul ul a{
	padding-left: 20px;
}
/* Child Level 3 */
#navcontainer ul ul ul ul a{
	padding-left: 25px;
}
/* Child Level 4 */
#navcontainer ul ul ul ul ul a{
	padding-left: 30px;
}
/* ______________ */

/* line */

#navcontainer a {
background: url(../images/elements/line_oriz.png) repeat-x left top;

}

#navcontainer ul ul a {
	background-image: none;
}

#navcontainer>ul>li:first-child>a {
	background-image: none;
	padding-bottom: 6px;
}
#navcontainer>ul ul>li:first-child>a {}

/* line */

/* --------- */

#navcontainer>ul ul>li:first-child>a {
	border-top-style: none;
	padding-top: 0;
	margin-top: 0;
}
#navcontainer>ul ul>li:last-child>a {
	padding-bottom: 15px;
}
}