div.menuBar,
div.menuBar a.menuButton,
div.menuBar a.menuButtonEmpty,
div.menu,
div.menu a.menuItem {
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  z-index: 999;
}








div.menuBar {
  background-color: #4D4D4D;
  border: 2px outset #4D4D4D;
  padding: 12px 2px 8px 2px;
  text-align: center;
  background: url(../img/header-grey.png) repeat-x;
  z-index: 999;
  border: 0;

}

div.menuBar table{

  z-index: 999;
}

div.menuBar a.menuButton,
div.menuBar a.menuButtonEmpty {



  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  font-weight:bold;
  top: 0px;
  z-index: 999;

}

background-image: url(../img/grad.gif);

div.menuBar a.menuButton:hover,
div.menuBar a.menuButtonEmpty:hover
{
  background-color: #ffffff;
  
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 999;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover,
div.menuBar a.menuButtonEmptyActive,
div.menuBar a.menuButtonEmptyActive:hover {
  background: url(../img/header.png) repeat-x;
  border: 1px solid #c7c7c7;

  color: #ffffff;
  left: 0px;
  top: 0px;
  z-index: 999;
}

div.menu {
  background-color: #f00;
  background-image: url(../img/grad.gif);
  border: 2px outset #ffffff;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 999;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  z-index: 999;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background: url(../img/header.png) repeat-x;
  color: #ffffff;
  z-index: 999;
}

div.menu a.menuItem span.menuItemText {
z-index: 999;
}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
  z-index: 999;
}

div.menu div.menuItemSep {
  border: 1px inset #4D4D4D;
  margin: 4px 2px;
  z-index: 999;
}

input.radioButton
{
	width: 10px;
	height: 10px;
}

select
{ 
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
	background: #fff;
	border: 1px #a1a1a1 solid;
	SCROLLBAR-BASE-COLOR: #FF0000; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #DDDDDD; 
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD; 
	SCROLLBAR-FACE-COLOR: #FF0000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FF0000; 
	SCROLLBAR-SHADOW-COLOR: #FF0000; 
	SCROLLBAR-TRACK-COLOR: #FF0000;/* */
}
