#menu 
{
  width: 130px;
}
#menu ul 
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul.mnupo {
  border-width: 1px;
  border-style: solid;
  border-color: gray;
}
#menu ul.mnugrp, #menu ul.mnugrp ul.mnugrp, #menu ul.mnugrp ul.mnugrp ul.mnugrp 
{
  background: #f5f5f5;
  display: block;
  position: static;
}
#menu li {
  position: relative;
}
#menu a, #menu .mnunolink
{
  font: 8pt arial;
  color: black;
  display: block;
  margin: 0;
  padding: 4px 3px;
  border-width: 1px;
  border-style: solid;
  color: black;
  text-decoration: none;
}
#menu a:hover {
  border-color: gray;
}
#menu a.mnusell2 {
  padding-left: 6px;
}
#menu a.mnugrpl2 {
  padding-left: 6px;
}
#menu a.mnusell3 {
  padding-left: 12px;
}
#menu a.mnugrpl3 {
  padding-left: 12px;
}
#menu a.mnusell4 {
  padding-left: 18px;
}
#menu a.mnugrpl4 {
  padding-left: 18px;
}
#menu a.mnusm, #menu a.mnusm:visited{
  background: url(/images/menus/arrowLTR.gif) no-repeat right;
}
#menu ul ul
{
  position: absolute;
  top: 0;
  left: 130px;
  width: 130px;
}
#menu ul ul ul
{
  position: absolute;
  top: 0;
  left: 128px;
  width: 130px;
}
div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul li:hover ul ul ul 
{
  display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul 
{
  display: block;
  z-index:+10;
}
table.menubar, .menutop
{
	font-size: 8pt;
	font-family: Arial,Tahoma;
}
td.menubar_header
{
  border-bottom: gray 1px solid;
  /*background: #dcdcdc;*/
}
td.menubar_footer
{
  border-top: gray 1px solid;
  /*background: #dcdcdc;*/
}
.menubaritem, .menubaritemnolink
{
	color: Black;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial,Tahoma;
}
.menutopitem, .menutopitemnolink
{
	color: Black;
	font-size: 8pt;
	font-family: Arial,Tahoma;
}
A.menubaritem, A.menubaritem:visited, A.menubaritem:link
{
	color: Blue;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial,Tahoma;
}
A.menubaritem:hover
{
	color: Blue;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial,Tahoma;
	text-decoration: underline;
}
A.menutopitem, A.menutopitem:visited, A.menutopitem:link
{
	color: Black;
	font-size: 8pt;
	font-family: Arial,Tahoma;
}
A.menutopitem:hover
{
	color: Black;
	font-size: 8pt;
	font-family: Arial,Tahoma;
	text-decoration: underline;
}
A.mnured,A.mnured:visited,A.mnured:link
{
  color: red;
  font-weight: bold;
}
.menubarsearch
{
	background-color: #DDEEFF;
	border-top: 1px solid #2F73EA;
	color: Black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial,Tahoma;
}
.menubarsearchitem
{
	font-size: 8pt;
	color: black;
	font-family: Arial,Tahoma;
}

