/* Remove the margin so the menu appears flush to the top of the document */

body	{margin: 0px; border: 0px;}

#menubar
{	
	background-color: #000000; 
	color: white;
	padding: 1px;
	POSITION: relative;
	font-face: verdana; 
	font-size: 12pt; 
	cursor: default; 
	color: #ffffff; 
	z-index:2;	
}

/* Style for the top-level menu items */
#menubar .root 
{	padding-left: 2pt; 
	padding-right: 6pt;
	color: white;
	padding: 1px;
	POSITION: relative;
	font-face: arial; 
	font-size: 10pt; 
	cursor: default; 
	color: #ffffff; 
	z-index:2;	
}

/* Style for nested menus */
#menubar TABLE 
{	font-face: Arial;
  	font-size: 6pt;
	margin: 0pt; 
	padding: 0pt; 
	color: white;
	background: #000000; 
	border-left: 2px #EEEEEE solid; 
	border-right: 2px gray solid; 
	border-bottom: 2px gray solid; 
	border-top: 2px #EEEEEE solid; 
	display: none; 
	position: absolute;
}

#menubar TABLE TD 
{	padding-top: 2pt; 
	padding-bottom: 2pt; 
	padding-right: 0pt; 
	padding-left: 16pt; 
	margin: 0pt;
}

/* Style for highlighted elements */
#menubar .highlight 
{	color: white; 
	font-size: 6pt;
	font-face: arial;
	background: #9B1519;
}
                                
/* Style for highlighting disabled elements */
#menubar .disabledhighlight 
{	background: navy; 
	color: silver;
}

/* Style for disabled and break elements */
#menubar #break, #menubar .disabled {color: silver;}

/* Remove padding and margins for break elements (horizontal bars) */
#menubar #break 
{	padding: 0pt; 
	margin: 0pt;
}

/* Style for the arrow representing more choices */
#menubar .more 
{	font: 9pt webdings; 
	left: 1pt; 
	float: top; 
	margin: 0pt; 
	padding: 0pt;
	width: .02em;
	position: top; 
	height: 1pt;
}

#menubar .left 
{	
	margin-left: -12pt;
}

#menubar .right 
{	
	margin-right: -12pt;
}



#GoMenu {width: 50pt}