@charset "utf-8";
/* CSS Document */

.top{
font-weight: bold;
font-size: 80%;
width: 100%;
font-family:Arial, Helvetica, sans-serif;
}

.top ul{
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;}

.top ul li{
display: inline; background: no-repeat 0 0;
background-position:left;
}

.top ul li a{
color: #000;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
/*right border between menu items*/
}

.top ul li a:hover{
color: blue; text-decoration:underline; background:}

