/* P&P Company www.pp-company.nl, Patrick Cleiren, 2005 -> CSS voor menu */#menu {   padding: 0;  margin: 0 ;}#menu ul {  padding: 0;  margin:0;  list-style:none;  width: 190px;  display: block;  z-index: 0;}#menu li {  position: relative;}#menu ul ul {  position: absolute;  left: 190px;  top: 0px;  text-align: left;  margin: 0;  padding: 0;  width: 190px;  height: auto;  display: none;
  z-index: 100;
  border-left: 1px solid white;}#menu a {  display: block;  background: url(DesignerImages/menu-f1.gif) no-repeat;  color: #7d5063;  font-weight: normal;  font-size: 11px;  line-height: 30px;  height: 30px;
  padding-left: 10px;  text-decoration: none !important;
  overflow: hidden;}#menu a:hover {  background: url(DesignerImages/menu-f2.gif) no-repeat;}#menu a.selected {  background: url(DesignerImages/menu-f2.gif) no-repeat;}#menu ul li:hover ul {  display: block;}/* Correcties IE */* html #menu ul li  {	float : left;}
