.mouseover{
width: 90%;
background-color: AAA3CD;
}

#kewlmenu{
border: 0px solid black;
width: 135px;
background-color: #1C0A7A;
}

#kewlmenu div {
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
border-bottom: 0px solid black;
}

#kewlmenu div a{
font: bold 13px Verdana;
color: white;
display: inline;
text-decoration: none;
}

html>body #kewlmenu a{
width: auto;
}

#tabledescription{
width: 95%;
color: white;
height: 12em;
padding: 8px;
filter:alpha(opacity=0);
-moz-opacity:0;
}


#kewlmenu div:hover{
width: 95%;
background-color: AAA3CD;
color: white;
}