@charset "utf-8";
.danbwa_style_menu {
	font-family: Neuron;
}

.tab_bottom {
	font-family: Neuron;
	border-radius: 0px 0px 10px 10px;
	background: ;
}

.tab_full {
	font-family: Neuron;
	border: none;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFCC00;
  position: relative;
  right: -20px;

  
}

.arrow-background {
	background: #FFF;
}

.round-first {
	background: #FFCC00;
	border-radius: 10px 10px 0px 0px;
}

.round-last {
	background: #FFCC00;
	border-radius: 0px 0px 10px 10px;
}

.rest {
	background: #FFCC00;

}

ul.MenuBarHorizontal a.MenuBarItemSubmenu2
{
	background: #777;
	background: linear-gradient( to top right, #000, #FFF);
	background-position: 95% 50%;
	border-radius: 10px 10px 10px 10px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
