.button {
	/*width: 770px; */
    font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande',
          Verdana, Lucida, Geneva, Helvetica, 
          Arial, sans-serif;
    background-color: #595959;
    color: #FFFFFF;
}
		
.button ul {
	list-style: none;
	margin: 0;
    padding: 0;
    border: none;
}
                
.button li {
	margin: 0;
	padding: 0;
	float: center;
	position: relative;
	top: 0px;
}

.button li a {
	display: block;
	/*padding: 5px 5px 5px 0.5em; */
	background-color: #595959;
	color: #fff;
	text-decoration: none;
	width: 100%; 
	height: 30px;
	padding-top: 13px;
}

html>body .button li a {
	/*width: auto; */
}

.button li a:hover {
    background-color: #EFEFEF;
    color: #000;
}

.NAV01 {
	margin: 0px 0px 0px 0px;
	display: block;
	width: auto;
	height: 43px;
}
.NAV01 a{	
  display: block;
	/* border-top: 2px dotted #CCCCCC; */
	padding:13px 10px 0px 10px;
	height: 30px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #EEEEEE;
	TEXT-DECORATION: none; }
.NAV01 a:hover{	
	background: #EFEFEF;
	color: #000000;
	TEXT-DECORATION: none; 
}

html>body  .NAV01 a {
  padding:13px 10px 0px 10px;
	height: 30px;
	width: auto;
}
