.menuitem{display:inline-block;border:solid 1px #bcc; border-right-color:#9aa;  background-color:#bcc; color:white;text-decoration:none; padding:1em; margin:0 important!; cursor:pointer;  }
.menuitem:hover{background-color:#077; color:#fff;}
.activeitem{border-bottom-color:#077;background-color:#077; }
.menubar {text-align:right;border-bottom:solid 5px #077;background-color:#bcc;width:100%;
 background-image: -webkit-gradient(linear, left top  , left bottom , from(#eff), to(#bcc), color-stop(0.2, #eff), color-stop(0.8, #bcc)); 
 background-image: -moz-linear-gradient(left top  , left bottom , from(#eff), to(#bcc), color-stop(0.2, #eff), color-stop(0.8, #bcc)); 
background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.4, rgb(204,221,221)),
	color-stop(0.62, rgb(187,204,204))
}



.menubarabs {text-align:right;position:absolute;border-bottom:solid 5px #077;background-color:#bcc;left:0;right:-0px; bottom:-0px;
 background-image: -webkit-gradient(linear, left top  , left bottom , from(#eff), to(#bcc), color-stop(0.2, #eff), color-stop(0.8, #bcc)); 
 background-image: -moz-linear-gradient(left top  , left bottom , from(#eff), to(#bcc), color-stop(0.2, #eff), color-stop(0.8, #bcc)); 
background-image: linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);
background-image: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(204,221,221) 40%, rgb(187,204,204) 62%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(255,255,255)),
	color-stop(0.4, rgb(204,221,221)),
	color-stop(0.62, rgb(187,204,204))
}

.tabpanel{left:0;top:0;width=100%;display:none";}
