+#wl {
+background-color: white;
+}
+#wl a, a:visited, a:hover {
+border: 0;
+}
#wl img {
border: 0;
}
.ui-menu {
-width: 230px;
+width: 160px;
font-size: small;
list-style-type: none;
padding: 0;
.ui-menu li {
font-size: small;
padding: 5px;
-width: 220px
+width: 150px
}
.ui-menu li:nth-child(odd) {
color:white;
}
+.ui-menu a:hover {
+color:white;
+text-decoration: none;
+}
+
.ui-corner-all {
-width: 230px;
+width: 160px;
cursor: pointer;
display:block;
}
+
+.ui-corner-all a{
+ color: black;
+ text-decoration: none;
+}