/*First version of Styles used to create flyout menu 2008 - does not work in ie5/6!
This uses <pmenu> as style name
Implemented only in Dutch ??

http://www.cssplay.co.uk/menus/flyoutt.html
 */
#pmenu
{
  padding : 0;
  margin : 0px 0 0px 0px;
  list-style-type : none;
  width : 151px;
}
#pmenu ul
{
  padding : 0;
  margin : 0;
  list-style-type : none;
  width : 151px;
}
#pmenu li
{
  position : relative;
}
#pmenu a, #pmenu a:visited
{
  display : block;
  width : 150px;
  font-size : 12px;
  color : rgb(0 , 0 , 0);
  height : 23px;
  line-height : 22px;
  text-decoration : none;
  text-indent : 5px;
  background-image : url("../gran-canaria/menubar08.gif");
  background-repeat : repeat-x;
  border : 1px solid #FFFFFF;
  border-width : 1px 1px 1px 0;
  Background-color : #66FFFF;
}
#pmenu li:hover > a
{
  background : rgb(153 , 255 , 204);
  color : rgb(204 , 0 , 0);
}
#pmenu li ul
{
  display : none;
	border : 1px solid #66FFFF;
}
#pmenu li:hover > ul
{
  display : block;
  position : absolute;
  top : 0;
  left : 151px;
}
/*  body {
  margin:0px 9px 0 0px;
  padding:0;
  background:#FFFFCC;}  Incorporated above   */

