.submenustyle{
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background:url(gfx/bgmenuhover.jpg) repeat-x bottom;
color: white;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 0px dotted black;
padding: 1px 5px;
text-decoration: none;
color: white;
text-size:12px;
}


.submenustyle a:hover{
color:#dd7777;
}
