
.menu_item			{	height: 13pt;
							font-weight: bold;
						}
						
.menu_blue			{	font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 8pt;
							color: #06328C;
							text-align: left;
							font-weight: bold;
						}

.menu_blue:hover	{
							text-decoration: underline;
						}

.menu_white			{	font-family: Verdana, Arial, Helvetica, sans-serif;
							font-weight: normal;
							font-size: 8pt;
							color: #0066cc;
							text-align: right;
						}

.menu_white:hover	{
							text-decoration: underline;
						}

.menu_white_bold
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #0066cc;
	text-align: right;
}

.menu_white_bold:hover
{	
	text-decoration: underline;
}

.open_menu_title	{	background-color: white;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 8pt;
							color: #ff3300;
							text-align: left;
							font-weight: bold;
						}

.open_menu_title:hover	
{
	text-decoration: underline;
}

.open_menu_evid	{	background-color: white;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-weight:normal;
							font-size: 8pt;
							color: #0066cc;
							text-align: right;
						}

.open_menu_evid:hover	
{	
	text-decoration: underline;
}

.menu_orange		{	font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 8pt;
							color: #FF6600;
							text-align: right;
							font-weight: bold;
						}

.menu_orange:hover	{	color: #FFCC00;
							}

.menu_yellow		{	font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size: 8pt;
							color: #ffff99;
							text-align: right;
							font-weight: bold;
						}
						
.menu_spacer		{	font-size: 4pt;
						}

/* Submenu table */
.submenu			{	background-color: white;
						text-align: left;
						border:1px solid #CE6702;
						height:14px;
						padding: 1px;
						padding-left: 5px;
						padding-right: 5px;
						color: #0066cc;
					}

/* :hover on table not considered by IE, so tricks it with onmouseover */
.submenu_hover		{	background-color: #FFF2C0;
							text-align: left;
							border:1px solid #CE6702;
							height:14px;
							padding: 1px;
							padding-left: 5px;
							padding-right: 5px;
							color: white;
						}

/* Submenu Item */
.submenu_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0066cc;
	text-decoration:none;
}

.submenu_white:hover		
{
	text-decoration:none;
}

