body {}
p {}
td {}
ul     { font-size: 12px; font-family: Futura, Verdana; font-weight: 200; line-height: 14px; list-style: none; margin: 0; padding: 0; width: 150px; border-bottom: 1px solid #333 }
ul li { position: relative; }
li ul { position: absolute; left: 149px; top: 0; display: none; }
ul li a  { color: #fff; text-decoration: none; background: black; display: block; padding: 5px; border-style: solid solid none; border-width: 1px 1px 0; border-color: #333 #333  }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover  { color: #999999; background: #000 } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; }
a { color: #999; text-decoration: none }

