#main_navcontainer {
	background: transparent url(../images/elements/toolbar_background.jpg) repeat center center;
	
  box-shadow: 0px 0px 60px 0px #0b0b0b inset ;
  -webkit-box-shadow: 0px 0px 60px 0px #0b0b0b inset ;
  -moz-box-shadow: 0px 0px 60px 0px #0b0b0b inset ;

}
#navcontainer, #navcontainer ul, #navcontainer ul ul {background-color: transparent !important;}
#navcontainer {background-image: none;
}

#navcontainer ul ul {
	background: transparent url(../images/elements/toolbar_background_2.png) repeat center bottom;
}

@media only screen and (max-width: 767px) {

#navcontainer ul ul {
	background: none !important;
}
}