div.menu{
width:100%;
position:relative;
/*background-color:black;*/
height            : 38px;
}
ul.menu{
position:relative;
padding:0px;
margin:0px;
list-style-type:none;
color:#FF00FF;
float:left;
}
ul.menu ul{
position:absolute;
list-style-type:none;
margin:0px;
display:none;
margin-left:-40px;
z-index:1;
}
ul.menu ul ul{
position:absolute;
display:none;
margin-top:-20px;
margin-left:121px;
z-index:-1;
}
ul.menu:hover ul
{
display:block;
}
ul.menu:hover ul ul
{
display:none;

}
ul.menu ul li:hover ul
{
display:block;
}
a.menu
{
  font-family       : Verdana;
  font-size         : 10px;
  font-weight       : bold;
  color             : #FFFFFF;
  text-decoration   : none;
  width            : 97px;
  height            : 38px;
  display           :block;
  text-align: center;
  line-height            : 38px;
  background-image:url(../images/button.png);
  background-repeat: no-repeat;
}
a.menu:hover
{
  font-family       : Verdana;
  font-size         : 10px;
  font-weight       : bold;
  color             : #FFFFFF;
  text-decoration   : none;
  height            : 38px;
  background-image:url(../images/button_over.png);
  background-repeat: no-repeat;
}
a.menuhover
{
  font-family       : Verdana;
  font-size         : 10px;
  font-weight       : bold;
  color             : #FFFFFF;
  text-decoration   : none;
  width            : 97px;
  height            : 38px;
  display           :block;
  text-align: center;
  line-height            : 38px;
 background-image:url(../images/button_over.png);
  background-repeat: no-repeat;
}
a.menu1
{
  font-family       : Verdana;
  font-size         : 10px;
  font-weight		: normal;
  color             : #FFFFFF;
  text-decoration   : none;
  width            : 97px;
  height            : 38px;
  display           :block;
  text-align: center;
  line-height            : 38px;
  background-color:#000000;
}
a.menu1:hover
{
  font-family       : Verdana;
  font-size         : 10px;
  font-weight       : bold;
  color             : #FFFFFF;
  text-decoration   : none;
  height            : 38px;
  background-color:#000000;
}
