 /* common styling */

 /* Set up the default font and ovrall size to include image */
.pmenu {
font-family: tahoma, geneva, helvetica, arial, "lucida sans unicode", "lucida grande",verdana, sans-serif;
font-size: 8pt;
width:900px;
font-family: tahoma, geneva, helvetica, arial, "lucida sans unicode", "lucida grande",verdana, sans-serif;
z-index: 200;
margin-left:-3px;
}
/* get rid of the default padding - margin and bullets */
.pmenu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.pmenu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.pmenu ul li a, .pmenu ul li a:visited {
display:block; 
text-decoration:none; 
width:96px; 
height:1.5em;
font-weight:bold;
color:#004885; 
border-bottom:7px solid #004885;
/*background:#ffffff; */
padding-left:2px;
line-height:1.5em;
margin-right:2px;
padding-bottom: 2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .pmenu ul li a, .pmenu ul li a:visited {
width:96px;
w\idth:96px;
}
/* hide the drop down menu */
.pmenu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.pmenu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.pmenu ul li:hover a,
.pmenu ul li a:hover {
color:#004885; 
border-bottom:7px solid #ffe041;
}
/* make the drop down menu show and correctly position it */
.pmenu ul li:hover ul,
.pmenu ul li a:hover ul {
display:block; 
position:absolute;
top:1.3em;
margin-top:11px;
left:0; 
width:96px;
border:1px solid #004885;
background:transparent;
}
/* style the drop down links with no hover */
.pmenu ul li:hover ul li a,
.pmenu ul li a:hover ul li a {
display:block; 
background:transparent url(http://www.sotunga.ch/segelferien/fileadmin/templates/images/opaque.png); 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:1em; 
padding:5px; 
width:86px
}
/* style the drop down menu links when hovered */
.pmenu ul li:hover ul li a:hover,
.pmenu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.pmenu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:10px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.pmenu ul li a:hover ul li a {
background:#ddd;
width:86px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}
/* für 2. Menustufe */
.pmenu ul li:hover ul li ul {
display: none;
}

.pmenu ul li:hover ul li a {
display:block; 
background:transparent url(http://www.sotunga.ch/segelferien/fileadmin/templates/images/opaque.png); 
height:auto; 
font-size:0.9em;
line-height:1.2em; 
padding:5px; 
width:86px;
}

.pmenu ul li:hover ul li a.drop {
background:transparent url(http://www.sotunga.ch/segelferien/fileadmin/templates/images/opaque.png); 
background-position:bottom;
}
 
.pmenu ul li:hover ul li a:hover {
background:transparent url(http://www.sotunga.ch/segelferien/fileadmin/templates/images/opaque.png);  
background:#888; 
color:#fff;
}

.pmenu ul li:hover ul li:hover ul {
display:block; 
position:absolute; 
left:86px; 
top:0;
width:86px;
z-index: 201;
}
 
.pmenu ul li:hover ul li:hover ul.left {
/*left:-80px;*/
} 

