/* Remove the margin so the menu appears flush to the top of the document */

body	{
	margin: 100px 0px 0px 0px;
	border: 0px;
}

#menubar
{
	background-color: transparent;
	padding: 0px;
	POSITION: relative;
	font-family : Verdana;
	font-size: 8pt;
	cursor: default;
	color: black;
	z-index:1;
}

/* Style for the top-level menu items */
#menubar .root 
{
	font-family : Verdana;
	font-size: 10pt;
	font-weight : bold;
	padding-left: 2pt;
	padding-right: 6pt;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-top: 0px solid;
}

/* Style for nested menus */
#menubar TABLE 
{
	font-family : verdana;
	font-size: 9pt;
	margin: 0pt;
	padding: 0pt;
	color: black;
	background: transparent;
	border-left: 0px #EEEEEE solid;
	border-right: 0px gray solid;
	border-bottom: 0px gray solid;
	border-top: 0px #EEEEEE solid;
	display: none;
	position: static;
}

#menubar TABLE TD 
{
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-right: 2pt;
	padding-left: 12pt;
	margin: 0pt;
	font-family : Verdana;
	font-size: 8pt;
	font-weight : bold;
}

/* Style for highlighted elements */
#menubar .highlight 
{	color: #F4C700; 
	background: #3D6E99;
	
}
                                
/* Style for highlighting disabled elements */
#menubar .disabledhighlight 
{	background: transparent; 
	color: white;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-right: 2pt;
	padding-left: 2pt;
	font-family : Verdana;
	font-size: 10pt;
	font-weight : bold;
}


#menubar .disabled
{	background: transparent; 
	color: white;
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-right: 2pt;
	padding-left: 2pt;
	font-family : Verdana;
	font-size: 10pt;
	font-weight : bold;
}


/* Style for disabled and break elements */
#break .disabled{color: #white;}

/* Remove padding and margins for break elements (horizontal bars) */
#menubar #break 
{	padding: 0pt; 
	margin: 0pt;
}

/* Style for the arrow representing more choices */
#menubar .more 
{
	background: transparent; 
	font: 8pt webdings;
	font-weight : bold;
	color: white;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-right: 0pt;
	padding-left: 0pt;
	margin: 0pt;

}

#menubar .left 
{	
	margin-left: -12pt;
}

#GoMenu {width: 120pt}
    
