
ul {
list-style-type: none; 
}
li { float: left;}

.submenu{
margin-top:-1px;
margin-left:30px;
background-repeat:no-repeat;
height:19px;}

.submenu1{
margin-top:-1px;
margin-left:-10px;
background-repeat:no-repeat;
height:19px;}

.submenu a{

		background-image:url(../images/button.gif);
		background-repeat:no-repeat;
     margin-right:10px;
     width: 80px; /* definition of menu button size */
     height: 19px;
     float: left;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 display:block;
	 font-weight:bold;
	 padding-top:1px;
	 padding-left:10px;
     text-decoration: none;
     color: #000;
	 cursor:default;
	 }
.submenu a.active{
		background-image:url(../images/currentbutton.gif);
		background-repeat:no-repeat;
	 }


.menu a.active {
     color: #fff;
     }
