a.menuItem:hover {
	color : #FFFFFF;
	background-color : #0A60A0;
	font-size : 12px
}

body{
	margin : 0
}

.buttons{
	border-width : 1px;
	border-style : solid;
	border-color : #222299;
	float : left;
	padding : 1px 6px 1px 6px;
	margin : 1px 1px 1px 1px;
	display : block;
	color : White;
	background-color : #0B83BF;
	font-size : 12px;
	font-family : verdana, arial, helvetica;
	font-weight : 900;
	text-decoration : none;
	cursor : default;
	z-index : 300
}

.buttonsDown{
	border-width : 1px;
	border-style : solid;
	float : left;
	padding : 1px 5px 0px 6px;
	margin : 2px 1px 1px 2px;
	border-color : #3344EE #000033 #000033 #3344EE;
	display : block;
	color : #EEEEFF;
	background-color : #0A60A0;
	font-size : 12px;
	font-family : verdana, arial, helvetica;
	font-family : verdana, arial, helvetica;
	font-weight : 900;
	text-decoration : none;
	z-index : 300;
	cursor : default
}

.buttonsOver{
	border-width : 1px;
	border-style : solid;
	float : left;
	padding : 1px 6px 1px 6px;
	margin : 1px;
	border-color : #3344EE #000033 #000033 #3344EE;
	display : block;
	color : #EEEEFF;
	background-color : #006699;
	font-size : 12px;
	font-family : verdana, arial, helvetica;
	font-weight : 900;
	text-decoration : none;
	z-index : 300;
	cursor : default
}

.label{
	/* mac ie needs a height for labels */
	width : auto;
	background-position : center right;
	background-repeat : no-repeat;
	height : 15px
}

.labelOver{
	/* mac ie needs a height for labels */
	margin : 0;
	padding : 3px 10px 3px 10px;
	width : auto;
	display : block;
	white-space : nowrap;
	color : #FFFFFF;
	background-color : #0A60A0;
	background-position : center right;
	background-repeat : no-repeat;
	font-size : 12px;
	text-decoration : none;
	height : 15px
}

.menu {
	border-style : solid;
	border-width : 1px;
	border-color : #09569C #000033 #000033 #09569C;
	padding : 0px 0;
	background-color : #0B83BF;
	font-family : verdana, arial, helvetica;
	position : absolute;
	top : 24px;
	visibility : hidden;
	z-index : 1000;
}

.menu * {
	cursor : default
}

.menuItem, .label{
	margin : 0;
	padding : 3px 10px 3px 10px;
	width : 100%;
	display : block;
	white-space : nowrap;
	color : #FFFFFF;
	background-color : transparent;
	font-size : 12px;
	text-decoration : none;
	cursor : default;
	z-index : 900
}

.separator{
	margin : 0px 0
}

#menubar {
  position: absolute;
  left : 0px;
  top : 64px;
  background-color: #222299;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #3344ee #000033 #000033 #3344ee ;
  clear: both;
  z-index: 200;
  white-space: nowrap;
/*  margin-bottom : 80px; */
 }
