#div_nested_top_menu
{
  position: absolute; 
  left: 224px;
  top: 54px;  
  width: 600px;
}

#nested_bottom_menu
{
  padding: 2px;
}

span.top_menu
{
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}


span.bottom_menu
{
  font-size: 14px;
  margin: 10px;
  padding:10px;
  font-weight: bold;
}


a.top_menu_item:link,
a.top_menu_item:visited,
a.top_menu_selected_item:active,
a.top_menu_selected_item:hover
{
	color: black;
}
a.top_menu_selected_item:link,
a.top_menu_selected_item:visited,
a.top_menu_item:active,
a.top_menu_item:hover
{
	color: white;
}

a.bottom_menu_item:link,
a.bottom_menu_item:visited,
a.bottom_menu_selected_item:active,
a.bottom_menu_selected_item:hover
{
	color: grey;
}
a.bottom_menu_selected_item:link,
a.bottom_menu_selected_item:visited,
a.bottom_menu_item:active,
a.bottom_menu_item:hover
{
	color: black;
}
