/* ================================================================ 
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/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
font-family: "Tahoma", sans-serif; width:120px; height:120px; position:relative; margin:0; 
font-size:12px;font-size: 120%; 
margin:1px 0;
}

.menu ul li a, .menu ul li a:visited {
-moz-border-radius:3ex;
-webkit-border-radius:3ex;
display:block; 
text-decoration:none; 
color:#000; 
width:120px; 
height:70px; 
text-align:center; 
border:5px solid #fff; 
border-width:5px 5px 0 0; 
background: #ffff60 /*#c9c9a7 grey*/; 
background-image: url(swosh_right.gif);
margin-top:4px;
line-height:18px; 
font-size:14px;
}

.menu ul {
color:#fff; padding:0; margin:0;list-style-type: none; 
}
.menu ul li {
float:left; margin-right:1px; position:relative;
}
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/*Erste ebene hintergrund mouseover*/
.menu ul li:hover a {
color:#fff; background: #b3ab79;
}
.menu ul li:hover ul {
display:block; position:absolute; top:0; left:130px; width:129px;
}

/* Zweite Ebene plius link */ 
.menu ul li:hover ul li a.hide {
background:#fff /*#dfc184*/; color:#f4cc11;
background-image: url(swosh_right.gif);
}
.menu ul li:hover ul li:hover a.hide {
width:130px;
background: #b3ab79;
}

/* Dritte Ebene erscheint nur auf click */ 
.menu ul li:hover ul li ul {
display: none;
}

/*Zweite Eben Hintergrundfarbe*/
.menu ul li:hover ul li a {
display:block; background:#f4cc11; color:#1e5b00; width:130px;
}

.menu ul li:hover ul li a:hover {
background:#f4cc11; color:#1e5b00;
}
.menu ul li:hover ul li:hover ul {
display:block; position:absolute; left:131px; top:0; color:#1e5b00;
}

.menu ul li:hover ul li:hover ul li a {
display:block; width:130px; background:#f4cc00; color:#fff;
}
.menu ul li:hover ul li:hover ul li a:hover {
background:#f4cc11; color:#fff;
}

/*Vierte Ebene*/

.menu ul li:hover ul li:hover ul li:hover ul li a {
display:block; width:130px; background:#1e5b00; color:#fff;
}

.menu ul li:hover ul li: hover ul li a: hover ul li a hover {
background:#ffffff; color:#f4cc11;
background-image: url(swosh_right.gif);}

/*kitas pavyzdis*/

.menu li li li li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0;
	display: block;
	color: #333333;
	text-decoration: none;
	outline: none;
	padding-left: 60px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color:#EBEBEB;
}

.menu li li li li a{
	color: #333333;
	font-weight: normal;
}

.menu li li li li a:hover span,
.menu li li li li a:active span,
.menu li li li li a:focus span{
	color: #FF0080;
	text-decoration: none;
}

.menu li li li li.active a span{
	color: #006699;
	text-decoration: none;
	background-color:#EBEBEB;
}

