
/******************************************************************/

.submenu1
{
  border: ridge 2px;
  background-color: black;
  background-repeat: repeat-y;
  height: auto;
  cursor:hand;
}


.item1
{
  border: ridge 0px;
  margin: 2px;
  background-color: black;
  color:White;
  width: 100%;
  cursor:hand;
}

.item2
{
  border: ridge 2px;
  margin: 0px;
  background-color: white;
  color:black;
  width: 100%;
  cursor:hand;
}

.text1
{
  font-weight:bold;
  font-size:75%;
  color: white;
  text-indent: 10px;
  padding: 3px 10px 3px 3px;
  width:100%;
  cursor:hand;
}

.text2
{
  font-weight:bold;
  font-size:75%;
  color: white;
  background-color:#FD0000;
  text-indent: 10px;
  padding: 3px 10px 3px 3px;
  width:100%;
  cursor:hand;
}


.topsubmenu
{
  border: ridge 0px;
  cursor:hand;
}

.topitem1
{
  border: ridge 2px;
  background-color: black;
  color:White;
  width: 100%;
  cursor:hand;
}

.topitem2
{
  border: ridge 2px;
  background-color: white;
  color:black;
  width: 100%;
  cursor:hand;
}

.toptext1
{
  font-weight:bold;
  font-size:75%;
  background-color:black;
  color: white;
  padding: 3px;
  cursor:hand;
}

.toptext2
{
  font-weight:bold;
  font-size:75%;
  color: black;
  background-color:White;
  padding: 3px;
  cursor:hand;
}


