.menuregister
{
  float: left;
  display: block;
  vertical-align: middle;
  line-height: 24px;
/*  height: 24px; */
  color: white;
  text-decoration: none;
  text-align: center;

  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 1px;
  border-style: groove;
  border-color: white;
}

.menuregister a.mainlevel-nav
{
  padding: 0px 12px;
  height: 24px;
/*  margin-top: 8px; */
}

.menuregister:hover
{
  background: #99c001;
}

* html .menuregister
{
/*  top:-24px !important; */
/*  margin-left:304px !important; */
/*  padding:2px 0 0 0 !important; */
}

*+ html .menuregister
{
/*  margin-top:-26px !important; */
}

/* remove all the bullets, borders and padding from the default list styling */

.menuregister ul 
{
  padding:0;
  margin:0;
  list-style-type:none;
  border: 0px none;
}

/* hack for IE5.5 */
* html .menuregister ul 
{
  margin-left:-16px;
  ma\rgin-left:0;
}

/* position relative so that you can position the sub levels */
.menuregister li 
{
  position:relative;
  background: #575757;
  margin: 0px;
}
.menuregister li ul {
  text-align:right;
  background: #575757;
  width:200px;
}

/* get rid of the table */
.menuregister table 
{
  position:absolute;
  border-collapse:collapse;
  top:0;
  left:0;
  z-index:100;
  font-size: 1em;
}
/* style the links */
.menuregister a, .menuregister a:visited
{
  display:block;
  text-decoration:none;
  color: #FFFFFF;
  text-indent:;
  font-size:;
  margin: 0;
}

/* hack for IE5.5 */*
html .menuregister a,
* html .menuregister a:visited
{
  background: #;
  width:px;
  w\idth:px;
}
/* style the link hover */
* html .menuregister a:hover
{
  font-size:;
  color: #FFFFFF;
  background: #99C001;
  margin: 0;
}

.menuregister :hover > a 
{
  color: #;
  font-size:;
  background: #99C001;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuregister ul ul 
{
  visibility:hidden;
  position:absolute;
  top:0;
  left:-180px;
  padding-right: 3px;
  width:180px;
}

.menuregister ul ul ul{left:-180px;}
/* make the second level visible when hover on first level list OR link */
.menuregister ul :hover ul
{
  visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menuregister ul :hover ul ul
{
  visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menuregister ul :hover ul :hover ul ul
{
  visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menuregister ul :hover ul :hover ul
{ 
  visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menuregister ul :hover ul :hover ul :hover ul
{
  visibility:visible;
}

* + html .menuregister li.sub
{
  margin-bottom:-2px;
}
