/* CSS Document */

/*Sonstiges*/

.kontakt
{
font-size:10px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin: 0 0 0 0; position:relative; width:755px; height:22px; z-index:100; background-color:transparent;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; z-index:100;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:120px; font-size:10px; font-family:Arial; font-weight:bold; background-color:transparent; color:#fff; height:23px; line-height:20px; text-decoration:none; text-align:left; text-indent:8px; border:1px solid #000; border-width:0 0 0 0;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 0 0 0;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {width:167; border-width:1; border- background-color:#ffffff; border-left: solid 1px #000; border-right: solid 1px #000;  border-top: solid 0px #000;  border-bottom: solid 1px #000; color: #000;  background-color: #ffffff;  padding: 0 20px 0 0;}

/* Set up the list items */
#pmenu li {display:block; float:left; background:transparent;}


/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative; background:#23475c;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#23475c; color:#fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding: 3px 30px 30px 30px; background:none; width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:18px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:transparent; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#183240; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}*/
#pmenu li.drop {background:transparent no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */



/**MENÜ 1 ---------------------------


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/**#menu_container {margin:0 0 0 0; position:relative; width:755px; height:18px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu1, #pmenu1 ul {padding:0; margin:0; list-style-type: none; z-index:100;}

/* Set up the link size, color and borders */
#pmenu1 a, #pmenu1 a:visited {display:block;width:106px; font-size:10px; font-family:Arial; font-weight:bold; background-color:transparent; color:#fff; height:23px; line-height:20px; text-align:left; text-decoration:none; text-indent:8px; border:1px solid #000; border-width:0 0 0 0;}

/* Set up the sub level borders */
#pmenu1 li ul li a, #pmenu1 li ul li a:visited {border-width:0 0 0 0;}
#pmenu1 li a.enclose, #pmenu1 li a.enclose:visited {width:167; border-width:1; border- background-color:#ffffff;  border-left: solid 1px #000; border-right: solid 1px #000;  border-top: solid 0px #000;  border-bottom: solid 1px #000; color: #000;  background-color: #ffffff;  padding: 0 20px 0 0;}

/* Set up the list items */
#pmenu1 li {display:block; float:left; background:transparent;}


/* For Non-IE browsers and IE7 */
#pmenu1 li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu1 li:hover > a {background:#22503a; color:#fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu1 li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu1 li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding: 3px 30px 30px 30px; background:transparent; width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu1 > li:hover > ul {left:-30px; top:19px;}

/* get rid of the table */
#pmenu1 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu1 li a:hover {position:relative; background:#4c4c4c; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu1 li a:active, #pmenu1 li a:focus {background:#183828; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*#pmenu1 li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}*/
#pmenu1 li.drop {background:transparent no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu1 li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu1 li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu1 li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu1 li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu1 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu1 li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu1 li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu1 li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu1 li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu1 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/**MENÜ 2 ---------------------------


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/**#menu_container {margin:0 0 0 0; position:relative; width:755px; height:18px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu2, #pmenu2 ul {padding:0; margin:0; list-style-type: none; z-index:100;}

/* Set up the link size, color and borders */
#pmenu2 a, #pmenu2 a:visited {display:block;width:95px; font-size:10px; font-family:Arial; font-weight:bold; background-color:transparent; color:#fff; height:23px; line-height:20px; text-align:left; text-decoration:none; text-indent:8px; border:1px solid #000; border-width:0 0 0 0;}

/* Set up the sub level borders */
#pmenu2 li ul li a, #pmenu2 li ul li a:visited {border-width:0 0 0 0;}
#pmenu2 li a.enclose, #pmenu2 li a.enclose:visited {width:167; border-width:1; border- background-color:#ffffff;  border-left: solid 1px #000; border-right: solid 1px #000;  border-top: solid 0px #000;  border-bottom: solid 1px #000; color: #000;  background-color: #ffffff;  padding: 0 20px 0 0;}

/* Set up the list items */
#pmenu2 li {display:block; float:left; background:transparent;}


/* For Non-IE browsers and IE7 */
#pmenu2 li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu2 li:hover > a {background:#533000; color:#fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu2 li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu2 li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding: 3px 30px 30px 30px; background:transparent; width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu2 > li:hover > ul {left:-30px; top:19px;}

/* get rid of the table */
#pmenu2 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu2 li a:hover {position:relative; background:#4c4c4c; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu2 li a:active, #pmenu2 li a:focus {background:#3a2200; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*#pmenu2 li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}*/
#pmenu2 li.drop {background:transparent no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu2 li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu2 li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu2 li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu2 li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu2 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu2 li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu2 li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu2 li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu2 li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu2 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/**MENÜ 3 ---------------------------


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/**#menu_container {margin:0 0 0 0; position:relative; width:755px; height:18px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu3, #pmenu3 ul {padding:0; margin:0; list-style-type: none; z-index:100;}

/* Set up the link size, color and borders */
#pmenu3 a, #pmenu3 a:visited {display:block;width:55px; font-size:10px; font-family:Arial; font-weight:bold; background-color:transparent; color:#fff; height:23px; line-height:20px; text-align:left; text-decoration:none; text-indent:8px; border:1px solid #000; border-width:0 0 0 0;}

/* Set up the sub level borders */
#pmenu3 li ul li a, #pmenu3 li ul li a:visited {border-width:0 0 0 0;}
#pmenu3 li a.enclose, #pmenu3 li a.enclose:visited {width:167; border-width:1; border- background-color:#ffffff;  border-left: solid 1px #000; border-right: solid 1px #000;  border-top: solid 0px #000;  border-bottom: solid 1px #000; color: #000;  background-color: #ffffff;  padding: 0 20px 0 0;}

/* Set up the list items */
#pmenu3 li {display:block; float:left; background:transparent;}


/* For Non-IE browsers and IE7 */
#pmenu3 li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu3 li:hover > a {background:#831100; color:#fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu3 li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu3 li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding: 3px 30px 30px 30px; background:transparent; width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu3 > li:hover > ul {left:-30px; top:19px;}

/* get rid of the table */
#pmenu3 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu3 li a:hover {position:relative; background:#4c4c4c; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu3 li a:active, #pmenu3 li a:focus {background:#5b0c00; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*#pmenu3 li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}*/
#pmenu3 li.drop {background:transparent no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu3 li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu3 li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu3 li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu3 li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu3 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu3 li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu3 li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu3 li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu3 li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu3 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/**MENÜ 4 ---------------------------


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/**#menu_container {margin:0 0 0 0; position:relative; width:755px; height:18px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu4, #pmenu4 ul {padding:0; margin:0; list-style-type: none; z-index:100;}

/* Set up the link size, color and borders */
#pmenu4 a, #pmenu4 a:visited {display:block;width:65px; font-size:10px; font-family:Arial; font-weight:bold; background-color:transparent; color:#fff; height:23px; line-height:20px; text-align:left; text-decoration:none; text-indent:8px; border:1px solid #000; border-width:0 0 0 0;}

/* Set up the sub level borders */
#pmenu4 li ul li a, #pmenu4 li ul li a:visited {border-width:0 0 0 0;}
#pmenu4 li a.enclose, #pmenu4 li a.enclose:visited {width:150px; border-width:1; border- background-color:#ffffff;  border-left: solid 1px #000; border-right: solid 1px #000;  border-top: solid 0px #000;  border-bottom: solid 1px #000; color: #000;  background-color: #ffffff;  padding: 0 20px 0 0;}



/* Set up the list items */
#pmenu4 li {display:block; float:left; background:transparent;}


/* For Non-IE browsers and IE7 */
#pmenu4 li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu4 li:hover > a {background:#57081d; color:#fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu4 li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu4 li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding: 3px 30px 30px 30px; background:transparent; width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu4 > li:hover > ul {left:-30px; top:19px;}

/* get rid of the table */
#pmenu4 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu4 li a:hover {position:relative; background:#4c4c4c; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu4 li a:active, #pmenu4 li a:focus {background:#3d0614; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*#pmenu4 li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}*/
#pmenu4 li.drop {background:transparent no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu4 li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu4 li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu4 li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu4 li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu4 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu4 li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu4 li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu4 li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu4 li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu4 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/**MENÜ 5 ---------------------------


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/**#menu_container {margin:0 0 0 0; position:relative; width:755px; height:18px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu5, #pmenu5 ul {padding:0; margin:0; list-style-type: none; z-index:100;}

/* Set up the link size, color and borders */
#pmenu5 a, #pmenu5 a:visited {display:block;width:65px; font-size:10px; font-family:Arial; font-weight:bold; background-color:transparent; color:#fff; height:23px; line-height:20px; text-align:left; text-decoration:none; text-indent:8px; border:1px solid #000; border-width:0 0 0 0;}

/* Set up the sub level borders */
#pmenu5 li ul li a, #pmenu5 li ul li a:visited {border-width:0 0 0 0;}
#pmenu5 li a.enclose, #pmenu5 li a.enclose:visited {width:90px; border-width:1; border- background-color:#ffffff;  border-left: solid 1px #000; border-right: solid 1px #000;  border-top: solid 0px #000;  border-bottom: solid 1px #000; color: #000;  background-color: #ffffff;  padding: 0 50px 0 0;}

/* Set up the list items */
#pmenu5 li {display:block; float:left; background:transparent;}


/* For Non-IE browsers and IE7 */
#pmenu5 li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu5 li:hover > a {background:#4c4c4c; color:#fff;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu5 li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu5 li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding: 3px 30px 30px 30px; background:transparent; width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu5 > li:hover > ul {left:-30px; top:19px;}

/* get rid of the table */
#pmenu5 table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:10px;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu5 li a:hover {position:relative; background:#4c4c4c; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#pmenu5 li a:active, #pmenu5 li a:focus {background:#353535; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*#pmenu5 li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}*/
#pmenu5 li.drop {background:transparent no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu5 li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu5 li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu5 li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu5 li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu5 li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu5 li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu5 li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu5 li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu5 li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu5 li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */















