A:link		{text-decoration: none}

.button{
font: bold 9pt Arial;
color: #FFFFFF;
background-color: #31639c;
border-bottom-width: 0;
width: 134px;
}

* html .button{ /*IE only rule. Original menu width minus all left/right paddings */
width: 134px;
}

.button ul{
padding: 0;
margin: 0;
border: 1px solid #000000;
list-style-type: none;
}

.button a{
font: 9pt Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
background-color: #EEEEEE;
list-style-type: none;
}

.button a:visited{
color: #000000;
background-color: #EEEEEE;
}

html>body .button a{ /*Non IE rule*/
width: auto;
background-color: #EEEEEE;
}

.button a:hover{
background-color: #FFFFFF;
color: #000000;
text-decoration: underline;
}



/*#button {
width: 134px;
font-family: Arial;
font-size: 9pt;
text-align: left;
border-top: 1px solid #eeeeee;
}

#button ul {
margin: 0;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
border: 1px solid black;
}

#button li {
list-style-type: none;
background-color: #31639c;
text-indent: 5px;
text-align: left;
color: #ffffff;
font-weight: bold;
text-decoration: none;
width: 100%;
}

#button li a {
display: block;
list-style-type: none;
background-color: #eeeeee;
text-indent: 5px;
text-align: left;
color: #000000;
font-weight: normal;
text-decoration: none;
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
}

html>body #button li a {
list-style-type: none;
width: 100%;
}

#button li a:hover {
display: block;
list-style-type: none;
background-color: #ffffff;
color: #000000;
font-weight: normal;
text-decoration: underline;
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
}
*/