<style type="text/css" media="screen">
#dummy{}
/* Modify this item to move the menu and set the box size*/
#bottom-menu {
position:relative;
bottom:15px;
left:0px;
z-index:30;
width:800px;
background: transparent;
}

#bottom-menu ul{background:transparent;list-style:none;font-variant:small-caps}
#bottom-menu ul li{display:inline;height:40px}
#bottom-menu ul li h2{background:#849daa;margin-left:5px;color:#FFFFFF;
	text-align:center;font-weight:normal;padding:3px;display:inline;font-size:x-small;}
/*#bottom-menu ul li ul{position:absolute;top:-23px;left:0px;}*/
#bottom-menu ul li ul{position:absolute;top:-21px;left:0px;}
#bottom-menu ul li ul li{display:none;}
#bottom-menu ul li ul li a{color:#FFFFFF;background:#849daa;padding:3px 3px 9px 3px;margin-right:3px;text-decoration:none;font-size:x-small;}
/*#bottom-menu ul li ul li a{color:#FFFFFF;background:#849daa;padding:3px 3px 3px 3px;margin-right:3px;text-decoration:none}*/
#bottom-menu ul li:hover ul li{display:inline;}
#bottom-menu ul li h2 a{text-decoration:none;color:#FFFFFF;}
</style>

