
/* menu navi */
 #navp { display: block; margin: 0; padding: 0; position: relative; width:200px;}
  #navp li { display: block; margin: 0; padding: 0; position: relative; line-height:0px;border-top: 1px solid black;}
  #navp a { display: block; }
  #navp ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #navp ul { line-height: 0; } /* IE6 "fix" */
  	#navp ul a { zoom: 1; } /* IE6/7 fix */
    #navp ul li { float: none;  list-style-type: none;}
    #navp ul ul { top: 0; }
    #navp ul ul ul { top: 0; }

/* Essentials - configure this */

#navp ul { width: 180px; left:100%; }
#navp ul ul { left: 181px; }
#navp ul ul ul { width: 190px; left: 181px; }
/* Everything else is theming */
 
#navp { height: 124px; }
#navp *:hover { background-color: none; }
#navp a { border-right: 1px solid black; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #navp li.hover a { color:white;background-color: #345286;  list-style-type: none; }
  #navp ul { top: 0px; }
    #navp ul li a { background-color: #5E5A5A;  list-style-type: none;}
      #navp ul a.hover { background-color: #6896e3; }
   #navp ul a { border-bottom: 1px solid black; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #navp ul a { border-bottom: none; } - I also needed this for IE6/7 */

ul li div {
	display: none;
	position: absolute;
	top: 2px;
	left: 0;
	width: 225px;
	font-size: 0.9em;
	background: url(./images/bubble_top.gif) no-repeat right top;
}
ul li div p {
	margin: 7px 0;
	line-height: 1.6em;
	padding: 0 5px 17px 30px;
	background: url(./images/bubble_btm.gif) no-repeat right bottom;
	color:#000;
}