Fixed problem with this
<script type="text/javascript">
$(document).ready(function(){
var width =50;
$('ul.Demo2_Menu').children().each(function(){
width += $(this).width();
});
$('.Demo2_Menu').width(width);
});
</script>
That I found form this post