/* common styling */
.menu { height:20px; position:relative; margin:0; width: 250px; float: left;}
.menu ul {padding:0; margin:0; list-style-type: none;}


*.menu ul li ul {width:100%;}

/* specific to non IE browsers */
.menu ul li ul { position:absolute; top:2px; bottom:2px; left:0;}
.menu ul li ul li {float:left; border:0;}

